POST api/ApplyValidation
POST implementation of ApplyValidation
Request Information
URI Parameters
None.
Body Parameters
ApplyValidationRequest| 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. |
| TicketNo |
The complete parking ticket number |
string |
None. |
| TicketType |
The type of parking ticket. 0=Standard Ticket, 4=License Plate, 5=External Card System |
unsigned integer |
None. |
| ValidationProviderNo |
The validation provider number |
integer |
None. |
| ValidationSource |
The source/reason for the validation (e.g., 'Cinema Promotion') |
string |
None. |
| CustomerID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"APIKey": "sample string 1",
"FacilityNo": 2,
"TicketNo": "sample string 3",
"TicketType": 4,
"ValidationProviderNo": 5,
"ValidationSource": "sample string 6",
"CustomerID": 7
}
Response Information
Resource Description
ApplyValidationResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| FacilityNo |
The facility number of the target carpark |
integer |
None. |
| CarparkNo |
The carpark number of the target carpark |
integer |
None. |
| TicketNo |
The complete parking ticket number |
string |
None. |
| TicketType |
The type of parking ticket. 0=Standard Ticket, 4=License Plate, 5=External Card System |
unsigned integer |
None. |
| ValidationProviderNo |
The validation provider number |
integer |
None. |
| ValidationSource |
The source/reason for the validation (e.g., 'Cinema Promotion') |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"FacilityNo": 1,
"CarparkNo": 2,
"TicketNo": "sample string 3",
"TicketType": 4,
"ValidationProviderNo": 5,
"ValidationSource": "sample string 6"
}