Skip to main content
POST
/
entregas
/
empresas
/
creditos
/
recargas
Recarregar créditos da empresa
curl --request POST \
  --url https://api-vendas.taximachine.com.br/api/v2/integracao/entregas/empresas/creditos/recargas \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '
{
  "valor": 123,
  "observacao": "<string>",
  "empresa": {
    "identificacao": "<string>"
  }
}
'
{
  "success": true,
  "data": {
    "registro_id": "165"
  }
}

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.

Body

application/json
valor
number
observacao
string
empresa
object

Response

200 - application/json

Sucesso