Rest API in RightNow
Content
Hi All,
When I am trying to "POST" and "PATCH" the Address of Organisation through REST API,It is giving me error in both the methods.
I tried this Request Body:
{
"name": "Oracle DNV Corp",
"customFields":
{
"c":
{
"Did": "bkj"
}
},
"customFields":
{
"c":
{
"namelocal": "AccountLocal"
}
},
"address": {
"city": "Boston",
"street": "123 Beacon Street"
}
}
I have used the tunnelling method in PATCH method.Can anyone guide me where I am doing wrong .
Thanks in Advance.
Version
V1.3
Tagged:
0