RetailTransactionServiceOrders::getShipments Method [AX 2012]
Gets the shipping information of delivered sales orders.
client server public static container getShipments([str salesOrderId, str shipmentId])
Run On
CalledParameters
- salesOrderId
- Type: str
Sales id of the shipments to get.
- shipmentId
- Type: str
Packing slip id of the shipments to get.
Return Value
Type: containerA container with success status, error message and xml result of data returned by the query.
Show: