POST api/CalculatePayAndDisplayRate
POST implementation of CalculatePayAndDisplayRate
Request Information
URI Parameters
None.
Body Parameters
CalculatePayAndDisplayRateRequestName | Description | Type | Additional information |
---|---|---|---|
APIKey | string |
None. |
|
FacilityNo | integer |
None. |
|
TicketNo | string |
None. |
|
TicketType | unsigned integer |
None. |
|
TargetRateEndTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "APIKey": "sample string 1", "FacilityNo": 2, "TicketNo": "sample string 3", "TicketType": 4, "TargetRateEndTime": "2025-08-31T06:23:12.876214+00:00" }
Response Information
Resource Description
CalculatePayAndDisplayRateResponseName | Description | Type | Additional information |
---|---|---|---|
FacilityNo | integer |
None. |
|
CarparkNo | integer |
None. |
|
TicketNo | string |
None. |
|
TicketType | unsigned integer |
None. |
|
Price | decimal number |
None. |
|
RateNo | unsigned integer |
None. |
|
TargetRateEndTime | date |
None. |
|
ActualRateEndTime | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "FacilityNo": 1, "CarparkNo": 2, "TicketNo": "sample string 3", "TicketType": 4, "Price": 5.1, "RateNo": 6, "TargetRateEndTime": "2025-08-31T06:23:12.876214+00:00", "ActualRateEndTime": "2025-08-31T06:23:12.876214+00:00" }