2 years ago
Associating a contact with a company/debtor
Heya all,
Currently using the MYOB EXO API to create contacts using the api documentation here.
That's working fine.
However, I've yet to be able to find a way to associate the contact with a specific company (a debtor, in my case). I tried the fields to set their default company, but that seems to be a different concept.
The debtor api docs (here) mentions it's possible to delete an association between a contact and a debtor using a DELETE call. Is it possible to create this association using the EXO API?
Thanks.