POST aep/SBO_channel_unsubscribe/v1

Request Information

URI Parameters

None.

Body Parameters

CancelOrderRequest
NameDescriptionTypeAdditional information
orderId

string

None.

thirdOrderId

string

None.

accessToken

string

None.

AddedBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "orderId": "sample string 1",
  "thirdOrderId": "sample string 2",
  "accessToken": "sample string 3",
  "AddedBy": 4
}

text/html

Sample:
{"orderId":"sample string 1","thirdOrderId":"sample string 2","accessToken":"sample string 3","AddedBy":4}

application/xml, text/xml

Sample:
<CancelOrderRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FoneClube.Business.Commons.Entities.FoneClube">
  <AddedBy>4</AddedBy>
  <accessToken>sample string 3</accessToken>
  <orderId>sample string 1</orderId>
  <thirdOrderId>sample string 2</thirdOrderId>
</CancelOrderRequest>

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 'CancelOrderRequest'.

Response Information

Resource Description

CancelOrderResponse
NameDescriptionTypeAdditional information
code

string

None.

msg

string

None.

Response Formats

application/json, text/json

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

text/html

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

application/xml, text/xml

Sample:
<CancelOrderResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FoneClube.Business.Commons.Entities.FoneClube">
  <code>sample string 1</code>
  <msg>sample string 2</msg>
</CancelOrderResponse>