Skip to main content
GET
/
dinamicas
/
sem-area
Obter dinâmica sem área
curl --request GET \
  --url https://api-vendas.taximachine.com.br/api/v2/integracao/dinamicas/sem-area \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'api-key: <api-key>'
{
  "success": true,
  "data": {
    "nome": "Dinâmica sem área",
    "fator": 1.5,
    "tipo_calculo": "Fator multiplicador",
    "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

Sucesso

The response is of type object.