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": "b240d027-d247-4346-bc15-ff19f70159bc",
"CreatorUserId": "f64b3aa5-ec74-48b9-b10b-8bcdaeeb5586",
"TenantIds": [
"bed0fe05-3027-43b2-a66a-3eb38a32b11f",
"3665617b-34d3-4097-a2fc-c3c1e8e53d77"
],
"IsDeleted": true,
"Name": "sample string 1",
"DataType": 0,
"CreationDateFrom": "2026-01-10T18:54:05.3088638+00:00",
"CreationDateTo": "2026-01-10T18:54:05.3088638+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-10T18:54:05.3088638+00:00</CreationDateFrom>
<CreationDateTo>2026-01-10T18:54:05.3088638+00:00</CreationDateTo>
<CreatorUserId>f64b3aa5-ec74-48b9-b10b-8bcdaeeb5586</CreatorUserId>
<DataType>Bool</DataType>
<Id>b240d027-d247-4346-bc15-ff19f70159bc</Id>
<IsDeleted>true</IsDeleted>
<Name>sample string 1</Name>
<TenantIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>bed0fe05-3027-43b2-a66a-3eb38a32b11f</d2p1:guid>
<d2p1:guid>3665617b-34d3-4097-a2fc-c3c1e8e53d77</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.