POST Api/Corporate/PostAssesmentBenefit

Request Information

URI Parameters

None.

Body Parameters

AssesmentBenefitRequest
NameDescriptionTypeAdditional information
pstShowAll

boolean

None.

pstIsHistory

boolean

None.

pstBenefitCode

string

None.

pstCurrCd

string

None.

pstClaimsId

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "pstShowAll": true,
  "pstIsHistory": true,
  "pstBenefitCode": "sample string 3",
  "pstCurrCd": "sample string 4",
  "pstClaimsId": 5.0
}

application/xml, text/xml

Sample:
<CorporateResponse.AssesmentBenefitRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces">
  <pstClaimsId>5</pstClaimsId>
  <pstBenefitCode>sample string 3</pstBenefitCode>
  <pstCurrCd>sample string 4</pstCurrCd>
  <pstIsHistory>true</pstIsHistory>
  <pstShowAll>true</pstShowAll>
</CorporateResponse.AssesmentBenefitRequest>

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.