Hi,
I'm working on a migration project, and I have 2 questions:
a) How do I import multiple contact phones? /api/v1/Contact/{id}/PhoneNumber is not available... If I send a GET to /api/v1/Contact/{id}, I get only one phone number. Who can I get all of them?
b) Customer would like to import history contacts from the old application. So, I think the best approach would import these informations to ActionHistoryRecord, but I get permission problems with the API.
Can anyone more experienced help me?
Thanks in advance
Eduardo
I'm working on a migration project, and I have 2 questions:
a) How do I import multiple contact phones? /api/v1/Contact/{id}/PhoneNumber is not available... If I send a GET to /api/v1/Contact/{id}, I get only one phone number. Who can I get all of them?
b) Customer would like to import history contacts from the old application. So, I think the best approach would import these informations to ActionHistoryRecord, but I get permission problems with the API.
Can anyone more experienced help me?
Thanks in advance
Eduardo
Comment