POST api/UpdateStatus
Request Information
URI Parameters
None.
Body Parameters
CustomOtOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| OtOrderId | integer |
None. |
|
| TrackingNumber | string |
None. |
|
| Status | string |
None. |
|
| IsProcessed | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| InsertDate | date |
None. |
|
| DriverEmail | string |
None. |
|
| DeliveredTo | string |
None. |
|
| ExceptionCode | integer |
None. |
|
| Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OtOrderId": 1,
"TrackingNumber": "sample string 2",
"Status": "sample string 3",
"IsProcessed": true,
"IsActive": true,
"InsertDate": "2025-12-12T23:16:03.2992034-06:00",
"DriverEmail": "sample string 7",
"DeliveredTo": "sample string 8",
"ExceptionCode": 9,
"Description": "sample string 10"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.