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

POST method on REST Service is not working

edited Oct 4, 2018 7:30PM in Visual Builder 5 comments

Content

Hi All,

I am using VBCS business objects to store the  accounts data and using this information to create accounts in sales cloud using standard reset services. When i am invoking the post method and providing the mapping data for the rest call the account is not created in oracle however when i manually provided the hardcoded values the account is being created in fusion.

Working Code

===========

{
 "OrganizationName": "Oracle Test Addr",
 "Type": "ZCA_CUSTOMER",
 "PrimaryAddress": [
  {
   "AddressLine1": "Demo 500 oracle parkway",
   "City": "Demo Redwood Shores",
   "State": "CA",
   "Country": "US"
  }
 ]
}

Mapping with the underlying form data (which doesnt seem to be working)

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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