POST api/profilepropertytypes/select
Request Information
URI Parameters
None.
Body Parameters
ProfilePropertyTypesFilterCriteriaDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CreatorUserId | globally unique identifier |
None. |
|
| TenantIds | Collection of globally unique identifier |
None. |
|
| IsDeleted | boolean |
None. |
|
| Name | string |
None. |
|
| DataType | ProfilePropertyDataTypeDto |
None. |
|
| CreationDateFrom | date |
None. |
|
| CreationDateTo | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "79bcb761-9e49-406a-999b-2ed2c51d8ea6",
"CreatorUserId": "48051d08-ddc6-4f8b-8204-6bcf008a2397",
"TenantIds": [
"25a4b404-f104-4fef-bd84-f639a33e2219",
"e010885a-1c6c-4074-b4a4-4e26665822b7"
],
"IsDeleted": true,
"Name": "sample string 1",
"DataType": 0,
"CreationDateFrom": "2026-01-10T10:27:43.5839406+00:00",
"CreationDateTo": "2026-01-10T10:27:43.5839406+00:00"
}
application/xml, text/xml
Sample:
<ProfilePropertyTypesFilterCriteriaDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Profile.Models.FilterCriteria">
<CreationDateFrom>2026-01-10T10:27:43.5839406+00:00</CreationDateFrom>
<CreationDateTo>2026-01-10T10:27:43.5839406+00:00</CreationDateTo>
<CreatorUserId>48051d08-ddc6-4f8b-8204-6bcf008a2397</CreatorUserId>
<DataType>Bool</DataType>
<Id>79bcb761-9e49-406a-999b-2ed2c51d8ea6</Id>
<IsDeleted>true</IsDeleted>
<Name>sample string 1</Name>
<TenantIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>25a4b404-f104-4fef-bd84-f639a33e2219</d2p1:guid>
<d2p1:guid>e010885a-1c6c-4074-b4a4-4e26665822b7</d2p1:guid>
</TenantIds>
</ProfilePropertyTypesFilterCriteriaDto>
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.