To create a Task the request looks like this:
{
"subject" : "SomeSubject",
"description" : "SomeDescription",
"regardingobjectid_contact_task@odata.bind" : "/contacts(0000etc)"
}
Then POST it to /api/data/v8.1/tasks
However, creating a Post isn't so easy, as there is no direct relationship to a contact or account. We've got a postregardingid, but you can't create postregardings. https://msdn.microsoft.com/en-us/library/mt607553.aspx
Has anyone been able to create Posts with the Web API?
*This post is locked for comments
I have the same question (0)