App: Custom Invoicing
Submit draft synchronization results
post/api/v1/apps/custom-invoicing/{invoiceId}/draft/synchronized
Path parameters
invoiceIdstring required
Example:01G65Z755AFWAKHE12NY0CQ9FH
Request body
Example request
{
"invoicing": {
"invoiceNumber": "INV-2024-01-01-01",
"lineExternalIds": [
{
"lineId": "01G65Z755AFWAKHE12NY0CQ9FH"
}
],
"lineDiscountExternalIds": [
{
"lineDiscountId": "01G65Z755AFWAKHE12NY0CQ9FH"
}
]
}
}Response
There is no content to send for this request, but the headers may be useful.