POST api/GetConfiguration
Request Information
URI Parameters
None.
Body Parameters
GetConfiguration| Name | Description | Type | Additional information |
|---|---|---|---|
| Parameter | string |
None. |
|
| Active | string |
None. |
|
| Page | integer |
None. |
|
| RowPerPage | integer |
None. |
|
| UserEmail | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Parameter": "sample string 1",
"Active": "sample string 2",
"Page": 3,
"RowPerPage": 4,
"UserEmail": "sample string 5"
}
application/xml, text/xml
Sample:
<GetConfiguration 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 5</UserEmail> <Active>sample string 2</Active> <Page>3</Page> <Parameter>sample string 1</Parameter> <RowPerPage>4</RowPerPage> </GetConfiguration>
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.