POST api/UpdateStatus

Request Information

URI Parameters

None.

Body Parameters

CustomOtOrder
NameDescriptionTypeAdditional 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-04-28T09:11:03.8115127-05:00",
  "DriverEmail": "sample string 7",
  "DeliveredTo": "sample string 8",
  "ExceptionCode": 9,
  "Description": "sample string 10"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CustomOtOrder'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.