POST Api/Corporate/PostDeleteFormDocumentListing

Request Information

URI Parameters

None.

Body Parameters

DeleteFormDocumentListingRequest
NameDescriptionTypeAdditional information
pstTableName

string

None.

pstFileName

string

None.

pstRemark

string

None.

pstCorpCode

string

None.

pstUserId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "pstTableName": "sample string 1",
  "pstFileName": "sample string 2",
  "pstRemark": "sample string 3",
  "pstCorpCode": "sample string 4",
  "pstUserId": "sample string 5"
}

application/xml, text/xml

Sample:
<CorporateResponse.DeleteFormDocumentListingRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces">
  <pstUserId>sample string 5</pstUserId>
  <pstCorpCode>sample string 4</pstCorpCode>
  <pstFileName>sample string 2</pstFileName>
  <pstRemark>sample string 3</pstRemark>
  <pstTableName>sample string 1</pstTableName>
</CorporateResponse.DeleteFormDocumentListingRequest>

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.