The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /json/reply/RenewPlatePlanPostPayment HTTP/1.1
Host: api-preprod.merseyflow.co.uk
Content-Type: application/json
Content-Length: length
{"JourneyReference":"String","ResponseCode":"String","PaymentCrossReference":"String","PaymentCardScheme":"String","PaymentAuthCode":"String","PaymentVerificationResponseCode":"String","PaymentCurrency":"String","PaymentAmount":0,"RawPaymentResponse":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"FJNo":0,"PaymentReference":"String","AccountId":0,"PlateNumber":"String","PlatePlanId":0,"PlatePlanDesc":"String","IsDocumentRequired":false,"StartDate":"\/Date(-62135596800000-0000)\/","RenewalDate":"\/Date(-62135596800000-0000)\/","IsSuccess":false,"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String"}]}}