I'm trying to create an order through api rest /b1s/v1/Orders. I have copied the exactly code as below but it continues to give to me the following error:
"Item number is missing; specify an item number"
that is the body content of Api Post
{ "CardCode": "C00006", "DocDueDate": "2014-04-04", "DocumentLines": [ { "ItemCode": "i001", "Quantity": "100", "TaxCode": "T1", "UnitPrice": "30" } ] }
is anyone knows how to solve it?