POST api/Reserve/LineWareHouseReturn
Request Information
URI Parameters
None.
Body Parameters
LineWareHouseReturnDto| Name | Description | Type | Additional information |
|---|---|---|---|
| RESERVE_NO | string |
None. |
|
| MOVE_NO | string |
None. |
|
| SKU | string |
None. |
|
| RETURN_QTY | decimal number |
None. |
|
| RETURN_LOC_ID | string |
None. |
|
| RETURN_ZONE_ID | string |
None. |
|
| SN | string |
None. |
|
| USERID | string |
None. |
|
| IsTrial | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"RESERVE_NO": "sample string 1",
"MOVE_NO": "sample string 2",
"SKU": "sample string 3",
"RETURN_QTY": 4.0,
"RETURN_LOC_ID": "sample string 5",
"RETURN_ZONE_ID": "sample string 6",
"SN": "sample string 7",
"USERID": "sample string 8",
"IsTrial": true
}
application/xml, text/xml
Sample:
<LineWareHouseReturnDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eco_Pda_Datas.DtoModel"> <IsTrial>true</IsTrial> <MOVE_NO>sample string 2</MOVE_NO> <RESERVE_NO>sample string 1</RESERVE_NO> <RETURN_LOC_ID>sample string 5</RETURN_LOC_ID> <RETURN_QTY>4</RETURN_QTY> <RETURN_ZONE_ID>sample string 6</RETURN_ZONE_ID> <SKU>sample string 3</SKU> <SN>sample string 7</SN> <USERID>sample string 8</USERID> </LineWareHouseReturnDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfResultData| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | ResultData |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.