API: OE with Ship all and Post Invoice

SUGGESTED

Hi all,

I try to add new Order Entry with ship all & auto create invoice using API with the following json

{"CustomerNumber":"2347", "OrderDetails":[{"LineNumber":0, "Item":"A11030", "QuantityOrdered":10 ,
"PriceList":"WHS"}],
"ShipmentNumber": "CASH0003",
"PerformShipAll": true,
"InvoiceNumber": "CASH0003",
"PostInvoice": true}

Order is created but no shipment & invoice created. is there any other data to be included in json?

Thank you