POST api/Claims/ClaimsReview?systemType={systemType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
systemType

SystemTypeEnum

Default value is Other

Body Parameters

ClaimReviewFilter
NameDescriptionTypeAdditional information
PageNumber

integer

None.

SortBy

string

Max length: 25

Reverse

boolean

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PageNumber": 1,
  "SortBy": "sample string 2",
  "Reverse": true,
  "PageSize": 4
}

application/xml, text/xml

Sample:
<ClaimReviewFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Claims.Service.Models">
  <PageNumber>1</PageNumber>
  <PageSize>4</PageSize>
  <Reverse>true</Reverse>
  <SortBy>sample string 2</SortBy>
</ClaimReviewFilter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.