This service sets the distances 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"
,
"distanceMatrix"
: null
}
{
"apiKey" : "your API key here" ,
"computationTicketID" : "your computation
ticket id" ,
"distanceMatrix" : [
[
"0.0" ,
"3.9" ,
"4.0" ,
"3.7" ,
"3.0"
],
[
"3.9" ,
"0.0" ,
"1.8" ,
"7.6" ,
"6.4"
],
[
"4.0" ,
"1.8" ,
"0.0" ,
"7.1" ,
"6.5"
],
[
"3.7" ,
"7.6" ,
"7.1" ,
"0.0" ,
"1.8"
],
[
"3.0" ,
"6.4" ,
"6.5" ,
"1.8" ,
"0.0"
]
]
} |
Content-Type: application/json |
{
"Data" : null ,
"Message" : null ,
"ReturnCode" : 0,
"Success" : true ,
"success" : true
} |