PUT api/Member/User/Claim

Request Information

URI Parameters

None.

Body Parameters

Ft_Claim
NameDescriptionTypeAdditional information
User_Checked

boolean

None.

User_ID

string

None.

Type_Checked

boolean

None.

Claim_Type

string

None.

RowsPerPage

integer

None.

CurrentPage

integer

None.

SkipRows

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "User_Checked": true,
  "User_ID": "sample string 2",
  "Type_Checked": true,
  "Claim_Type": "sample string 4",
  "RowsPerPage": 5,
  "CurrentPage": 6,
  "SkipRows": 25
}

application/xml, text/xml

Sample:
<Ft_Claim xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PrintService.DTO">
  <CurrentPage>6</CurrentPage>
  <RowsPerPage>5</RowsPerPage>
  <Claim_Type>sample string 4</Claim_Type>
  <Type_Checked>true</Type_Checked>
  <User_Checked>true</User_Checked>
  <User_ID>sample string 2</User_ID>
</Ft_Claim>

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.