VBCS Business Object Create Rest JSON payload
Summary
payload to create multiple rows in business objectContent
I have a business object "Customer" with fields: customerNumber, businessUnit, invoiceCurrencyCode, customerName
the endpoint is as below:
I have POST method to create customer
Method: POST
URI: base_url/Customer
Action Hint: Create
Description: create or upsert
Endpoint Id create_Customer
I want to create a multiple customer at one call to REST service but couldn't find the correct json for it, could you please help me find the correct json for it? or it is only to create single customer?
0