I would like to synchronize locally stored company data with our data from bitrix24, using a webhook and the Rest API methods.
When using crm.company.list, I get the list with some information, but for example all the address fields are empty. Same when using crm.company.get?id=xy. When I log into the account and export the companies as CSV, the file contains various address fields with the correct values and other detailed company data, as well as an information Id, but I can't figure out how to use this information Id or get the same company data with the REST API.