From previous forum posts I can gather that the text company field we update in xmlrpc is deprecated. When creating or updating a contact to enter company information, the REST v2 API requests an object of the form [ id => (string), company_name => (string) ].
I do have some questions regarding this new Company object entity for the Contact.
Context: Company name is a required field for our program. So as a result of this change it seems that instead of one API call to complete a registration we would now have to do an extra call?
For example: 1. Create company. 2. Create contact and pass in the id from that created company
I just wanted to clarify to make sure there isn’t a way that we are missing here in order to do it in one call?
Side note and potential bug? My developer was able to create the Contact with a Company of id = NULL but with Company name of that obj filled in. Of course when viewing it on the Sandbox it will not appear. But I assume this should have thrown an error when he attempted creation?