Restriction Zone

Status Codes – Restriction Zones

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

CodeMethodEndpointDescription
201POSThttps://api.maplink.global/restriction/v1/restrictionZones/Restriction zone successfully created
400POSThttps://api.maplink.global/restriction/v1/restrictionZones/Restricton zone with validation errors
409POSThttps://api.maplink.global/restriction/v1/restrictionZones/Conflict (there is already a restriction zone with the same name in the same clientId)
200GEThttps://api.maplink.global/restriction/v1/restrictionZones/Restriction zone found
400GEThttps://api.maplink.global/restriction/v1/restrictionZones/Restriction zone not found (The restriction zone was not found. Check that the name and clientId are correct).
204DELETEhttps://api.maplink.global/restriction/v1/restrictionZones/No Content (the restricted area has been successfully deleted)
400DELETEhttps://api.maplink.global/restriction/v1/restrictionZones/Restriction zone not found (The restriction zone was not found. Check that the name and clientId are correct).
Table with all possible statuses returned by each endpoint