POST Api/Corporate/PostUploadFileMSWA2110
Request Information
URI Parameters
None.
Body Parameters
UploadFileMSWA2110RequestName | Description | Type | Additional information |
---|---|---|---|
pstPayorId | string |
None. |
|
pstRefType | string |
None. |
|
UploadFile | ClaimAttachFile |
None. |
|
pstUserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "pstPayorId": "sample string 1", "pstRefType": "sample string 2", "UploadFile": { "Content": "sample string 1", "Name": "sample string 2", "Size": 3, "ContentType": "sample string 4" }, "pstUserId": "sample string 3" }
application/xml, text/xml
Sample:
<CorporateResponse.UploadFileMSWA2110Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces"> <pstUserId>sample string 3</pstUserId> <UploadFile> <Content>sample string 1</Content> <ContentType>sample string 4</ContentType> <Name>sample string 2</Name> <Size>3</Size> </UploadFile> <pstPayorId>sample string 1</pstPayorId> <pstRefType>sample string 2</pstRefType> </CorporateResponse.UploadFileMSWA2110Request>
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.