{
"additional_charge": {
"property1": 0,
"property2": 0
},
"additional_fileds": {
"property1": "string",
"property2": "string"
},
"apply_neucron_fee": true,
"attachment": {
"link": "string",
"name": "string"
},
"currency": "CLP",
"customer_id": "string",
"deposit_wallet": "string",
"discount": 0,
"due_date": "string",
"invoice_number": "string",
"issue_date": "string",
"items": [
{
"cost_per_unit": 0,
"name": "string",
"quantity": 0,
"sac_code": "string",
"sub_total": 0,
"tax_rate": 0,
"total": 0
}
],
"lut_number": "string",
"notes": "string",
"order_number": "string",
"payment_terms": "string",
"round_off": true,
"status": "DRAFTED",
"tax_rate": 0
}curl --location --request PUT 'https://api.neucron.io/v1/invoice?invoiceID=' \
--header 'h-Neucron-Team-ID;' \
--header 'X-Neucron-Business-ID;' \
--header 'X-Neucron-App-Secret;' \
--header 'Content-Type: application/json' \
--data '{
"additional_charge": {
"property1": 0,
"property2": 0
},
"additional_fileds": {
"property1": "string",
"property2": "string"
},
"apply_neucron_fee": true,
"attachment": {
"link": "string",
"name": "string"
},
"currency": "CLP",
"customer_id": "string",
"deposit_wallet": "string",
"discount": 0,
"due_date": "string",
"invoice_number": "string",
"issue_date": "string",
"items": [
{
"cost_per_unit": 0,
"name": "string",
"quantity": 0,
"sac_code": "string",
"sub_total": 0,
"tax_rate": 0,
"total": 0
}
],
"lut_number": "string",
"notes": "string",
"order_number": "string",
"payment_terms": "string",
"round_off": true,
"status": "DRAFTED",
"tax_rate": 0
}'{
"message": "string"
}