API - Finalidade de Emissão
API - Finalidade de Emissão
GET
https://sandbox-api.invoisys.com.br/api/enums/finalidade_da_emissao
Retorna os tipos de finalidade de emissão disponíveis
Headers
Name
Type
Description
Content-type
string
application/x-www-form-urlencoded
Accept
string
application/json
Authorization
string
bearer <valor>
[
{
"key": 1,
"value": "Normal"
},
{
"key": 2,
"value": "Complementar"
},
{
"key": 3,
"value": "Ajuste"
},
{
"key": 4,
"value": "Devolução"
}
]
APIs Relacionadas 🎈
Last updated
Was this helpful?