POST api/FinalizeTransaction
POST implementation of FinalizeTransaction
Request Information
URI Parameters
None.
Body Parameters
FinalizeTransactionRequestName | 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. |
Amount |
The amount that has been paid |
decimal number |
None. |
AuthorisationCode |
The authorisation code |
string |
None. |
PaymentTime |
The time payment was made |
date |
None. |
PromotionValue |
The amount to be discounted as part of the promotion |
decimal number |
None. |
PromotionCode |
The promotion identification code |
string |
None. |
PromotionDescription |
A brief description of why the promotion was applied |
string |
None. |
EventID |
The unique identifier for this event |
string |
None. |
CustomerID | integer |
None. |
Request Formats
application/json, text/json
{ "APIKey": "sample string 1", "FacilityNo": 2, "TicketNo": "sample string 3", "TicketType": 4, "Amount": 5.1, "AuthorisationCode": "sample string 6", "PaymentTime": "2025-08-31T06:22:43.4315057+00:00", "PromotionValue": 8.1, "PromotionCode": "sample string 9", "PromotionDescription": "sample string 10", "EventID": "sample string 11", "CustomerID": 12 }
Response Information
Resource Description
FinalizeTransactionResponseName | Description | Type | Additional information |
---|---|---|---|
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. |
Amount |
The amount that has been paid |
decimal number |
None. |
AuthorisationCode |
The authorisation code |
string |
None. |
PaymentTime |
The time payment was made |
date |
None. |
PromotionValue |
The amount to be discounted as part of the promotion |
decimal number |
None. |
PromotionCode |
The promotion identification code |
string |
None. |
PromotionDescription |
A brief description of why the promotion was applied |
string |
None. |
EventID |
The unique identifier for this event |
string |
None. |
Response Formats
application/json, text/json
{ "FacilityNo": 1, "TicketNo": "sample string 2", "TicketType": 3, "Amount": 4.1, "AuthorisationCode": "sample string 5", "PaymentTime": "2025-08-31T06:22:43.4471601+00:00", "PromotionValue": 7.1, "PromotionCode": "sample string 8", "PromotionDescription": "sample string 9", "EventID": "sample string 10" }