The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/GetClaimFee HTTP/1.1
Host: vincarrier.cardeliverynetwork.com
Content-Type: text/jsv
Content-Length: length
{
customerFleetId: 0,
totalVehicles: 0,
isClaim: False
}
HTTP/1.1 200 OK
Content-Type: text/jsv
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
}
}