Atributo Data Faturamento
Comunicado referente a inclusão de atributo no endpoint "/invoice"
Exemplo de requisição:
curl --location --request POST 'https://api.skyhub.com.br/orders/{code}/invoice' \
--header 'X-User-Email: email_de_usuario' \
--header 'X-Api-Key: token_de_integracao' \
--header 'X-Accountmanager-Key: token_account' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "order_invoiced",
"invoice": {
"key": "99999999999999999999999999999999999999999999",
"issue_date": "2019-01-27T12:30:00-03:00"
}
}'Last updated