POST Client/Device/MarketActivation

Submit the deviceInfo based on each market app packages

Request Information

URI Parameters

None.

Body Parameters

ParaMarketDeviceInfo
NameDescriptionTypeAdditional information
marketCode

string

None.

deviceCode

string

None.

deviceTypeId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "marketCode": "sample string 1",
  "deviceCode": "sample string 2",
  "deviceTypeId": 3
}

application/xml, text/xml

Sample:
<ParaMarketDeviceInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <deviceCode>sample string 2</deviceCode>
  <deviceTypeId>3</deviceTypeId>
  <marketCode>sample string 1</marketCode>
</ParaMarketDeviceInfo>

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.