POST api/GetConfiguration

Request Information

URI Parameters

None.

Body Parameters

GetConfiguration
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetConfiguration'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.