POST api/organisations/select

Request Information

URI Parameters

None.

Body Parameters

OrganisationsFilterCriteriaDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

CreatorUserId

globally unique identifier

None.

TenantId

globally unique identifier

None.

IsDeleted

boolean

None.

Name

string

None.

CreationDateFrom

date

None.

CreationDateTo

date

None.

OrderByName

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "25699ae5-a09f-47ea-9994-ba4973006846",
  "CreatorUserId": "fbd1bf36-5d23-4bab-9daf-30005c68258c",
  "TenantId": "f735834c-c5dd-4c16-887e-5771bcf7a838",
  "IsDeleted": true,
  "Name": "sample string 1",
  "CreationDateFrom": "2025-12-06T04:48:33.1485196+00:00",
  "CreationDateTo": "2025-12-06T04:48:33.1485196+00:00",
  "OrderByName": true
}

application/xml, text/xml

Sample:
<OrganisationsFilterCriteriaDto 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.1485196+00:00</CreationDateFrom>
  <CreationDateTo>2025-12-06T04:48:33.1485196+00:00</CreationDateTo>
  <CreatorUserId>fbd1bf36-5d23-4bab-9daf-30005c68258c</CreatorUserId>
  <Id>25699ae5-a09f-47ea-9994-ba4973006846</Id>
  <IsDeleted>true</IsDeleted>
  <Name>sample string 1</Name>
  <OrderByName>true</OrderByName>
  <TenantId>f735834c-c5dd-4c16-887e-5771bcf7a838</TenantId>
</OrganisationsFilterCriteriaDto>

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.