post https://example.com/Invoices
An event-based push of new Invoices via Webhooks
Log in to see full request history
Responses
401You are not authorized
An event-based push of new Invoices via Webhooks
401You are not authorized
xxxxxxxxxx
30curl --request POST \
--url https://example.com/Invoices \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"data": {
"location": {
"terminal": {
"master": true,
"active": true
}
},
"articles": [
{
"isTakeAway": true
}
],
"payment": {
"discounts": [
{
"type": "1: absolute",
"enterDiscountOnPaying": true,
"active": true
}
]
}
}
}
Try It!
to start a request and see the response here! Or choose an example: