GET api/DeleteIdentifier?APIKey={APIKey}&FacilityNo={FacilityNo}&ReferenceNo={ReferenceNo}
GET implementation of DeleteIdentifier
Request Information
URI Parameters
| Name | 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. |
| ReferenceNo |
The reference no for this identifier |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
DeleteIdentifierResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| FacilityNo |
The facility number of the target carpark |
integer |
None. |
| ReferenceNo |
The reference no for this identifier |
string |
None. |
| Success |
The delivery result |
boolean |
None. |
| Count |
The number of items deleted |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"FacilityNo": 1,
"ReferenceNo": "sample string 2",
"Success": true,
"Count": 4
}