POIs

Status Codes – POIs

Below is the table with the status codes for each endpoint available in the POIs API:

CodeMethodEndpointDescription
200POSThttps://api.maplink.global/place/v1/calculationsOK (calculation made)
400POSThttps://api.maplink.global/place/v1/calculationsError: Bad Request (missing parameters, incomplete sending or request with errors)
500POSThttps://api.maplink.global/place/v1/calculationsAn Internal Server Error occurred (internal error in processing the requisition)
200GEThttps://api.maplink.global/place/v1/calculations
https://api.maplink.global/place/v1/calculations/{placeId}
Consultation successful.
404GEThttps://api.maplink.global/place/v1/calculations
https://api.maplink.global/place/v1/calculations/{placeId}
The desired point of interest was not found
500GEThttps://api.maplink.global/place/v1/calculations
https://api.maplink.global/place/v1/calculations/{placeId}
An Internal Server Error occurred (internal error in processing the requisition)
202POSThttps://api.maplink.global/place/v1/calculationsRegistration or update successfully completed.
400POSThttps://api.maplink.global/place/v1/calculationsError: Bad Request (missing parameters, incomplete sending or request with errors)
500POSThttps://api.maplink.global/place/v1/calculationsAn Internal Server Error occurred (internal error in processing the requisition)
Table with all possible statuses returned by each endpoint