Share via


RetailTransactionServiceAX61::updateCustomerOrder Method [AX 2012]

Updates the customer order.

Syntax

client server public static container updateCustomerOrder(str _custOrderXmlStr)

Run On

Called

Parameters

  • _custOrderXmlStr
    Type: str
    XML string having the details of order to be updated.

Return Value

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

See Also

Reference

RetailTransactionServiceAX61 Class