cancel
Showing results for 
Search instead for 
Did you mean: 

can I insert multiple documents from a single JSON array in ServiceLayer?

former_member248467
Discoverer
0 Kudos

I want to create multiple documents from a single JSON array in serviceLayer? something like:

[

{

"CardCode": "C800050714",

"DocDueDate": "2017-04-19",

"DocumentLines": [ {

"ItemCode": "000-200-010-AC-PANEL",

"Quantity": "77",

"TaxCode": "IVAGEN01",

"UnitPrice": "3000" } ]

},

{

"CardCode": "C800215494",

"DocDueDate": "2017-04-19",

"DocumentLines": [ {

"ItemCode": "000-200-010-AC-PANEL",

"Quantity": "78",

"TaxCode": "IVAGEN01",

"UnitPrice": "4000" } ]

}

]

is that possible?

Accepted Solutions (0)

Answers (0)