POST api/OrderInfo/GetProcessInfo
Request Information
URI Parameters
None.
Body Parameters
GetProcessInfoInput| Name | Description | Type | Additional information |
|---|---|---|---|
| TrayId | string |
None. |
|
| OrderId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TrayId": "sample string 1",
"OrderId": "sample string 2"
}
application/xml, text/xml
Sample:
<GetProcessInfoInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebMesApi.Models.Customer.LogInOut"> <OrderId>sample string 2</OrderId> <TrayId>sample string 1</TrayId> </GetProcessInfoInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RequestReturn| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| message | string |
None. |
|
| data | Object |
None. |
|
| status | boolean |
None. |
|
| dataCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"message": "sample string 2",
"data": {},
"status": true,
"dataCount": 5
}
application/xml, text/xml
Sample:
<RequestReturn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebMesApi.Models.Customer"> <code>1</code> <data /> <dataCount>5</dataCount> <message>sample string 2</message> <status>true</status> </RequestReturn>