POST api/TreatmentReview/GetReviewsForApproval

Request Information

URI Parameters

None.

Body Parameters

GetReviewsForAdminDto
NameDescriptionTypeAdditional information
Status

ReviewStatus

None.

Search

string

None.

PageNumber

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Search": "sample string 1",
  "PageNumber": 2,
  "PageSize": 3
}

application/xml, text/xml

Sample:
<GetReviewsForAdminDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Silver.Agenda.Core.Application.Dtos">
  <PageNumber>2</PageNumber>
  <PageSize>3</PageSize>
  <Search>sample string 1</Search>
  <Status>Pending</Status>
</GetReviewsForAdminDto>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.