GET api/SendDispatchTrackRequestDateChange?token={token}&order={order}&request_date={request_date}×tamp={timestamp}&account={account}&status={status}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
|
| order | string |
Required |
|
| request_date | string |
Required |
|
| timestamp | string |
Required |
|
| account | string |
Required |
|
| status | string |
Required |
Body Parameters
None.
Response Information
Resource Description
MinMaxResult| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| Message | string |
None. |
|
| ResultList | Collection of MinMaxDetail |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsSuccess": true,
"Message": "sample string 2",
"ResultList": [
{
"Program": "sample string 1",
"PartNumber": "sample string 2",
"Description": "sample string 3",
"OnHandQuantity": 1,
"Minimum": 1,
"Maximum": 1,
"Warehouse": "sample string 4"
},
{
"Program": "sample string 1",
"PartNumber": "sample string 2",
"Description": "sample string 3",
"OnHandQuantity": 1,
"Minimum": 1,
"Maximum": 1,
"Warehouse": "sample string 4"
}
]
}
