v1
latestOpenAPI 3.0.12026-07-245277551.2 MBFiscal Documents
Create a fiscal document of the type invoice
Create a fiscal document of the type invoice.
post/fiscal-document/v1/fiscal-documents/invoice
Headers
X-Property-IDinteger required
Property id
Request body
Example request
{
"sourceId": 100,
"sourceKind": "RESERVATION",
"includeTransactionIds": [
123,
456
],
"recipient": {
"type": "GUEST",
"id": 1
}
}Response
OK
Example response
{
"governmentIntegration": {
"folioFiscal": "9B3E26F4-1234-4A5B-8C9D-ABCDEF012345"
}
}