POST api/v1/FinalDispatchSave
Request Information
URI Parameters
None.
Body Parameters
DispSaveInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Mode | string |
None. |
|
| ID | integer |
None. |
|
| DispNo | string |
None. |
|
| DispDate | string |
None. |
|
| FactoryID | integer |
None. |
|
| OutletID | integer |
None. |
|
| CompID | integer |
None. |
|
| DispType | string |
None. |
|
| UserID | integer |
None. |
|
| json | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mode": "sample string 1",
"ID": 2,
"DispNo": "sample string 3",
"DispDate": "sample string 4",
"FactoryID": 5,
"OutletID": 6,
"CompID": 7,
"DispType": "sample string 8",
"UserID": 9,
"json": "sample string 10"
}
application/xml, text/xml
Sample:
<DispSaveInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CompID>7</CompID> <DispDate>sample string 4</DispDate> <DispNo>sample string 3</DispNo> <DispType>sample string 8</DispType> <FactoryID>5</FactoryID> <ID>2</ID> <Mode>sample string 1</Mode> <OutletID>6</OutletID> <UserID>9</UserID> <json>sample string 10</json> </DispSaveInput>
application/x-www-form-urlencoded
Sample:
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. |