POST api/MalKabul/HareketSil
Request Information
URI Parameters
None.
Body Parameters
SilinecekBelge| Name | Description | Type | Additional information |
|---|---|---|---|
| EvrakSeri |
0: Giriş, 1: Çıkış |
string |
None. |
| EvrakSira | integer |
None. |
|
| NormalIade |
0: Normal, 1: İade |
byte |
None. |
| EvrakTipi | byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"EvrakSeri": "sample string 1",
"EvrakSira": 2,
"NormalIade": 64,
"EvrakTipi": 64
}
application/xml, text/xml
Sample:
<SilinecekBelge xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Desowa_WMS.Models.MalKabul"> <EvrakSeri>sample string 1</EvrakSeri> <EvrakSira>2</EvrakSira> <EvrakTipi>64</EvrakTipi> <NormalIade>64</NormalIade> </SilinecekBelge>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
GlobalResponseOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| status | boolean |
None. |
|
| message | string |
None. |
|
| page | integer |
None. |
|
| size | integer |
None. |
|
| totalCount | integer |
None. |
|
| totalPage | integer |
None. |
|
| items | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": true,
"message": "sample string 2",
"page": 3,
"size": 4,
"totalCount": 5,
"totalPage": 6,
"items": true
}
application/xml, text/xml
Sample:
<GlobalResponseOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Desowa_WMS"> <items>true</items> <message>sample string 2</message> <page>3</page> <size>4</size> <status>true</status> <totalCount>5</totalCount> <totalPage>6</totalPage> </GlobalResponseOfboolean>