POST api/GetPerformanceReportList

Request Information

URI Parameters

None.

Body Parameters

GetPerformanceReportListRequest
NameDescriptionTypeAdditional information
StartDate

string

None.

EndDate

string

None.

UserRoleID

integer

None.

UserID

string

None.

UserEmail

string

None.

Page

integer

None.

RowPerPage

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "StartDate": "sample string 1",
  "EndDate": "sample string 2",
  "UserRoleID": 3,
  "UserID": "sample string 4",
  "UserEmail": "sample string 5",
  "Page": 6,
  "RowPerPage": 7
}

application/xml, text/xml

Sample:
<GetPerformanceReportListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sirius_Api.Models.Sirius">
  <Page>6</Page>
  <RowPerPage>7</RowPerPage>
  <UserEmail>sample string 5</UserEmail>
  <EndDate>sample string 2</EndDate>
  <StartDate>sample string 1</StartDate>
  <UserID>sample string 4</UserID>
  <UserRoleID>3</UserRoleID>
</GetPerformanceReportListRequest>

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 'GetPerformanceReportListRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.