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": "fc82f553-fd2d-4439-8d4e-ae2786366b40",
"CreatorUserId": "dacccd3d-9ca9-4688-b7f2-3a2c0a910056",
"TenantId": "b533308a-9011-48ec-ae38-b1383f8987eb",
"IsDeleted": true,
"Name": "sample string 1",
"CreationDateFrom": "2025-12-06T03:06:10.8225835+00:00",
"CreationDateTo": "2025-12-06T03:06:10.8225835+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-06T03:06:10.8225835+00:00</CreationDateFrom> <CreationDateTo>2025-12-06T03:06:10.8225835+00:00</CreationDateTo> <CreatorUserId>dacccd3d-9ca9-4688-b7f2-3a2c0a910056</CreatorUserId> <Id>fc82f553-fd2d-4439-8d4e-ae2786366b40</Id> <IsDeleted>true</IsDeleted> <Name>sample string 1</Name> <OrderByName>true</OrderByName> <TenantId>b533308a-9011-48ec-ae38-b1383f8987eb</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.