This service, is to get a computation ticket from logvrp.
You need to call this in order to do optimization.
The returned object is a computation ticket which is a string.
You will need to keep this computation ticket until you have obtained the optimizated routes.
Data: Computation Ticket ID (You will use this when calling other services)
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" ,
"algorithmIDs" : [1]
} |
Content-Type: application/json |
{ "Data" : "RjgzQzY3REIwRTk3QTk3NTRGRjJDNzQ5M0I2NkI4Q0M=" ,
"Message" : null ,
"ReturnCode" : 0,
"Success" : true ,
"success" : true
} |