POST api/GetPositionList
Request Information
URI Parameters
None.
Body Parameters
GetPositionListRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserEmail | string |
None. |
|
| IsMasterPlan | boolean |
None. |
|
| Page | integer |
None. |
|
| RowPerPage | integer |
None. |
|
| TextFilter | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserEmail": "sample string 1",
"IsMasterPlan": true,
"Page": 3,
"RowPerPage": 4,
"TextFilter": "sample string 5"
}
application/xml, text/xml
Sample:
<GetPositionListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sirius_Api.Models.Sirius"> <IsMasterPlan>true</IsMasterPlan> <Page>3</Page> <RowPerPage>4</RowPerPage> <TextFilter>sample string 5</TextFilter> <UserEmail>sample string 1</UserEmail> </GetPositionListRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.