I have created a company property object via the Data Management under the settings option. I want to be able to store values within the property and make an API call based on the stored properties. To add some context, the additional field will serve as a foreign key. Is this something that can be done ?
Hey @CWishiya ,
what do you mean by property object? Is this just a regular property on the company object, or do you mean something else with that?
In case this is just a regular property, yes, you can access the values from the API by using this endpoint:
GET /crm/v3/objects/companies/{companyId}
If you’re using this property as a foreign key that is also unique to every company record, I recommend checking the according box when creating the property. This way, you can also get the records through this value instead of the companyId.
If you found this post helpful, consider helping others in the community to find answers faster by marking this as a solution. I’d really appreciate it.
Cheers,
Chriso
Hi Chriso
Thanks for the feedback, I was indeed refering to the regular property on the company object.