post https://app-staging.b2brouter.net/projects//invoices.
Create an invoice
Log in to see full request history
Responses
201Successful operation
400Invalid status value
401Unauthorized
403Forbidden
422Unprocessable Entity
Create an invoice
201Successful operation
400Invalid status value
401Unauthorized
403Forbidden
422Unprocessable Entity
xxxxxxxxxx
22curl --request POST \
--url https://app-staging.b2brouter.net/projects/account/invoices.json \
--header 'content-type: application/json' \
--data '
{
"send_after_import": false,
"invoice": {
"type": "IssuedInvoice",
"invoice_lines_attributes": [
{
"unit": 1
}
],
"apply_taxes_to_charge": false,
"charge_is_reimbursable_expense": false,
"bank_account": {
"type": "iban"
},
"terms": "custom"
}
}
'
Try It!
to start a request and see the response here!