I was wondering where I can find the JSON format or record layout for an odata record in Json format; creating a contact record for example. Can the odata service describe the format?
Thanks
Like
2 comments
18:01 Dec 01, 2017
It seems the basic format is simple, I jump the gun
{
'Name': 'Test User',
'Dear': 'TU',
'Email': 'Tester@TestsMarketNetServices.com',
'Phone': '6168477992',
'Notes': 'Testing 123'
}
Additional question: Can you nest relationships with the same document, like activities or do they have to be created separately?
14:11 Dec 08, 2017
John Adkins,
Yes, you have to create them separately. There is not way to nest relationships.
Regards,
Anastasia
Show all comments