Official comment
Hi Shamin,
The correct format is:
{
"C_ProjectName": "/Project/externalIdOfTheProject",
etc.,
etc.
}
I hope this helps.
Roland
Comment actions
Hi,
Thanks in advance. I have a custom object which has a custom field that is a referenced object to Project. I'm using data/objects/C_MyCustomObject to PUT data into the custom object.
C_MyCustomObject has 2 fields
I'm able do a PUT with just C_CreatedOn. Can someone please tell me how to PUT C_ProjectName?
Thanks
Shamin
Hi Shamin,
The correct format is:
{
"C_ProjectName": "/Project/externalIdOfTheProject",
etc.,
etc.
}
I hope this helps.
Roland
Please sign in to leave a comment.
Thank you, Roland. That works.