POST api/organisations/select
Request Information
URI Parameters
None.
Body Parameters
OrganisationsFilterCriteriaDto| Name | Description | Type | Additional 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": "8b7eeda0-83bb-43f1-8184-6b0f6501668f",
"CreatorUserId": "95961179-61c2-48dd-b6bc-363cefca2e80",
"TenantId": "cf5dd3e5-e91b-4ee7-8c76-de3c594fe88d",
"IsDeleted": true,
"Name": "sample string 1",
"CreationDateFrom": "2026-01-10T18:54:24.9562147+00:00",
"CreationDateTo": "2026-01-10T18:54:24.9562147+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>2026-01-10T18:54:24.9562147+00:00</CreationDateFrom> <CreationDateTo>2026-01-10T18:54:24.9562147+00:00</CreationDateTo> <CreatorUserId>95961179-61c2-48dd-b6bc-363cefca2e80</CreatorUserId> <Id>8b7eeda0-83bb-43f1-8184-6b0f6501668f</Id> <IsDeleted>true</IsDeleted> <Name>sample string 1</Name> <OrderByName>true</OrderByName> <TenantId>cf5dd3e5-e91b-4ee7-8c76-de3c594fe88d</TenantId> </OrganisationsFilterCriteriaDto>
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.