POST Api/Corporate/PostSubmitFileUpload

Request Information

URI Parameters

None.

Body Parameters

SubmitFileUploadRequest
NameDescriptionTypeAdditional information
pstBase64

string

None.

pstFileName

string

None.

pstPayorCode

string

None.

pstRefType

string

None.

pstRemovefirstheader

string

None.

pstAq

string

None.

pstUserId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "pstBase64": "sample string 1",
  "pstFileName": "sample string 2",
  "pstPayorCode": "sample string 3",
  "pstRefType": "sample string 4",
  "pstRemovefirstheader": "sample string 5",
  "pstAq": "sample string 6",
  "pstUserId": "sample string 7"
}

application/xml, text/xml

Sample:
<CorporateResponse.SubmitFileUploadRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces">
  <pstUserId>sample string 7</pstUserId>
  <pstAq>sample string 6</pstAq>
  <pstBase64>sample string 1</pstBase64>
  <pstFileName>sample string 2</pstFileName>
  <pstPayorCode>sample string 3</pstPayorCode>
  <pstRefType>sample string 4</pstRefType>
  <pstRemovefirstheader>sample string 5</pstRemovefirstheader>
</CorporateResponse.SubmitFileUploadRequest>

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.