Restriction Zone

Status Codes – Restriction Zones

Abaixo a tabela com os status codes para cada endpoint disponível na Restriction Zone API:

CódigoMétodoEndpointDescrição
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 (já há uma área de restrição com esse mesmo nome no mesmo clientId)
200GEThttps://api.maplink.global/restriction/v1/restrictionZones/Restriction zone found
400GEThttps://api.maplink.global/restriction/v1/restrictionZones/Restriction zone not found (A área de restrição não foi encontrada. Verifique se o nome e o clientId estão corretos).
204DELETEhttps://api.maplink.global/restriction/v1/restrictionZones/No Content (a área de restrição foi excluída com sucesso)
400DELETEhttps://api.maplink.global/restriction/v1/restrictionZones/Restriction zone not found (A área de restrição não foi encontrada. Verifique se o nome e o clientId estão corretos).
Tabela com todos os status possíveis retornados por cada endpoint