Hello, is there anyone who can help? I am currently trying to POST data to create a business partner and its location.
Is it possible to create both the business partner and its location in a single request,
with the condition that we do not POST the location data beforehand?
Below is an example of the JSON body I am using:
{
"Name": "PAXAR INDONESIA",
"Value": "LPXR03",
"IsVendor": true,
"C_BP_Group_ID": 1000001,
"location": [
{
"Address": "",
"Address1": "JL INTI I BIIE LIPPO CIKARANG, BLK C-1, NO.14, CIBATU BEKASI"
}
]
}
And here is the specific error I am getting: