Pedidos
Emitir Nota Fiscal
post/api/v1/salesOrders/{id}/invoice
Path parameters
idinteger required
Identificador único do pedido no Base.
Request body
Response
OK
Example response
{
"id": 10040055,
"invoiceId": 123456789,
"invoiceNumber": 1234
}Changes
No recorded changes to this endpoint across all 1 revision of this API.