POST api/{area}/WhOrder/InsertOrder
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| area | string |
None. |
Body Parameters
ScanOrderLog| Name | Description | Type | Additional information |
|---|---|---|---|
| CarNm | string |
None. |
|
| OrderNm | string |
None. |
|
| OpenID | string |
None. |
|
| ParentID | string |
None. |
|
| InTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"CarNm": "sample string 1",
"OrderNm": "sample string 2",
"OpenID": "sample string 3",
"ParentID": "sample string 4",
"InTime": "2026-04-14T16:53:39.6035569+08:00"
}
application/xml, text/xml
Sample:
<ScanOrderLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pror.P2API.Areas.WMS.Models"> <CarNm>sample string 1</CarNm> <InTime>2026-04-14T16:53:39.6035569+08:00</InTime> <OpenID>sample string 3</OpenID> <OrderNm>sample string 2</OrderNm> <ParentID>sample string 4</ParentID> </ScanOrderLog>
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. |