POST api/MRide/ChangeOrder_Status

Request Information

URI Parameters

None.

Body Parameters

OrderStatus
NameDescriptionTypeAdditional information
ShopID

integer

None.

StatusID

integer

None.

OrderID

integer

None.

EstDeliveryMins

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ShopID": 1,
  "StatusID": 2,
  "OrderID": 3,
  "EstDeliveryMins": 4
}

application/xml, text/xml

Sample:
<OrderStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRide_API">
  <EstDeliveryMins>4</EstDeliveryMins>
  <OrderID>3</OrderID>
  <ShopID>1</ShopID>
  <StatusID>2</StatusID>
</OrderStatus>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IAsyncResult
NameDescriptionTypeAdditional information
IsCompleted

boolean

None.

AsyncWaitHandle

WaitHandle

None.

AsyncState

Object

None.

CompletedSynchronously

boolean

None.

Response Formats

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

Sample:

Sample not available.