{% note tip "" %}
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.
{% endnote %}
In the section common fields, you will find a list of standard fields used across all types of CRM objects.
The sections for each object type provide lists of standard fields specific to that object type:
Use the method crm.item.fields with the specified object type in entityTypeId to get a complete list of fields for the object, including custom fields.
#|
|| Name
type | Description ||
|| assignedById
user | Identifier of the user responsible for the item ||
|| createdBy
user | Identifier of the user who created the item ||
|| createdTime
datetime | Time of item creation ||
|| entityTypeId
integer | Identifier of the entity type ||
|| id
integer | Identifier of the item ||
|| lastActivityBy
user | Identifier of the user who last interacted in the timeline ||
|| lastActivityTime
datetime | Time of the last activity in the timeline ||
|| opened
boolean | Is the item open ||
|| parentId...
crm_entity | Parent field. An element of another CRM object type that is linked to this item.
Each such field has the code parentId + {parentEntityTypeId}
||
|| ufCrm...
crm_userfield | Custom field. See the section {#T}.
- Values of multiple fields are returned as an array
- Value of the
filetype field is returned as an object: id— identifierurl— link to the file on the accounturlMachine— link to the file for the application || || updatedByuser| Identifier of the user who modified the item || || updatedTimedatetime| Time of the last modification of the item || || utmCampaignstring| Identifier of the advertising campaign || || utmContentstring| Content of the campaign. For example, for contextual ads || || utmMediumstring| Type of traffic. Possible values:- CPC — ads
- CPM — banners
||
|| utmSource
string| Advertising system. Google Ads and others || || utmTermstring| Search condition of the campaign. For example, keywords for contextual advertising || || webformIdinteger| Identifier of the CRM form || |#
#|
|| Name
type | Description ||
|| dateCreateShort
datetime | Time of item creation (short format).
Field is disabled
||
|| dateModifyShort
datetime | Time of the last modification of the item (short format).
Field is disabled
||
|| companyId
crm_company | Identifier of the company linked to the item ||
|| contactId
crm_contact | Identifier of the contact linked to the item ||
|| stageId
crm_status | String identifier of the item's stage ||
|| isConvert
boolean | Has the lead been converted.
Field is disabled
||
|| statusDescription
text | Additional information about the stage ||
|| stageSemanticId
string | Group of the stage. Possible values:
P— in progressS— successfulF— unsuccessful || || productIdstring| Identifier of the product. Deprecated. Field is disabled || || opportunitydouble| Amount || || currencyIdcrm_currency| Identifier of the item's currency || || sourceIdcrm_status| String identifier of the source type || || sourceDescriptiontext| Additional information about the source || || titlestring| Name of the item || || namestring| First name || || lastNamestring| Last name || || secondNamestring| Middle name || || shortNamestring| Last name First name. Short format: for example 'Smith John' -> 'Smith J.'. Field is disabled || || companyTitlestring| Company name || || poststring| Position || || addresstext| Address. Deprecated. Field is disabled || || commentstext| Comment || || originatorIdstring| External source || || originIdstring| Identifier of the item in the external source || || dateCloseddatetime| Time of item closure || || birthdatedate| Date of birth || || honorificcrm_status| String identifier of the salutation type || || hasPhoneboolean| Does the item have a phone || || hasEmailboolean| Does the item have an email || || hasImolboolean| Does the item have open channels || || loginstring| Login. Deprecated. Field is disabled || || isReturnCustomerboolean| Is the item a repeat customer || || searchContenttext| Information for full-text search. System field || || isManualOpportunityboolean| Is manual mode for calculating the amount set || || movedByuser| Identifier of the user who last changed the stage || || movedTimedatetime| Time of the last stage change || || phoneMobilestring| Mobile phone || || phoneWorkstring| Work phone || || phoneMailingstring| Mailing phone || || emailHomestring| Personal E-mail || || emailWorkstring| Work E-mail || || emailMailingstring| Mailing email || || skypestring| Skype || || icqstring| ICQ || || imolstring| IMOL || || emailstring| E-mail || || phonestring| Phone || || observersuser[]| List of user identifiers who are Observers || || contactIdscrm_contact[]| List of contact identifiers linked to the item || || fmcrm_multifield| Array of multifields. More about multifields can be found in the section {#T} Structure of the multifield:id— Unique identifiertypeId— Type of multifieldvalueType— Type of valuevalue— Value || |#
#|
|| Name
type | Description ||
|| dateCreateShort
datetime | Time of item creation (short format).
Field is disabled
||
|| dateModifyShort
datetime | Time of the last modification of the item (short format).
Field is disabled
||
|| leadId
crm_lead | Identifier of the lead based on which the item was created ||
|| companyId
crm_company | Identifier of the company linked to the item ||
|| contactId
crm_contact | Identifier of the contact linked to the item ||
|| quoteId
crm_quote | Identifier of the estimate linked to the item ||
|| title
string | Name of the item ||
|| productId
string | Identifier of the product.
Deprecated. Field is disabled
||
|| categoryId
crm_category | Identifier of the funnel (direction) of the item ||
|| stageId
crm_status | String identifier of the item's stage ||
|| stageSemanticId
string | Group of the stage
P— in progressS— successfulF— unsuccessful || || isNewboolean| Is the deal new || || isRecurringboolean| Is the deal recurring || || isReturnCustomerboolean| Is the item a repeat customer || || isRepeatedApproachboolean| Is the deal a repeated approach || || closedboolean| Is the deal closed || || typeIdcrm_status| String identifier of the deal type || || opportunitydouble| Amount || || isManualOpportunityboolean| Is manual mode for calculating the amount set || || taxValuedouble| Tax amount || || currencyIdcrm_currency| Identifier of the item's currency || || probabilityinteger| Probability, % || || commentstext| Comment || || begindatedate| Start date of the item || || begindateShortdatetime| Start time of the item (short format). Field is disabled || || closedatedate| Completion date of the item || || closedateShortdatetime| End time of the item (short format). Field is disabled || || eventDatedatetime| Event date || || eventDateShortdatetime| Event date (short format). Field is disabled || || eventIdcrm_status| String identifier of the event type || || eventDescriptiontext| Description of the event || || locationIdlocation| Identifier of the location. System field || || sourceIdcrm_status| String identifier of the source type || || sourceDescriptiontext| Additional information about the source || || originatorIdstring| External source || || originIdstring| Identifier of the item in the external source || || additionalInfostring| Additional information || || searchContenttext| Information for full-text search. System field || || orderStagestring| Payment status of the deal || || movedByuser| Identifier of the user who last changed the stage || || movedTimedatetime| Time of the last stage change || || isWorkboolean| Is the deal in progress. Field is disabled || || isWonboolean| Is the deal won. Field is disabled || || isLoseboolean| Is the deal lost. Field is disabled || || receivedAmountstring| Amount received. Field is disabled || || lostAmountstring| Amount lost. Field is disabled || || hasProductsboolean| Does the item contain products. Field is disabled || || observersuser[]| List of user identifiers who are Observers || || contactIdscrm_contact[]| List of contact identifiers linked to the item || |#
#|
|| Name
type | Description ||
|| companyId
crm_company | Identifier of the company linked to the item ||
|| sourceId
crm_status | String identifier of the source type ||
|| sourceDescription
text | Additional information about the source ||
|| name
string | First name ||
|| lastName
string | Last name ||
|| secondName
string | Middle name ||
|| shortName
string | Last name First name.
Short format: for example 'Smith John' -> 'Smith J.'.
Field is disabled
||
|| photo
file | Photo ||
|| post
string | Position ||
|| address
text | Address.
Deprecated. Field is disabled
||
|| comments
text | Comment ||
|| leadId
crm_lead | Identifier of the lead based on which the item was created ||
|| export
boolean | Is exporting the contact allowed ||
|| typeId
crm_status | String identifier of the deal type ||
|| originatorId
string | External source ||
|| originId
string | Identifier of the item in the external source ||
|| originVersion
string | Version of the original ||
|| birthdate
date | Date of birth ||
|| honorific
crm_status | String identifier of the salutation type ||
|| hasPhone
boolean | Does the item have a phone ||
|| hasEmail
boolean | Does the item have an email ||
|| hasImol
boolean | Does the item have open channels ||
|| searchContent
text | Information for full-text search. System field ||
|| categoryId
crm_category | Identifier of the funnel (direction) of the item ||
|| login
string | Login.
Deprecated. Field is disabled
||
|| emailHome
string | Personal E-mail ||
|| emailWork
string | Work E-mail ||
|| emailMailing
string | Mailing email ||
|| phoneMobile
string | Mobile phone ||
|| phoneWork
string | Work phone ||
|| phoneMailing
string | Mailing phone ||
|| imol
string | IMOL ||
|| email
string | E-mail ||
|| phone
string | Phone ||
|| observers
user[] | List of user identifiers who are Observers ||
|| companyIds
crm_company[] | List of company identifiers linked to the item ||
|| fm
crm_multifield | Array of multifields.
More about multifields can be found in the section {#T}
Structure of the multifield:
id— Unique identifiertypeId— Type of multifieldvalueType— Type of valuevalue— Value || |#
#|
|| Name
type | Description ||
|| title
string | Name of the item ||
|| logo
file | Logo ||
|| address
text | Address.
Deprecated. Field is disabled
||
|| addressLegal
text | Legal address.
Deprecated
||
|| bankingDetails
string | Banking details ||
|| comments
text | Comment ||
|| typeId
crm_status | String identifier of the deal type ||
|| industry
crm_status | String identifier of the industry type ||
|| revenue
double | Annual turnover ||
|| currencyId
crm_currency | Identifier of the item's currency ||
|| employees
crm_status | String identifier of the number of employees type ||
|| leadId
crm_lead | Identifier of the lead based on which the item was created ||
|| originatorId
string | External source ||
|| originId
string | Identifier of the item in the external source ||
|| originVersion
string | Version of the original ||
|| hasPhone
boolean | Does the item have a phone ||
|| hasEmail
boolean | Does the item have an email ||
|| hasImol
boolean | Does the item have open channels ||
|| isMyCompany
boolean | Is the company my company ||
|| searchContent
text | Information for full-text search.
System field
||
|| categoryId
crm_category | Identifier of the funnel (direction) of the item ||
|| emailHome
string | Personal E-mail ||
|| emailWork
string | Work E-mail ||
|| emailMailing
string | Mailing email ||
|| phoneMobile
string | Mobile phone ||
|| phoneWork
string | Work phone ||
|| phoneMailing
string | Mailing phone ||
|| imol
string | IMOL ||
|| email
string | E-mail ||
|| phone
string | Phone ||
|| ufLogo
file | Logo (document generator) ||
|| ufStamp
file | Company seal (document generator) ||
|| ufDirectorSign
file | Director's signature (document generator) ||
|| ufAccountantSign
file | Chief accountant's signature (document generator) ||
|| observers
user[] | List of user identifiers who are Observers ||
|| contactIds
crm_contact[] | List of contact identifiers linked to the item ||
|| fm
crm_multifield | Array of multifields.
More about multifields can be found in the section {#T}
Structure of the multifield:
id— Unique identifiertypeId— Type of multifieldvalueType— Type of valuevalue— Value || |#
#|
|| Name
type | Description ||
|| dateCreateShort
datetime | Time of item creation (short format).
Field is disabled
||
|| dateModifyShort
datetime | Time of the last modification of the item (short format).
Field is disabled
||
|| leadId
crm_lead | Identifier of the lead based on which the item was created ||
|| dealId
crm_deal | Identifier of the deal linked to the item ||
|| companyId
crm_company | Identifier of the company linked to the item ||
|| contactId
crm_contact | Identifier of the contact linked to the item ||
|| personTypeId
integer | Identifier of the payer type ||
|| mycompanyId
crm_company | Identifier of "my" company ||
|| title
string | Name of the item ||
|| stageId
crm_status | String identifier of the item's stage ||
|| closed
boolean | Is the deal closed ||
|| opportunity
double | Amount ||
|| isManualOpportunity
boolean | Is manual mode for calculating the amount set ||
|| taxValue
double | Tax amount ||
|| currencyId
crm_currency | Identifier of the item's currency ||
|| comments
text | Comment ||
|| commentsType
integer | Identifier of the comment type.
Possible values:
0— unknown1— text2— bb-code3— HTML || || begindatedate| Start date of the item || || begindateShortdatetime| Start time of the item (short format). Field is disabled || || closedatedate| Completion date of the item || || closedateShortdatetime| End time of the item (short format). Field is disabled || || quoteNumberstring| Estimate number || || contenttext| Content || || contentTypeinteger| Identifier of the content type. Possible values:0— unknown1— text2— bb-code3— HTML || || termstext| Terms || || termsTypeinteger| Identifier of the terms type. Possible values:0— unknown1— text2— bb-code3— HTML || || storageTypeIdinteger| Identifier of the storage type || || storageElementIdsinteger[]| Array of files || || locationIdlocation| Identifier of the location. System field || || clientTitlestring| Client name || || clientAddrstring| Client address || || clientContactstring| Client contacts || || clientEmailstring| Client E-mail || || clientPhonestring| Client phone || || clientTpIdstring| Client TIN || || clientTpaIdstring| Client TPP || || searchContenttext| Information for full-text search. System field || || hasProductsboolean| Does the item contain products. Field is disabled || || actualDatedate| Valid until || || contactIdscrm_contact[]| List of contact identifiers linked to the item || |#
#|
|| Name
type | Description ||
|| xmlId
string | External code ||
|| title
string | Name of the item ||
|| movedBy
user | Identifier of the user who last changed the stage ||
|| movedTime
datetime | Time of the last stage change ||
|| categoryId
crm_category | Identifier of the funnel (direction) of the item ||
|| stageId
crm_status | String identifier of the item's stage ||
|| previousStageId
crm_status | Identifier of the previous stage type ||
|| begindate
date | Start date of the item ||
|| closedate
date | Completion date of the item ||
|| companyId
crm_company | Identifier of the company linked to the item ||
|| contactId
crm_contact | Identifier of the contact linked to the item ||
|| opportunity
double | Amount ||
|| isManualOpportunity
boolean | Is manual mode for calculating the amount set ||
|| taxValue
double | Tax amount ||
|| currencyId
crm_currency | Identifier of the item's currency ||
|| mycompanyId
crm_company | Identifier of "my" company ||
|| sourceId
crm_status | String identifier of the source type ||
|| sourceDescription
text | Additional information about the source ||
|| comments
text | Comment ||
|| accountNumber
string | Invoice number ||
|| locationId
location | Identifier of the location.
System field
||
|| observers
user[] | List of user identifiers who are Observers ||
|| contactIds
crm_contact[] | List of contact identifiers linked to the item ||
|#
#|
|| Name
type | Description ||
|| xmlId
string | External code ||
|| title
string | Name of the item ||
|| movedBy
user | Identifier of the user who last changed the stage.
Available only when the isStagesEnabled setting is enabled for the corresponding SPA
||
|| movedTime
datetime | Time of the last stage change.
Available only when the isStagesEnabled setting is enabled for the corresponding SPA
||
|| categoryId
crm_category | Identifier of the funnel (direction) of the item ||
|| stageId
crm_status | String identifier of the item's stage.
Available only when the isStagesEnabled setting is enabled for the corresponding SPA
||
|| previousStageId
crm_status | Identifier of the previous stage type.
Available only when the isStagesEnabled setting is enabled for the corresponding SPA
||
|| begindate
date | Start date of the item.
Available only when the isBeginCloseDatesEnabled setting is enabled for the corresponding SPA
||
|| closedate
date | Completion date of the item.
Available only when the isBeginCloseDatesEnabled setting is enabled for the corresponding SPA
||
|| companyId
crm_company | Identifier of the company linked to the item.
Available only when the isClientEnabled setting is enabled for the corresponding SPA
||
|| contactId
crm_contact | Identifier of the contact linked to the item.
Available only when the isClientEnabled setting is enabled for the corresponding SPA
||
|| opportunity
double | Amount.
Available only when the isLinkWithProductsEnabled setting is enabled for the corresponding SPA
||
|| isManualOpportunity
boolean | Is manual mode for calculating the amount set.
Available only when the isLinkWithProductsEnabled setting is enabled for the corresponding SPA
||
|| taxValue
double | Tax amount.
Available only when the isLinkWithProductsEnabled setting is enabled for the corresponding SPA
||
|| currencyId
crm_currency | Identifier of the item's currency.
Available only when the isLinkWithProductsEnabled setting is enabled for the corresponding SPA
||
|| opportunityAccount
double | Amount in accounting currency.
Deprecated. Field is disabled.
Available only when the isLinkWithProductsEnabled setting is enabled for the corresponding SPA
||
|| taxValueAccount
double | Tax amount in accounting currency.
Deprecated. Field is disabled.
Available only when the isLinkWithProductsEnabled setting is enabled for the corresponding SPA
||
|| accountCurrencyId
crm_currency | Accounting currency.
Field is disabled.
Available only when the isLinkWithProductsEnabled setting is enabled for the corresponding SPA
||
|| mycompanyId
crm_company | Identifier of "my" company.
Available only when the isMycompanyEnabled setting is enabled for the corresponding SPA
||
|| sourceId
crm_status | String identifier of the source type.
Available only when the isSourceEnabled setting is enabled for the corresponding SPA
||
|| sourceDescription
text | Additional information about the source.
Available only when the isSourceEnabled setting is enabled for the corresponding SPA
||
|| observers
user[] | List of user identifiers who are Observers.
Available only when the isObserversEnabled setting is enabled for the corresponding SPA
||
|| contactIds
crm_contact[] | List of contact identifiers linked to the item.
Available only when the isClientEnabled setting is enabled for the corresponding SPA
||
|#