Canonicalize Problems
POST
https://routecloud.telogis.com/v1/canonicalize.- Authentication required.
- Request body: problem.
- Response body: problem in canonical form.
The canonicalize call converts a problem file in any form into canonical form. This can be useful to reduce the complexity of integrations with the RouteCloud API as it ensures that data is set out in a predictable manner.
Query Parameters
validate=1
- Optional. Check that the problem contains valid data before canonicalizing.
Status Codes
200
- Success.400
- The input problem was invalid. The response is an error_response.401
- Authentication required.
See Also
- The problem type.