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

parts payload for create

edited Nov 13, 2020 9:17PM in Integration 1 comment

Content

hello - I have  a integration between OIC and VBCS. VBCS has REST enabled Business Object and my sample payload below creates 2 records in BO when invoked from Postman.  I have following 2 questions how to invoke same from OIC.

 

I appreciate a sample  blog, video that creates multiple records from OIC ( like one depicts say for-each, Mapping.. of parts )

I got following working in Postman it created 2 records in BO.
 
{
"parts": [
        
        {
"id": "part1",
"path": "/MYDATA",
"operation": "create",
"payload":   {
           
            "myId": "1234",
            "firstName": "Joe",
           
            "lastName": "Bush"
            
         
        }
        }
        ,
 
{"id": "part2",
"path": "/MYDATA",
"operation": "create",
"payload":   {
           
            "myId": "6789",
           "firstName": "John",
           
            "lastName": "Hooper"
            
           
          
        }  
 
 
 
        }
]
}
 
1> should I be giving OIC team REST end point that DOES Not have BO  name at the end ? ( like it ends with data ) ?

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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