CRM Object Fields
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.
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.
Common Fields
|
Name |
Description |
|
assignedById |
Identifier of the user responsible for the item |
|
createdBy |
Identifier of the user who created the item |
|
createdTime |
Time of item creation |
|
entityTypeId |
Identifier of the entity type |
|
id |
Identifier of the item |
|
lastActivityBy |
Identifier of the user who last interacted in the timeline |
|
lastActivityTime |
Time of the last activity in the timeline |
|
opened |
Is the item open |
|
parentId... |
Parent field. An element of another CRM object type that is linked to this item. |
|
ufCrm... |
Custom field. See the section Custom Fields in CRM: Overview of Methods.
|
|
updatedBy |
Identifier of the user who modified the item |
|
updatedTime |
Time of the last modification of the item |
|
utmCampaign |
Identifier of the advertising campaign |
|
utmContent |
Content of the campaign. |
|
utmMedium |
Type of traffic. Possible values:
|
|
utmSource |
Advertising system. Google Ads and others |
|
utmTerm |
Search condition of the campaign. |
|
webformId |
Identifier of the CRM form |
Object Fields
Lead
|
Name |
Description |
|
dateCreateShort |
Time of item creation (short format). |
|
dateModifyShort |
Time of the last modification of the item (short format). |
|
companyId |
Identifier of the company linked to the item |
|
contactId |
Identifier of the contact linked to the item |
|
stageId |
String identifier of the item's stage |
|
isConvert |
Has the lead been converted. |
|
statusDescription |
Additional information about the stage |
|
stageSemanticId |
Group of the stage. Possible values:
|
|
productId |
Identifier of the product. |
|
opportunity |
Amount |
|
currencyId |
Identifier of the item's currency |
|
sourceId |
String identifier of the source type |
|
sourceDescription |
Additional information about the source |
|
title |
Name of the item |
|
name |
First name |
|
lastName |
Last name |
|
secondName |
Middle name |
|
shortName |
Last name First name. |
|
companyTitle |
Company name |
|
post |
Position |
|
address |
Address. |
|
comments |
Comment |
|
originatorId |
External source |
|
originId |
Identifier of the item in the external source |
|
dateClosed |
Time of item closure |
|
birthdate |
Date of birth |
|
honorific |
String identifier of the salutation type |
|
hasPhone |
Does the item have a phone |
|
hasEmail |
Does the item have an email |
|
hasImol |
Does the item have open channels |
|
login |
Login. |
|
isReturnCustomer |
Is the item a repeat customer |
|
searchContent |
Information for full-text search. |
|
isManualOpportunity |
Is manual mode for calculating the amount set |
|
movedBy |
Identifier of the user who last changed the stage |
|
movedTime |
Time of the last stage change |
|
phoneMobile |
Mobile phone |
|
phoneWork |
Work phone |
|
phoneMailing |
Mailing phone |
|
emailHome |
Personal E-mail |
|
emailWork |
Work E-mail |
|
emailMailing |
Mailing email |
|
skype |
Skype |
|
icq |
ICQ |
|
imol |
IMOL |
|
email |
|
|
phone |
Phone |
|
observers |
List of user identifiers who are Observers |
|
contactIds |
List of contact identifiers linked to the item |
|
fm |
Array of multifields.
|
Deal
|
Name |
Description |
|
dateCreateShort |
Time of item creation (short format). |
|
dateModifyShort |
Time of the last modification of the item (short format). |
|
leadId |
Identifier of the lead based on which the item was created |
|
companyId |
Identifier of the company linked to the item |
|
contactId |
Identifier of the contact linked to the item |
|
quoteId |
Identifier of the estimate linked to the item |
|
title |
Name of the item |
|
productId |
Identifier of the product. |
|
categoryId |
Identifier of the funnel (direction) of the item |
|
stageId |
String identifier of the item's stage |
|
stageSemanticId |
Group of the stage
|
|
isNew |
Is the deal new |
|
isRecurring |
Is the deal recurring |
|
isReturnCustomer |
Is the item a repeat customer |
|
isRepeatedApproach |
Is the deal a repeated approach |
|
closed |
Is the deal closed |
|
typeId |
String identifier of the deal type |
|
opportunity |
Amount |
|
isManualOpportunity |
Is manual mode for calculating the amount set |
|
taxValue |
Tax amount |
|
currencyId |
Identifier of the item's currency |
|
probability |
Probability, % |
|
comments |
Comment |
|
begindate |
Start date of the item |
|
begindateShort |
Start time of the item (short format). |
|
closedate |
Completion date of the item |
|
closedateShort |
End time of the item (short format). |
|
eventDate |
Event date |
|
eventDateShort |
Event date (short format). |
|
eventId |
String identifier of the event type |
|
eventDescription |
Description of the event |
|
locationId |
Identifier of the location. |
|
sourceId |
String identifier of the source type |
|
sourceDescription |
Additional information about the source |
|
originatorId |
External source |
|
originId |
Identifier of the item in the external source |
|
additionalInfo |
Additional information |
|
searchContent |
Information for full-text search. |
|
orderStage |
Payment status of the deal |
|
movedBy |
Identifier of the user who last changed the stage |
|
movedTime |
Time of the last stage change |
|
isWork |
Is the deal in progress. |
|
isWon |
Is the deal won. |
|
isLose |
Is the deal lost. |
|
receivedAmount |
Amount received. |
|
lostAmount |
Amount lost. |
|
hasProducts |
Does the item contain products. |
|
observers |
List of user identifiers who are Observers |
|
contactIds |
List of contact identifiers linked to the item |
Contact
|
Name |
Description |
|
companyId |
Identifier of the company linked to the item |
|
sourceId |
String identifier of the source type |
|
sourceDescription |
Additional information about the source |
|
name |
First name |
|
lastName |
Last name |
|
secondName |
Middle name |
|
shortName |
Last name First name. |
|
photo |
Photo |
|
post |
Position |
|
address |
Address. |
|
comments |
Comment |
|
leadId |
Identifier of the lead based on which the item was created |
|
export |
Is exporting the contact allowed |
|
typeId |
String identifier of the deal type |
|
originatorId |
External source |
|
originId |
Identifier of the item in the external source |
|
originVersion |
Version of the original |
|
birthdate |
Date of birth |
|
honorific |
String identifier of the salutation type |
|
hasPhone |
Does the item have a phone |
|
hasEmail |
Does the item have an email |
|
hasImol |
Does the item have open channels |
|
searchContent |
Information for full-text search. System field |
|
categoryId |
Identifier of the funnel (direction) of the item |
|
login |
Login. |
|
emailHome |
Personal E-mail |
|
emailWork |
Work E-mail |
|
emailMailing |
Mailing email |
|
phoneMobile |
Mobile phone |
|
phoneWork |
Work phone |
|
phoneMailing |
Mailing phone |
|
imol |
IMOL |
|
email |
|
|
phone |
Phone |
|
observers |
List of user identifiers who are Observers |
|
companyIds |
List of company identifiers linked to the item |
|
fm |
Array of multifields.
|
Company
|
Name |
Description |
|
title |
Name of the item |
|
logo |
Logo |
|
address |
Address. |
|
addressLegal |
Legal address. |
|
bankingDetails |
Banking details |
|
comments |
Comment |
|
typeId |
String identifier of the deal type |
|
industry |
String identifier of the industry type |
|
revenue |
Annual turnover |
|
currencyId |
Identifier of the item's currency |
|
employees |
String identifier of the number of employees type |
|
leadId |
Identifier of the lead based on which the item was created |
|
originatorId |
External source |
|
originId |
Identifier of the item in the external source |
|
originVersion |
Version of the original |
|
hasPhone |
Does the item have a phone |
|
hasEmail |
Does the item have an email |
|
hasImol |
Does the item have open channels |
|
isMyCompany |
Is the company my company |
|
searchContent |
Information for full-text search. |
|
categoryId |
Identifier of the funnel (direction) of the item |
|
emailHome |
Personal E-mail |
|
emailWork |
Work E-mail |
|
emailMailing |
Mailing email |
|
phoneMobile |
Mobile phone |
|
phoneWork |
Work phone |
|
phoneMailing |
Mailing phone |
|
imol |
IMOL |
|
email |
|
|
phone |
Phone |
|
ufLogo |
Logo (document generator) |
|
ufStamp |
Company seal (document generator) |
|
ufDirectorSign |
Director's signature (document generator) |
|
ufAccountantSign |
Chief accountant's signature (document generator) |
|
observers |
List of user identifiers who are Observers |
|
contactIds |
List of contact identifiers linked to the item |
|
fm |
Array of multifields.
|
Estimate
|
Name |
Description |
|
dateCreateShort |
Time of item creation (short format). |
|
dateModifyShort |
Time of the last modification of the item (short format). |
|
leadId |
Identifier of the lead based on which the item was created |
|
dealId |
Identifier of the deal linked to the item |
|
companyId |
Identifier of the company linked to the item |
|
contactId |
Identifier of the contact linked to the item |
|
personTypeId |
Identifier of the payer type |
|
mycompanyId |
Identifier of "my" company |
|
title |
Name of the item |
|
stageId |
String identifier of the item's stage |
|
closed |
Is the deal closed |
|
opportunity |
Amount |
|
isManualOpportunity |
Is manual mode for calculating the amount set |
|
taxValue |
Tax amount |
|
currencyId |
Identifier of the item's currency |
|
comments |
Comment |
|
commentsType |
Identifier of the comment type.
|
|
begindate |
Start date of the item |
|
begindateShort |
Start time of the item (short format). |
|
closedate |
Completion date of the item |
|
closedateShort |
End time of the item (short format). |
|
quoteNumber |
Estimate number |
|
content |
Content |
|
contentType |
Identifier of the content type.
|
|
terms |
Terms |
|
termsType |
Identifier of the terms type.
|
|
storageTypeId |
Identifier of the storage type |
|
storageElementIds |
Array of files |
|
locationId |
Identifier of the location. System field |
|
clientTitle |
Client name |
|
clientAddr |
Client address |
|
clientContact |
Client contacts |
|
clientEmail |
Client E-mail |
|
clientPhone |
Client phone |
|
clientTpId |
Client TIN |
|
clientTpaId |
Client TPP |
|
searchContent |
Information for full-text search. System field |
|
hasProducts |
Does the item contain products. |
|
actualDate |
Valid until |
|
contactIds |
List of contact identifiers linked to the item |
Invoice
|
Name |
Description |
|
xmlId |
External code |
|
title |
Name of the item |
|
movedBy |
Identifier of the user who last changed the stage |
|
movedTime |
Time of the last stage change |
|
categoryId |
Identifier of the funnel (direction) of the item |
|
stageId |
String identifier of the item's stage |
|
previousStageId |
Identifier of the previous stage type |
|
begindate |
Start date of the item |
|
closedate |
Completion date of the item |
|
companyId |
Identifier of the company linked to the item |
|
contactId |
Identifier of the contact linked to the item |
|
opportunity |
Amount |
|
isManualOpportunity |
Is manual mode for calculating the amount set |
|
taxValue |
Tax amount |
|
currencyId |
Identifier of the item's currency |
|
mycompanyId |
Identifier of "my" company |
|
sourceId |
String identifier of the source type |
|
sourceDescription |
Additional information about the source |
|
comments |
Comment |
|
accountNumber |
Invoice number |
|
locationId |
Identifier of the location. |
|
observers |
List of user identifiers who are Observers |
|
contactIds |
List of contact identifiers linked to the item |
SPA
|
Name |
Description |
|
xmlId |
External code |
|
title |
Name of the item |
|
movedBy |
Identifier of the user who last changed the stage. |
|
movedTime |
Time of the last stage change. |
|
categoryId |
Identifier of the funnel (direction) of the item |
|
stageId |
String identifier of the item's stage. |
|
previousStageId |
Identifier of the previous stage type. |
|
begindate |
Start date of the item. |
|
closedate |
Completion date of the item. |
|
companyId |
Identifier of the company linked to the item. |
|
contactId |
Identifier of the contact linked to the item. |
|
opportunity |
Amount. |
|
isManualOpportunity |
Is manual mode for calculating the amount set. |
|
taxValue |
Tax amount. |
|
currencyId |
Identifier of the item's currency. |
|
opportunityAccount |
Amount in accounting currency. |
|
taxValueAccount |
Tax amount in accounting currency. |
|
accountCurrencyId |
Accounting currency. |
|
mycompanyId |
Identifier of "my" company. |
|
sourceId |
String identifier of the source type. |
|
sourceDescription |
Additional information about the source. |
|
observers |
List of user identifiers who are Observers. |
|
contactIds |
List of contact identifiers linked to the item. |