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": "bdc567a0-8f2d-495a-a360-ca531f32bfb2",
"CreatorUserId": "b424b853-0a03-4206-a574-103141253fec",
"ProfileId": "e00aaef9-b5b0-41f7-8b2f-19fecfcfa097",
"OrganisationId": "71893ee7-1749-41a9-896e-181498c9f783",
"TenantId": "371fc85b-84f3-40db-9dd5-9fc3d85f8961",
"IsDeleted": true,
"AddressName": "sample string 1",
"CreationDateFrom": "2025-12-06T04:53:16.6910625+00:00",
"CreationDateTo": "2025-12-06T04:53:16.6910625+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>2025-12-06T04:53:16.6910625+00:00</CreationDateFrom>
<CreationDateTo>2025-12-06T04:53:16.6910625+00:00</CreationDateTo>
<CreatorUserId>b424b853-0a03-4206-a574-103141253fec</CreatorUserId>
<Id>bdc567a0-8f2d-495a-a360-ca531f32bfb2</Id>
<IsDeleted>true</IsDeleted>
<OrderByName>true</OrderByName>
<OrganisationId>71893ee7-1749-41a9-896e-181498c9f783</OrganisationId>
<Postcode>sample string 4</Postcode>
<ProfileId>e00aaef9-b5b0-41f7-8b2f-19fecfcfa097</ProfileId>
<TenantId>371fc85b-84f3-40db-9dd5-9fc3d85f8961</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.