You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Rest API in RightNow

Accepted answer
17
Views
8
Comments
edited Oct 5, 2016 1:28PM in General Technical Discussions 8 comments

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

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!