The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /x-protobuf/reply/GetClaimFee HTTP/1.1
Host: vincarrier.cardeliverynetwork.com
Content-Type: application/x-protobuf
Content-Length: length
{"customerFleetId":0,"totalVehicles":0,"isClaim":false}
HTTP/1.1 200 OK
Content-Type: application/x-protobuf
Content-Length: length
{"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}},"result":{"activityCost":0,"hasCredit":false,"networkCredit":0,"remainingCredit":0}}