POST api/Orders/CancelOrder?AppId={AppId}&AppKey={AppKey}&OrderId={OrderId}&ShopId={ShopId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
AppId

string

Default value is

AppKey

string

Default value is

OrderId

string

Default value is

ShopId

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

OrdersResponce
NameDescriptionTypeAdditional information
code

string

None.

msg

string

None.

data

DataTable

None.

Response Formats

application/json, text/json

Sample:
{
  "code": "sample string 1",
  "msg": "sample string 2",
  "data": null
}

text/xml

Sample:
<OrdersResponce xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EConnect.Models">
  <code>sample string 1</code>
  <data i:nil="true" />
  <msg>sample string 2</msg>
</OrdersResponce>