POST api/organisation/list
Request Information
URI Parameters
None.
Body Parameters
RequestOrganisationListModelName | Description | Type | Additional information |
---|---|---|---|
name | string |
None. |
|
APIEndPoint | string |
None. |
|
ParentEntityId | globally unique identifier |
None. |
|
pageSize | integer |
None. |
|
pageNumber | integer |
None. |
|
SortBy | string |
None. |
|
SortOrderDescending | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "name": "sample string 1", "APIEndPoint": "sample string 2", "ParentEntityId": "d354790e-ea7f-4633-a0bc-b41b26fda137", "pageSize": 3, "pageNumber": 4, "SortBy": "sample string 5", "SortOrderDescending": true }
application/xml, text/xml
Sample:
<RequestOrganisationListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OAuthServer.Models.RequestModels"> <APIEndPoint>sample string 2</APIEndPoint> <ParentEntityId>d354790e-ea7f-4633-a0bc-b41b26fda137</ParentEntityId> <SortBy>sample string 5</SortBy> <SortOrderDescending>true</SortOrderDescending> <pageNumber>4</pageNumber> <pageSize>3</pageSize> <name>sample string 1</name> </RequestOrganisationListModel>
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.