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 2 Current »

Tabela com os códigos de resposta da API:

Código

Tipo Requisição

Endpoint

Descrição

200

POST

https://api.maplink.global/tracking/v1/orders

OK (link gerado com sucesso)

400

POST

https://api.maplink.global/tracking/v1/orders

Error: Bad Request (falta de parâmetros, envio incompleto ou requisição com erros)

500

POST

https://api.maplink.global/tracking/v1/orders

An Internal Server Error occurred (erro interno no processamento da requisição)

200

GET

https://api.maplink.global/tracking/v1/orders/{{trackingId}}

OK

404

GET

https://api.maplink.global/tracking/v1/orders/{{trackingId}}

NOT FOUND (não encontrado por ID incorreto)

500

GET

https://api.maplink.global/tracking/v1/orders/{{trackingId}}

An Internal Server Error occurred (erro interno no processamento da requisição)

200

DELETE

https://api.maplink.global/tracking/v1/orders/{{trackingId}}

OK (pedido excluído com sucesso)

404

DELETE

https://api.maplink.global/tracking/v1/orders/{{trackingId}}

NOT FOUND (não encontrado por ID incorreto)

500

DELETE

https://api.maplink.global/tracking/v1/orders/{{trackingId}}

An Internal Server Error occurred (erro interno no processamento da requisição)

204

POST

https://api.maplink.global/tracking/v1/orders/{{trackingId}}/status

OK (status atualizado com sucesso)

404

DELETE

https://api.maplink.global/tracking/v1/orders/{{trackingId}}/status

NOT FOUND (não encontrado por ID incorreto)

500

DELETE

https://api.maplink.global/tracking/v1/orders/{{trackingId}}/status

An Internal Server Error occurred (erro interno no processamento da requisição)

204

POST

https://api.maplink.global/tracking/v1/orders/{{trackingId}}/driver

OK (localização do motorista atualizada com sucesso)

404

DELETE

https://api.maplink.global/tracking/v1/orders/{{trackingId}}/driver

NOT FOUND (não encontrado por ID incorreto)

500

DELETE

https://api.maplink.global/tracking/v1/orders/{{trackingId}}/driver

An Internal Server Error occurred (erro interno no processamento da requisição)

200

POST

https://api.maplink.global/tracking/v1/themes

OK (tema criado com sucesso)

400

POST

https://api.maplink.global/tracking/v1/themes

Error: Bad Request (falta de parâmetros, envio incompleto ou requisição com erros)

500

POST

https://api.maplink.global/tracking/v1/themes

An Internal Server Error occurred (erro interno no processamento da requisição)

200

GET

https://api.maplink.global/tracking/v1/themes/{{trackingTheme}}

OK

404

GET

https://api.maplink.global/tracking/v1/themes/{{trackingTheme}}

NOT FOUND (não encontrado por ID incorreto)

500

GET

https://api.maplink.global/tracking/v1/themes/{{trackingTheme}}

An Internal Server Error occurred (erro interno no processamento da requisição)

200

PUT

https://api.maplink.global/tracking/v1/themes/{{trackingTheme}}

OK (tema atualizado com sucesso)

404

PUT

https://api.maplink.global/tracking/v1/themes/{{trackingTheme}}

NOT FOUND (não encontrado por ID incorreto)

500

PUT

https://api.maplink.global/tracking/v1/themes/{{trackingTheme}}

An Internal Server Error occurred (erro interno no processamento da requisição)

200

DELETE

https://api.maplink.global/tracking/v1/themes/{{trackingTheme}}

OK (tema excluído com sucesso)

404

DELETE

https://api.maplink.global/tracking/v1/themes/{{trackingTheme}}

NOT FOUND (não encontrado por ID incorreto)

500

DELETE

https://api.maplink.global/tracking/v1/themes/{{trackingTheme}}

An Internal Server Error occurred (erro interno no processamento da requisição)

  • No labels