POST api/GetFacilityConfiguration
POST implementation of GetFacilityConfiguration
Request Information
URI Parameters
None.
Body Parameters
GetFacilityConfigurationRequestName | Description | Type | Additional information |
---|---|---|---|
APIKey |
An active API Key for the APT.MobileAPI service |
string |
None. |
FacilityNo |
The facility number of the target carpark |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "APIKey": "sample string 1", "FacilityNo": 2 }
Response Information
Resource Description
GetFacilityConfigurationResponseName | Description | Type | Additional information |
---|---|---|---|
FacilityNo |
The facility number of the target carpark |
integer |
None. |
Company |
The facility number of the target carpark |
string |
None. |
Street |
The facility number of the target carpark |
string |
None. |
City |
The facility number of the target carpark |
string |
None. |
Postcode |
The facility number of the target carpark |
string |
None. |
TaxCode |
The facility number of the target carpark |
string |
None. |
TaxAmount |
The facility number of the target carpark |
decimal number |
None. |
Carparks |
The list of available validation providers for the facility |
Collection of CarparkInformation |
None. |
Response Formats
application/json, text/json
Sample:
{ "FacilityNo": 1, "Company": "sample string 2", "Street": "sample string 3", "City": "sample string 4", "Postcode": "sample string 5", "TaxCode": "sample string 6", "TaxAmount": 7.1, "Carparks": [ { "CarparkName": "sample string 1", "CarparkNo": 2, "GPSLatitude": 3.1, "GPSLongitude": 4.1 }, { "CarparkName": "sample string 1", "CarparkNo": 2, "GPSLatitude": 3.1, "GPSLongitude": 4.1 } ] }