POST api/profilepropertytypes/select

Request Information

URI Parameters

None.

Body Parameters

ProfilePropertyTypesFilterCriteriaDto
NameDescriptionTypeAdditional 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": "9218efe7-3f20-46b3-8167-0d1bccdd1ff7",
  "CreatorUserId": "29ac5c2d-853b-41c4-8305-c69ddc9e18d5",
  "TenantIds": [
    "ffce39b5-e5c1-42ab-9761-197c22c278ed",
    "501703d4-0d2f-44f0-b591-0ce7664eb889"
  ],
  "IsDeleted": true,
  "Name": "sample string 1",
  "DataType": 0,
  "CreationDateFrom": "2025-12-06T04:48:33.7030208+00:00",
  "CreationDateTo": "2025-12-06T04:48:33.7030208+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>2025-12-06T04:48:33.7030208+00:00</CreationDateFrom>
  <CreationDateTo>2025-12-06T04:48:33.7030208+00:00</CreationDateTo>
  <CreatorUserId>29ac5c2d-853b-41c4-8305-c69ddc9e18d5</CreatorUserId>
  <DataType>Bool</DataType>
  <Id>9218efe7-3f20-46b3-8167-0d1bccdd1ff7</Id>
  <IsDeleted>true</IsDeleted>
  <Name>sample string 1</Name>
  <TenantIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>ffce39b5-e5c1-42ab-9761-197c22c278ed</d2p1:guid>
    <d2p1:guid>501703d4-0d2f-44f0-b591-0ce7664eb889</d2p1:guid>
  </TenantIds>
</ProfilePropertyTypesFilterCriteriaDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.