POST Api/Corporate/PostUploadFileMSWA0192D

Request Information

URI Parameters

None.

Body Parameters

UploadFileMSWA0192DRequest
NameDescriptionTypeAdditional information
pstFile

ClaimAttachFile

None.

pstCorpCd

string

None.

pstPlanCd

string

None.

Request Formats

application/json, text/json

Sample:
{
  "pstFile": {
    "Content": "sample string 1",
    "Name": "sample string 2",
    "Size": 3,
    "ContentType": "sample string 4"
  },
  "pstCorpCd": "sample string 1",
  "pstPlanCd": "sample string 2"
}

application/xml, text/xml

Sample:
<CorporateResponse.UploadFileMSWA0192DRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces">
  <pstCorpCd>sample string 1</pstCorpCd>
  <pstFile>
    <Content>sample string 1</Content>
    <ContentType>sample string 4</ContentType>
    <Name>sample string 2</Name>
    <Size>3</Size>
  </pstFile>
  <pstPlanCd>sample string 2</pstPlanCd>
</CorporateResponse.UploadFileMSWA0192DRequest>

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.