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