POST Api/Corporate/PostMSWAgetClaimsDocument
Request Information
URI Parameters
None.
Body Parameters
MSWAgetClaimsDocumentRequestName | Description | Type | Additional information |
---|---|---|---|
pstCorpCd | string |
None. |
|
pstClaimsId | string |
None. |
|
pstFile | string |
None. |
|
pstType | string |
None. |
|
pstPlanCd | string |
None. |
|
pstFileName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "pstCorpCd": "sample string 1", "pstClaimsId": "sample string 2", "pstFile": "sample string 3", "pstType": "sample string 4", "pstPlanCd": "sample string 5", "pstFileName": "sample string 6" }
application/xml, text/xml
Sample:
<CorporateResponse.MSWAgetClaimsDocumentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces"> <pstClaimsId>sample string 2</pstClaimsId> <pstCorpCd>sample string 1</pstCorpCd> <pstFile>sample string 3</pstFile> <pstFileName>sample string 6</pstFileName> <pstPlanCd>sample string 5</pstPlanCd> <pstType>sample string 4</pstType> </CorporateResponse.MSWAgetClaimsDocumentRequest>
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.