POST Api/Corporate/PostCoverageMCWA0171Option
Request Information
URI Parameters
None.
Body Parameters
CoverageMCWA0171Request| Name | Description | Type | Additional information |
|---|---|---|---|
| pstProviderId | string |
None. |
|
| pstCorpCode | string |
None. |
|
| pstMemControlNo | string |
None. |
|
| pstRelation | string |
None. |
|
| pstAdmissionDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"pstProviderId": "sample string 1",
"pstCorpCode": "sample string 2",
"pstMemControlNo": "sample string 3",
"pstRelation": "sample string 4",
"pstAdmissionDate": "sample string 5"
}
application/xml, text/xml
Sample:
<CorporateResponse.CoverageMCWA0171Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces"> <pstAdmissionDate>sample string 5</pstAdmissionDate> <pstCorpCode>sample string 2</pstCorpCode> <pstMemControlNo>sample string 3</pstMemControlNo> <pstProviderId>sample string 1</pstProviderId> <pstRelation>sample string 4</pstRelation> </CorporateResponse.CoverageMCWA0171Request>
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.
