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