Create a New Invoice Status crm.invoice.status.add

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.

Scope: crm

Who can execute the method: any user

DEPRECATED

Development of this method has been halted. Please use Universal Methods for Invoices.

The method crm.invoice.status.add creates a new invoice status.

Warning

Starting from version 19.0.0, it is recommended to use the method crm.status.add.

Method Parameters

Required parameters are marked with *

Name
type

Description

fields*
array

A set of fields — an array in the form array("field"=>"value"[, ...]), containing the values of the invoice status fields.

Note

To find out the required format for the fields, execute the method crm.invoice.status.fields and check the format of the returned values for these fields.