Share via


RetailTransactionServiceOrders::createReturnOrder Method [AX 2012]

Creates a return order from the given details.

Syntax

client server public static container createReturnOrder(str custOrderXmlStr)

Run On

Called

Parameters

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

Return Value

Type: container
A container having the status and sales id of the return order created.

See Also

Reference

RetailTransactionServiceOrders Class