Status Codes – Planning
Below is the table with the status codes for each endpoint available in the Planning API:
Code | Method | Endpoint | Description |
201 | POST | https://api.maplink.global/planning/v1/problems | Request Created |
400 | POST | https://api.maplink.global/planning/v1/problems | Error: Bad Request (missing parameters, incomplete sending or request with errors) |
500 | POST | https://api.maplink.global/planning/v1/problems | An Internal Server Error occurred (internal error in processing the requisition) |
200 | GET | https://api.maplink.global/planning/v1/solutions/{{planningId}} | OK (solution found) |
404 | GET | https://api.maplink.global/planning/v1/solutions/{{planningId}} | NOT FOUND (not found due to incorrect ID or processing not completed) |
500 | GET | https://api.maplink.global/planning/v1/solutions/{{planningId}} | An Internal Server Error occurred (internal error in processing the requisition) |