Skip to Content
0
Former Member
Mar 27, 2018 at 01:57 AM

Json inbound to SAP B1 BP Master

841 Views Last edit Mar 27, 2018 at 09:56 AM 3 rev

Hi

I have some difficulty getting an input into SAP B1 BP Master.

What I want to do is to get the following json code, transform it in B1iF and eventually create a BP Master record.

What I am not clear is how to do the transformation in B1iF.

My inbound data is shown below. I can get it in B1iF using RESTful and POST.

{
"BPMaster":[{
"CustomerName": "ABC New-Aotao",
"Address": "Unit 13/79-85 Mars Road, Earth, XYZ 2066",
"BusinessName": "ABC New",
"IsGroup": true
}]
}

Does someone have an example I can follow to get this working or provide step by step instructions?

Thank you

Regards

Ashvin