CRM360° CustomerApi Documentation
Return to Web Api Help Page

AdictizCampaignRefData - ListAddressType

List available AddressType in CRM360 for the concerning platform and user

URI Parameters

Name Description Type Additional information
customerName

CRM360 Platform CustomerName

string

Required

databaseAlias

CRM360 Platform DatabaseAlias

string

Required

login

CRM360 User Login

string

Required

password

CRM360 User password

string

Required

Response Information

List of ListElement (ElementId / ElementLabel) - Collection of listElement

application/json

[
  {
    "elementId": 1,
    "elementLabel": "sample string 2"
  },
  {
    "elementId": 1,
    "elementLabel": "sample string 2"
  }
]