This service, is to set vehicles that will be used in optimization.
Data: Result 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 ID here",
"completeVehicleSet": {
"VehicleSet": {
"ID": 0,
"SetName": "",
"RelatedStationSetID": 0,
"OrganizationID": 0,
"CreatorUserID": 0,
"CreatorUserName": "",
"CreationTime": "2012-09-15 00:00:00",
"LastUpdatedUserID": 0,
"LastUpdatedTime": "2012-09-15 00:00:00",
"DataCount": 0,
"IsDeleted": false
},
"Vehicles": [
{
"ID": "-1",
"N": "Vehicle - 1",
"VID": 0,
"OID": 0,
"CID": 0,
"BID": "-1",
"EID": "-1",
"LT": 1,
"CP": 5,
"CW": 0,
"CV": 0,
"S": 20,
"DC": 0.5,
"F": 5,
"DD": "\/Date(1282970760000)\/",
"A": true,
"D": false,
},{
"ID": "-2",
"N": "Vehicle - 2",
"VID": 0,
"OID": 0,
"CID": 0,
"BID": "-1",
"EID": "-1",
"LT": 1,
"CP": 5,
"CW": 0,
"CV": 0,
"S": 20,
"DC": 0.5,
"F": 5,
"DD": "\/Date(1282970760000)\/",
"A": true,
"D": false,
}
]
}
} |
Content-Type: application/json |
{ "Data": null,
"Message": null,
"ReturnCode": 0,
"Success": true,
"success": true
} |