Share via


RetailTransactionServiceTransactions::fillRetailTransactionDetails Method [AX 2012]

Method returns the serialized xml string of a RetailTransaction having the data of the RetailTransactionTable table.

Syntax

client server private static XmlElement fillRetailTransactionDetails(
    RetailTransactionTable transactionTable, 
    RetailTransactionTaxTrans taxTable, 
    RetailTransactionMarkupTrans chargeTable, 
    DirPartyTable partyTable, 
    XmlDocument xmlDoc)

Run On

Called

Parameters

Return Value

Type: XmlElement Class
XML serialized string of the RetailTransactionTable table.
* Members must be in order of the SalesOrder DataContract Example:

See Also

Reference

RetailTransactionServiceTransactions Class