POST api/DS/GetDigitalSupport

Request Information

URI Parameters

None.

Body Parameters

DS
NameDescriptionTypeAdditional information
UserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1
}

application/xml, text/xml

Sample:
<DS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models.Zica">
  <UserId>1</UserId>
</DS>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ModelResponse
NameDescriptionTypeAdditional information
ResponseCode

integer

None.

ResponseMessage

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseCode": 1,
  "ResponseMessage": "sample string 2",
  "Data": {}
}

application/xml, text/xml

Sample:
<ModelResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models.Zica">
  <Data />
  <ResponseCode>1</ResponseCode>
  <ResponseMessage>sample string 2</ResponseMessage>
</ModelResponse>