POST api/addresses/select
Request Information
URI Parameters
None.
Body Parameters
AddressesFilterCriteriaDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CreatorUserId | globally unique identifier |
None. |
|
| ProfileId | globally unique identifier |
None. |
|
| OrganisationId | globally unique identifier |
None. |
|
| TenantId | globally unique identifier |
None. |
|
| IsDeleted | boolean |
None. |
|
| AddressName | string |
None. |
|
| CreationDateFrom | date |
None. |
|
| CreationDateTo | date |
None. |
|
| AddressProperties | Collection of AddressPropertyFilterCriteriaDto |
None. |
|
| Address_Line1 | string |
None. |
|
| City | string |
None. |
|
| Postcode | string |
None. |
|
| OrderByName | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "95779611-74a7-4c2b-9cbe-bcc00874864f",
"CreatorUserId": "d61386b3-ab6e-4680-969c-715c7c2c01c1",
"ProfileId": "bb7b73d6-36e0-49b9-b52e-93aa3dea15bf",
"OrganisationId": "47181171-0abb-452f-8a0e-91f1d205e8fc",
"TenantId": "1d936390-e209-4adc-90fc-9b4a68bfcf53",
"IsDeleted": true,
"AddressName": "sample string 1",
"CreationDateFrom": "2026-01-10T00:47:37.4834217+00:00",
"CreationDateTo": "2026-01-10T00:47:37.4990404+00:00",
"AddressProperties": [
{
"Name": "sample string 1",
"Value": "sample string 2"
},
{
"Name": "sample string 1",
"Value": "sample string 2"
}
],
"Address_Line1": "sample string 2",
"City": "sample string 3",
"Postcode": "sample string 4",
"OrderByName": true
}
application/xml, text/xml
Sample:
<AddressesFilterCriteriaDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Profile.Models.FilterCriteria">
<AddressName>sample string 1</AddressName>
<AddressProperties>
<AddressPropertyFilterCriteriaDto>
<Name>sample string 1</Name>
<Value>sample string 2</Value>
</AddressPropertyFilterCriteriaDto>
<AddressPropertyFilterCriteriaDto>
<Name>sample string 1</Name>
<Value>sample string 2</Value>
</AddressPropertyFilterCriteriaDto>
</AddressProperties>
<Address_Line1>sample string 2</Address_Line1>
<City>sample string 3</City>
<CreationDateFrom>2026-01-10T00:47:37.4834217+00:00</CreationDateFrom>
<CreationDateTo>2026-01-10T00:47:37.4990404+00:00</CreationDateTo>
<CreatorUserId>d61386b3-ab6e-4680-969c-715c7c2c01c1</CreatorUserId>
<Id>95779611-74a7-4c2b-9cbe-bcc00874864f</Id>
<IsDeleted>true</IsDeleted>
<OrderByName>true</OrderByName>
<OrganisationId>47181171-0abb-452f-8a0e-91f1d205e8fc</OrganisationId>
<Postcode>sample string 4</Postcode>
<ProfileId>bb7b73d6-36e0-49b9-b52e-93aa3dea15bf</ProfileId>
<TenantId>1d936390-e209-4adc-90fc-9b4a68bfcf53</TenantId>
</AddressesFilterCriteriaDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.