POST api/TransportOrder/UpdateShortCloseQuantity
Request Information
URI Parameters
None.
Body Parameters
ShortCloseInput| Name | Description | Type | Additional information |
|---|---|---|---|
| TO_ID | integer |
None. |
|
| TO_SHORT_CLOSE_QUAN | decimal number |
None. |
|
| TO_CUS_CREATED_BY | integer |
None. |
|
| TO_SHORT_CLOSE_REMARKS | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TO_ID": 1,
"TO_SHORT_CLOSE_QUAN": 1.1,
"TO_CUS_CREATED_BY": 1,
"TO_SHORT_CLOSE_REMARKS": "sample string 1"
}
application/xml, text/xml
Sample:
<ShortCloseInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <TO_CUS_CREATED_BY>1</TO_CUS_CREATED_BY> <TO_ID>1</TO_ID> <TO_SHORT_CLOSE_QUAN>1.1</TO_SHORT_CLOSE_QUAN> <TO_SHORT_CLOSE_REMARKS>sample string 1</TO_SHORT_CLOSE_REMARKS> </ShortCloseInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |