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