This service sets the durations between stations 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"
,
"durationMatrix"
: null
}
{
"apiKey" : "your API key here" ,
"computationTicketID" : "your computation
ticket id" ,
"durationMatrix" : [
[
"0" ,
"394" ,
"405" ,
"335" ,
"378"
],
[
"356" ,
"0" ,
"176" ,
"767" ,
"649"
],
[
"412" ,
"189" ,
"0" ,
"713" ,
"657"
],
[
"375" ,
"762" ,
"718" ,
"0" ,
"194"
],
[
"303" ,
"641" ,
"650" ,
"187" ,
"0"
]
]
} |
Content-Type: application/json |
{
"Data" : null ,
"Message" : null ,
"ReturnCode" : 0,
"Success" : true ,
"success" : true
} |