Old Invoices: Overview of Methods
If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the MCP server so that the assistant can utilize the official REST documentation.
DEPRECATED
The development of methods crm.invoice.* has been halted.
Please use the section Universal Methods for Invoices.
Scope:
crmWho can execute the method: any user
Methods
|
Method |
Description |
|
Creates a new invoice |
|
|
Deletes an invoice |
|
|
Returns the description of invoice fields and items included in it |
|
|
Returns an invoice by its ID |
|
|
Returns a list of invoices |
|
|
Adds a new setting for a recurring invoice |
|
|
Deletes an existing setting for a recurring invoice template |
|
|
Creates a new invoice from a template |
|
|
Returns a list of fields for the recurring invoice template setting with descriptions |
|
|
Returns the fields of the recurring invoice template setting by ID |
|
|
Returns a list of recurring invoice template settings based on a filter |
|
|
Updates an existing setting for a recurring invoice template |
|
|
Updates an existing invoice |
|
|
Creates a new custom field for invoices |
|
|
Deletes a custom field for invoices |
|
|
Returns a custom field for invoices by ID |
|
|
Returns a list of custom fields for invoices based on a filter |
|
|
Updates an existing custom field for invoices |
|
|
Returns the description of fields for payment methods |
|
|
Returns a list of payment methods |
|
|
Returns the description of fields for payer types |
|
|
Returns a list of payer types |
|
|
Returns a link to the invoice |
Events
|
Event |
Triggered |
|
When an invoice is created |
|
|
When an invoice is deleted |
|
|
When the status of an invoice is changed |
|
|
When an invoice is updated |
|
|
When a custom field is added |
|
|
When a custom field is modified |
|
|
When a custom field is deleted |
|
|
When the set of values for a custom field of list type is changed |
|
|
When a new recurring invoice is created |
|
|
When a recurring invoice is updated |
|
|
When a recurring invoice is deleted |
|
|
When a new invoice is issued from a recurring invoice |