POST api/DeleteIdentifier
POST implementation of DeleteIdentifier
Request Information
URI Parameters
None.
Body Parameters
DeleteIdentifierRequest| 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. |
Request Formats
application/json, text/json
Sample:
{
"APIKey": "sample string 1",
"FacilityNo": 2,
"ReferenceNo": "sample string 3"
}
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
}