GET api/{database}/AddressInfoList/{organizationId}
Gets a list of AddressInfo that matches the specified criteria
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| organizationId | The organizationId. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"addressGuid": "sample string 1",
"addressId": 2,
"addressTypeId": "sample string 3",
"city": "sample string 4",
"country": "sample string 5",
"fullAddress": "sample string 6",
"googleMapsDirectionsUrl": "sample string 7",
"googleMapsUrl": "sample string 8",
"name": "sample string 9",
"street1": "sample string 10",
"street2": "sample string 11",
"zipCode": "sample string 12"
},
{
"addressGuid": "sample string 1",
"addressId": 2,
"addressTypeId": "sample string 3",
"city": "sample string 4",
"country": "sample string 5",
"fullAddress": "sample string 6",
"googleMapsDirectionsUrl": "sample string 7",
"googleMapsUrl": "sample string 8",
"name": "sample string 9",
"street1": "sample string 10",
"street2": "sample string 11",
"zipCode": "sample string 12"
},
{
"addressGuid": "sample string 1",
"addressId": 2,
"addressTypeId": "sample string 3",
"city": "sample string 4",
"country": "sample string 5",
"fullAddress": "sample string 6",
"googleMapsDirectionsUrl": "sample string 7",
"googleMapsUrl": "sample string 8",
"name": "sample string 9",
"street1": "sample string 10",
"street2": "sample string 11",
"zipCode": "sample string 12"
}
]
application/xml, text/xml
Sample:
<ArrayOfAddressInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.CRM.Info">
<AddressInfo>
<AddressGuid>sample string 1</AddressGuid>
<AddressId>2</AddressId>
<AddressTypeId>sample string 3</AddressTypeId>
<City>sample string 4</City>
<Country>sample string 5</Country>
<FullAddress>sample string 6</FullAddress>
<GoogleMapsDirectionsUrl>sample string 7</GoogleMapsDirectionsUrl>
<GoogleMapsUrl>sample string 8</GoogleMapsUrl>
<Name>sample string 9</Name>
<Street1>sample string 10</Street1>
<Street2>sample string 11</Street2>
<ZipCode>sample string 12</ZipCode>
</AddressInfo>
<AddressInfo>
<AddressGuid>sample string 1</AddressGuid>
<AddressId>2</AddressId>
<AddressTypeId>sample string 3</AddressTypeId>
<City>sample string 4</City>
<Country>sample string 5</Country>
<FullAddress>sample string 6</FullAddress>
<GoogleMapsDirectionsUrl>sample string 7</GoogleMapsDirectionsUrl>
<GoogleMapsUrl>sample string 8</GoogleMapsUrl>
<Name>sample string 9</Name>
<Street1>sample string 10</Street1>
<Street2>sample string 11</Street2>
<ZipCode>sample string 12</ZipCode>
</AddressInfo>
<AddressInfo>
<AddressGuid>sample string 1</AddressGuid>
<AddressId>2</AddressId>
<AddressTypeId>sample string 3</AddressTypeId>
<City>sample string 4</City>
<Country>sample string 5</Country>
<FullAddress>sample string 6</FullAddress>
<GoogleMapsDirectionsUrl>sample string 7</GoogleMapsDirectionsUrl>
<GoogleMapsUrl>sample string 8</GoogleMapsUrl>
<Name>sample string 9</Name>
<Street1>sample string 10</Street1>
<Street2>sample string 11</Street2>
<ZipCode>sample string 12</ZipCode>
</AddressInfo>
</ArrayOfAddressInfo>