POST Api/EBI/UpdateOrderStatus
Request Information
URI Parameters
None.
Body Parameters
UpdateOrderRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderID | integer |
None. |
|
| EBIOrderNumber | string |
None. |
|
| OrderStatusID | integer |
None. |
|
| IsSubmitted | boolean |
None. |
|
| UpdatedBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderID": 1,
"EBIOrderNumber": "sample string 2",
"OrderStatusID": 3,
"IsSubmitted": true,
"UpdatedBy": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true