Patch the eInvoice that was submitted to the Tax Authority
Requires the INVOICE.E_INVOICE.STATUS.UPDATE permission.
Authentication
X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
version
version
resourceId
The ID of the resource to be requested.
Headers
x-platform-id
Platform ID.
Request
This endpoint expects an object.
external_reference
The external reference of the eInvoice that needs to be patched
status
The status to set
message
An optional message, when empty the default for that status will be used
Response
OK
external_reference
The external reference that's used to identify this eInvoice with the eInvoicing integration
applied_mandate
The mandate that was applied to this eInvoice
processor
The eInvoicing integration that processed this eInvoice
status
status_history
supported_file_formats
The file formats in which this eInvoice can be downloaded
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error