Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Method returns the serialized xml string of a CustomerAddress having the data of the LogisticsPostalAddress table.
Syntax
client server private static XmlElement fillSalesOrderAddress(
LogisticsPostalAddress _deliveryAddress,
str _deliveryName,
XmlDocument xmlDoc)
Run On
Called
Parameters
- _deliveryAddress
Type: LogisticsPostalAddress Table
Table buffer of LogisticsPostalAddress table.
- _deliveryName
Type: str
Delivery Name
- xmlDoc
Type: XmlDocument Class
XmlDocument
Return Value
Type: XmlElement Class
XML serialized string of the LogisticsPostalAddress table.
* Members must be in order of the CustomerAddress DataContract Example: