You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update a fiscal document status, government integration details, or failure reason. Used by integration partners to update document lifecycle and government processing status. **Common Updates:** - Update status (PENDING_INTEGRATION, COMPLETED_INTEGRATION, FAILED, etc.) - Set government integration details (series, number, external ID, QR codes) - Record failure reasons for failed integrations **Invoice Cancellation (Spanish Properties Only):** - Set status to CANCEL_REQUESTED to cancel invoices - Only invoices in OPEN or CORRECTION_NEEDED status can be canceled - Invoices with rectifying documents cannot be canceled - Integration partners must handle CANCEL_REQUESTED and update to CANCELED (success) or revert to previous status (failure)
6620
+
Update a fiscal document status, government integration details, or failure reason. Used by integration partners to update document lifecycle and government processing status. **Common Updates:** - Update status (PENDING_INTEGRATION, COMPLETED_INTEGRATION, FAILED, etc.) - Set government integration details (series, number, external ID, QR codes) - Record failure reasons for failed integrations **Invoice Cancellation (Spanish Properties Only):** - Set status to CANCEL_REQUESTED to cancel invoices - Only invoices in OPEN, PAID, PARTIALLY_PAID or CORRECTION_NEEDED status can be canceled - Invoices with rectifying documents cannot be canceled - Integration partners must handle CANCEL_REQUESTED and update to CANCELED (success) or revert to previous status (failure)
6638
6621
6639
6622
:param id: Unique ID of the fiscal document to download. (required)
Update a fiscal document status, government integration details, or failure reason. Used by integration partners to update document lifecycle and government processing status. **Common Updates:** - Update status (PENDING_INTEGRATION, COMPLETED_INTEGRATION, FAILED, etc.) - Set government integration details (series, number, external ID, QR codes) - Record failure reasons for failed integrations **Invoice Cancellation (Spanish Properties Only):** - Set status to CANCEL_REQUESTED to cancel invoices - Only invoices in OPEN or CORRECTION_NEEDED status can be canceled - Invoices with rectifying documents cannot be canceled - Integration partners must handle CANCEL_REQUESTED and update to CANCELED (success) or revert to previous status (failure)
6695
+
Update a fiscal document status, government integration details, or failure reason. Used by integration partners to update document lifecycle and government processing status. **Common Updates:** - Update status (PENDING_INTEGRATION, COMPLETED_INTEGRATION, FAILED, etc.) - Set government integration details (series, number, external ID, QR codes) - Record failure reasons for failed integrations **Invoice Cancellation (Spanish Properties Only):** - Set status to CANCEL_REQUESTED to cancel invoices - Only invoices in OPEN, PAID, PARTIALLY_PAID or CORRECTION_NEEDED status can be canceled - Invoices with rectifying documents cannot be canceled - Integration partners must handle CANCEL_REQUESTED and update to CANCELED (success) or revert to previous status (failure)
6713
6696
6714
6697
:param id: Unique ID of the fiscal document to download. (required)
Update a fiscal document status, government integration details, or failure reason. Used by integration partners to update document lifecycle and government processing status. **Common Updates:** - Update status (PENDING_INTEGRATION, COMPLETED_INTEGRATION, FAILED, etc.) - Set government integration details (series, number, external ID, QR codes) - Record failure reasons for failed integrations **Invoice Cancellation (Spanish Properties Only):** - Set status to CANCEL_REQUESTED to cancel invoices - Only invoices in OPEN or CORRECTION_NEEDED status can be canceled - Invoices with rectifying documents cannot be canceled - Integration partners must handle CANCEL_REQUESTED and update to CANCELED (success) or revert to previous status (failure)
6770
+
Update a fiscal document status, government integration details, or failure reason. Used by integration partners to update document lifecycle and government processing status. **Common Updates:** - Update status (PENDING_INTEGRATION, COMPLETED_INTEGRATION, FAILED, etc.) - Set government integration details (series, number, external ID, QR codes) - Record failure reasons for failed integrations **Invoice Cancellation (Spanish Properties Only):** - Set status to CANCEL_REQUESTED to cancel invoices - Only invoices in OPEN, PAID, PARTIALLY_PAID or CORRECTION_NEEDED status can be canceled - Invoices with rectifying documents cannot be canceled - Integration partners must handle CANCEL_REQUESTED and update to CANCELED (success) or revert to previous status (failure)
6788
6771
6789
6772
:param id: Unique ID of the fiscal document to download. (required)
**due_days** | **int** | | [optional][default to 0]
13
+
**sequence_start_number** | **int** | | [optional][default to 0]
12
14
**lang** | **str** | | [optional]
13
15
**prefix** | **str** | | [optional]
14
16
**suffix** | **str** | | [optional]
15
17
**legal_company_name** | **str** | | [optional]
16
18
**title** | **Dict[str, str]** | | [optional]
17
-
**show_legal_company_name** | **bool** | |
18
-
**include_room_number** | **bool** | |
19
+
**show_legal_company_name** | **bool** | | [default to False]
20
+
**include_room_number** | **bool** | | [default to False]
19
21
**use_document_number** | **bool** | |
20
-
**is_compact** | **bool** | |
22
+
**create_invoice_on_allocation** | **bool** | | [optional][default to False]
23
+
**is_compact** | **bool** | | [default to False]
24
+
**use_invoice_title_and_numbering** | **bool** | Flag to determine if invoice title, sequenceStartNumber, prefix and suffix should be used. | [optional][default to False]
25
+
**use_invoice_document_settings** | **bool** | Flag to determine if invoice document settings should be used. | [optional][default to False]
26
+
**show_credit_notes_and_receipts** | **bool** | Flag to determine if linked credit notes and receipts should be rendered in Invoice. | [optional][default to False]
**transaction_ids** | **List[int]** | Include transactions with the specified IDs (deprecated, use `includeTransactionIds` instead) | [optional]
14
14
**folio_ids** | **List[int]** | Include all transactions from the specified folio IDs | [optional]
15
-
**exclude_transaction_ids** | **List[int]** | Exclude transactions with the specified IDs associated with selected folio IDs | [optional]
15
+
**exclude_transaction_ids** | **List[int]** | Exclude transactions with the specified IDs | [optional]
16
16
**include_transaction_ids** | **List[int]** | Include transactions with the specified IDs | [optional]
0 commit comments