POST api/AppLogin/VerifyCommunication?jsonData={jsonData}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
jsonData

string

Required

Body Parameters

None.

Response Information

Resource Description

ResponseModel
NameDescriptionTypeAdditional information
ResponseCode

string

None.

ResponseValue

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseCode": "sample string 1",
  "ResponseValue": "sample string 2"
}

application/xml, text/xml

Sample:
<ResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model_Layer">
  <ResponseCode>sample string 1</ResponseCode>
  <ResponseValue>sample string 2</ResponseValue>
</ResponseModel>