Share via


RetailTransactionServiceAX61::createCustomerReturnOrder Method [AX 2012]

Creates a customer return order from the given details.

Syntax

client server public static container createCustomerReturnOrder(str _custOrderXmlStr)

Run On

Called

Parameters

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

Return Value

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

See Also

Reference

RetailTransactionServiceAX61 Class