This service, is optional. You do not have to use this service.
This service should be used if you would like to set the additional hourly costs of vehicles.
Data: Returned data
Message: Output message
ReturnCode: Return code of the output. If "Success" is true, then check this value.
Success: If unpected errors, or exceptions occur, this will be false.
success: Same as Success
|
{ "apiKey": "your API key here", "computationTicketID": "your computation ticket here", "vehicleHourlyCosts": [ { VehicleId: "1", Standard: 1, Overtime: 2, Waiting: 0.5, Idle: 0 }, { VehicleId: "2", Standard: 1.2, Overtime: 2.4, Waiting: 0.7, Idle: 0 } ] } |
Content-Type: application/json |
{ "Data": null,
"Message": null,
"ReturnCode": 0,
"Success": true,
"success": true
} |