The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /json/reply/GetVehiclePlatePlans HTTP/1.1
Host: api-preprod.merseyflow.co.uk
Content-Type: application/json
Content-Length: length
{"AccountTypeId":0,"AccountCountryCode":"String","VehClassID":0,"VehicleCountryCode":"String","LUDSPlanCount":0,"FUDSPlanCount":0,"BlueBadgePlanCount":0}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"VehiclePlatePlans":[{"PlanPlanId":0,"PlanPlanShortDescription":"String","PlanPlanDescription":"String","PlanPlanEffectiveDt":"\/Date(-62135596800000-0000)\/","SetupFee":0,"DiscountPct":0,"DiscountAmt":0,"MinTrips":0,"MinTripPeriod":0,"MinPPTAmt":0,"IsRenewalRequired":false}],"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String"}]}}