RetailTransactionServiceOrders::cancelCustomerOrder Method [AX 2012]

Cancels the sales order.

Syntax

client server public static container cancelCustomerOrder(str custOrderXmlStr)

Run On

Called

Parameters

  • custOrderXmlStr
    Type: str
    XML string having the header, line details and charges, payments associated with the sales order to be canceled.

Return Value

Type: container
A container having the status of order cancellation.

See Also

Reference

RetailTransactionServiceOrders Class