POST api/GetCommissioningCheckList
Request Information
URI Parameters
None.
Body Parameters
GetCommissioningCheckListRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserEmail | string |
None. |
|
| CheckListType | integer |
None. |
|
| Page | integer |
None. |
|
| RowPerPage | integer |
None. |
|
| TextFilter | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserEmail": "sample string 1",
"CheckListType": 2,
"Page": 3,
"RowPerPage": 4,
"TextFilter": "sample string 5"
}
application/xml, text/xml
Sample:
<GetCommissioningCheckListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sirius_Api.Models.Sirius"> <CheckListType>2</CheckListType> <Page>3</Page> <RowPerPage>4</RowPerPage> <TextFilter>sample string 5</TextFilter> <UserEmail>sample string 1</UserEmail> </GetCommissioningCheckListRequest>
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.