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
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156