PUT api/order/Order/{orderID}/Status?statusId={statusId}

This API allows you to change the order status

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orderID

Order # of the order to Void

integer

Required

statusId

Status ID for the order

integer

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/xml, text/xml, application/json, text/json

Sample:

Sample not available.