POST api/Customer/CustomerDeviceDetails

Request Information

URI Parameters

None.

Body Parameters

CustomerDeviceDetails
NameDescriptionTypeAdditional information
CL_ID

integer

None.

CDD_PLATFORM

string

None.

CDD_APP

string

None.

CDD_DEVICE_TOKEN

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CL_ID": 1,
  "CDD_PLATFORM": "sample string 1",
  "CDD_APP": "sample string 2",
  "CDD_DEVICE_TOKEN": "sample string 3"
}

application/xml, text/xml

Sample:
<CustomerDeviceDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CDD_APP>sample string 2</CDD_APP>
  <CDD_DEVICE_TOKEN>sample string 3</CDD_DEVICE_TOKEN>
  <CDD_PLATFORM>sample string 1</CDD_PLATFORM>
  <CL_ID>1</CL_ID>
</CustomerDeviceDetails>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.