POST Api/Corporate/PostDeleteDocument
Request Information
URI Parameters
None.
Body Parameters
DeleteDocumentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| pstDocumentType | string |
None. |
|
| pstFileName | string |
None. |
|
| pstKey1 | string |
None. |
|
| pstKey2 | string |
None. |
|
| pstClaimId | string |
None. |
|
| pstDelRemark | string |
None. |
|
| pstUserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"pstDocumentType": "sample string 1",
"pstFileName": "sample string 2",
"pstKey1": "sample string 3",
"pstKey2": "sample string 4",
"pstClaimId": "sample string 5",
"pstDelRemark": "sample string 6",
"pstUserId": "sample string 7"
}
application/xml, text/xml
Sample:
<CorporateResponse.DeleteDocumentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces"> <pstUserId>sample string 7</pstUserId> <pstClaimId>sample string 5</pstClaimId> <pstDelRemark>sample string 6</pstDelRemark> <pstDocumentType>sample string 1</pstDocumentType> <pstFileName>sample string 2</pstFileName> <pstKey1>sample string 3</pstKey1> <pstKey2>sample string 4</pstKey2> </CorporateResponse.DeleteDocumentRequest>
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.
