RetailTransactionService::updateAddress Method [AX 2012]
Updates the record in the LogisticsPostalAddress table.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
client server public static container updateAddress(
RefRecId addressRecId,
CustName custName,
AddressStreet street,
AddressCity city,
AddressCountyId county,
AddressStateId state,
AddressZipCodeId zip,
AddressCountryRegionId country,
Phone phone,
LogisticsElectronicAddressLocator email,
URL url,
TaxGroup taxGroup,
LogisticsLocationRoleType role,
int64 phoneRecId,
int64 emailRecId,
int64 urlRecId,
[LogisticsAddressStreetNumber streetNumber,
LogisticsAddressDistrictName districtName,
LogisticsAddressBuildingCompliment buildingCompliment,
boolean makePostalAddressPrimary])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static container updateAddress(
RefRecId addressRecId,
CustName custName,
AddressStreet street,
AddressCity city,
AddressCountyId county,
AddressStateId state,
AddressZipCodeId zip,
AddressCountryRegionId country,
Phone phone,
Email email,
URL url,
TaxGroup taxGroup,
LogisticsLocationRoleType role,
int64 phoneRecId,
int64 emailRecId,
int64 urlRecId,
[LogisticsAddressStreetNumber streetNumber,
LogisticsAddressDistrictName districtName,
LogisticsAddressBuildingCompliment buildingCompliment,
boolean makePostalAddressPrimary])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static container UpdateAddress(container paramList)
Run On
Called
Parameters
- addressRecId
Type: RefRecId Extended Data Type
- custName
Type: CustName Extended Data Type
- street
Type: AddressStreet Extended Data Type
- city
Type: AddressCity Extended Data Type
- county
Type: AddressCountyId Extended Data Type
- state
Type: AddressStateId Extended Data Type
- zip
Type: AddressZipCodeId Extended Data Type
- country
Type: AddressCountryRegionId Extended Data Type
- phone
Type: Phone Extended Data Type
- url
Type: URL Extended Data Type
- taxGroup
Type: TaxGroup Extended Data Type
- role
Type: LogisticsLocationRoleType Enumeration
- phoneRecId
Type: int64
- emailRecId
Type: int64
- urlRecId
Type: int64
- streetNumber
Type: LogisticsAddressStreetNumber Extended Data Type
- districtName
Type: LogisticsAddressDistrictName Extended Data Type
- buildingCompliment
Type: LogisticsAddressBuildingCompliment Extended Data Type
- makePostalAddressPrimary
Type: boolean
Return Value
Type: container
The status as a container.