Skip to main content
GET
/
v1
/
dinamica
/
semArea
Obter dinâmica sem área
curl --request GET \
  --url https://api-vendas.taximachine.com.br/integracao/v1/dinamica/semArea \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'api-key: <api-key>'
{
  "success": true,
  "data": {
    "nome": "Dinâmica sem área",
    "fator": 1.15,
    "ativo": true,
    "tipo": "Sem área"
  }
}

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