RetailTransactionService::createAddress Method [AX 2012]
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 createAddress(
CustAccount custAccount,
CustName custName,
AddressStreet street,
AddressCity city,
AddressCountyId county,
AddressStateId state,
AddressZipCodeId zip,
AddressCountryRegionId country,
Phone phone,
Email email,
URL url,
TaxGroup taxGroup,
LogisticsLocationRoleType role,
[LogisticsAddressStreetNumber streetNumber,
LogisticsAddressDistrictName districtName,
LogisticsAddressBuildingCompliment buildingCompliment,
boolean makePostalAddressPrimary])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static container createAddress(
CustAccount custAccount,
CustName custName,
AddressStreet street,
AddressCity city,
AddressCountyId county,
AddressStateId state,
AddressZipCodeId zip,
AddressCountryRegionId country,
Phone phone,
Email email,
URL url,
TaxGroup taxGroup,
LogisticsLocationRoleType role,
[LogisticsAddressStreetNumber streetNumber,
LogisticsAddressDistrictName districtName,
LogisticsAddressBuildingCompliment buildingCompliment])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static container CreateAddress(container paramList)
Run On
CalledParameters
- custAccount
- Type: CustAccount 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
- Type: Email Extended Data Type
- url
- Type: URL Extended Data Type
- taxGroup
- Type: TaxGroup Extended Data Type
- role
- Type: LogisticsLocationRoleType Enumeration
- streetNumber
- Type: LogisticsAddressStreetNumber Extended Data Type
- districtName
- Type: LogisticsAddressDistrictName Extended Data Type
- buildingCompliment
- Type: LogisticsAddressBuildingCompliment Extended Data Type
- makePostalAddressPrimary
- Type: boolean
Show:
Note