POST Api/EBI/UpdateOrderStatus

Request Information

URI Parameters

None.

Body Parameters

UpdateOrderRequest
NameDescriptionTypeAdditional 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

boolean

Response Formats

application/json, text/json

Sample:
true