REST API: Create Contact: Company Name and Tags

Hi @Anton_Loukine,

Thanks for reaching out for help. It seems our documentation needs a little work in order to be more clear. We’ll work to update that. In the meantime, I hope the following helps.

You may add Tags to a Contact using Apply Tags. See also Can't seem to add any tags when creating a new contact - #7 by Nicholas_Trecina.

However, you can associate a Contact with a Company in the Create a Contact call. The documentation is misleading: you should only specify the id of the Company.

"company": {
  "id": 13
}