GET PinAccess/Echo?PinType={PinType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PinType

integer

Required

Body Parameters

None.

Response Information

Resource Description

EchoResponse
NameDescriptionTypeAdditional information
ResponseCode

integer

None.

PinActive

integer

None.

ReponseMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseCode": 1,
  "PinActive": 2,
  "ReponseMessage": "sample string 3"
}

application/xml, text/xml

Sample:
<EchoResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vatebra.Sierra_Leone_PVS.API.Models">
  <PinActive>2</PinActive>
  <ReponseMessage>sample string 3</ReponseMessage>
  <ResponseCode>1</ResponseCode>
</EchoResponse>