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:
--
You received this message because you are subscribed to the Google Groups "iDempiere" group.
To unsubscribe from this group and stop receiving emails from it, send an email to idempiere+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/idempiere/a77ad79c-3264-4e98-9639-be20553d0054n%40googlegroups.com.