GET Status/IsAlive

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

RCResponse
NameDescriptionTypeAdditional information
rc

integer

None.

response

string

None.

success

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "rc": 1,
  "response": "sample string 2",
  "success": true
}

application/xml, text/xml

Sample:
<RCResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParkingAPI.Models">
  <rc>1</rc>
  <response>sample string 2</response>
  <success>true</success>
</RCResponse>