Hi,
I am trying to post a phone call to contact record in dynamics.365. The problem is that my client doesn't allow me to easily format the header because of the "." syntax in the header. Is their an alternate way to do the same post but instead of using json use a url query or perhaps a different header syntax?
https://{myorg}.crm.dynamics.com/api/data/v9.0/phonecalls
This is my json:
{
"subject": "Phone Call",
"phonenumber": "07685124677",
"description": "My description",
"directioncode": true,
"regardingobjectid_contact@odata.bind": "/contacts(8f4bd744-32c4-e911-a844-000d3a3v317224)"
}
Any help would be greatly appreciated.
specifically "regardingobjectid_contact@odata.bind" is giving me an issue i can't have a "." in the header