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": "5ca6c0f9-72d6-4c83-b47c-073aa9d2f56e", "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>5ca6c0f9-72d6-4c83-b47c-073aa9d2f56e</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.