POST Api/Corporate/PostPlanRelatedClaims
Request Information
URI Parameters
None.
Body Parameters
PlanRelatedClaimsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| pstEmployeeId | string |
None. |
|
| pstDependentId | string |
None. |
|
| pstPlanCode | string |
None. |
|
| pstAction | string |
None. |
|
| pstCoverageCode | string |
None. |
|
| pstHistory | boolean |
None. |
|
| pstStartDt | string |
None. |
|
| pstEndDt | string |
None. |
|
| pstBenefitCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"pstEmployeeId": "sample string 1",
"pstDependentId": "sample string 2",
"pstPlanCode": "sample string 3",
"pstAction": "sample string 4",
"pstCoverageCode": "sample string 5",
"pstHistory": true,
"pstStartDt": "sample string 7",
"pstEndDt": "sample string 8",
"pstBenefitCode": "sample string 9"
}
application/xml, text/xml
Sample:
<CorporateResponse.PlanRelatedClaimsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces"> <pstAction>sample string 4</pstAction> <pstBenefitCode>sample string 9</pstBenefitCode> <pstCoverageCode>sample string 5</pstCoverageCode> <pstDependentId>sample string 2</pstDependentId> <pstEmployeeId>sample string 1</pstEmployeeId> <pstEndDt>sample string 8</pstEndDt> <pstHistory>true</pstHistory> <pstPlanCode>sample string 3</pstPlanCode> <pstStartDt>sample string 7</pstStartDt> </CorporateResponse.PlanRelatedClaimsRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.
