WebAPI

<back to all web services

GetPayment

/GetPayment will retrive an unregistered payment made on a transaction given a license plate number, and an FjNo

The following routes are available for this service:
GET/GetPayment/{PlateNumber}/{FjNo}To retrieve an unregistered payment, and the crossings for which the payment was made
Parameters:
NameParameterData TypeRequiredDescription
PlateNumberpathstringYes
FjNopathintegerYes

To override the Content-type in your clients HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /csv/reply/GetPayment HTTP/1.1 
Host: api-preprod.merseyflow.co.uk 
Content-Type: text/csv
Content-Length: length

PlateNumber,FjNo
String,0

HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

TransactionId,TransactionDate,Direction,PlateNo,Fare
0,0001-01-01,String,String,0