Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 3 Current »

Tabela com os códigos de resposta da API:

Código

Tipo Requisição

Endpoint

Descrição

201

POST

https://api.maplink.global/restriction/v1/restrictionZones/

Restriction zone successfully created

400

POST

https://api.maplink.global/restriction/v1/restrictionZones/

Restricton zone with validation errors

409

POST

https://api.maplink.global/restriction/v1/restrictionZones/

Conflict (já há uma restrictionZone de mesmo nome no mesmo clientId)

200

GET

https://api.maplink.global/restriction/v1/restrictionZones/

Restriction zone found

400

GET

https://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).

204

DELETE

https://api.maplink.global/restriction/v1/restrictionZones/

No Content (a área de restrição foi excluída com sucesso)

400

DELETE

https://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).

  • No labels