Skip to main content
GET
/
v1
/
dinamica
/
area
Obter dinâmicas por área
curl --request GET \
  --url https://api-vendas.taximachine.com.br/integracao/v1/dinamica/area \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'api-key: <api-key>'
{
  "success": true,
  "data": [
    {
      "id": 10,
      "nome": "Área Central",
      "fator": 1.25,
      "ativo": true,
      "tipo": "No embarque"
    },
    {
      "id": 12,
      "nome": "Zona Norte",
      "fator": 1.1,
      "ativo": false,
      "tipo": "No embarque"
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

api-key
string
header
required

Obrigatório. Sua chave API.

Response

200 - application/json

Sucesso