POST api/Claim/DeleteAttachment
Request Information
URI Parameters
None.
Body Parameters
RequestDeleteAttachment| Name | Description | Type | Additional information |
|---|---|---|---|
| attachmentId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"attachmentId": "c15165ed-1099-4f41-8b96-fbd35df8af90"
}
application/xml, text/xml
Sample:
<ClaimController.RequestDeleteAttachment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MAT.WebApp.eClaimAPI.Controllers"> <attachmentId>c15165ed-1099-4f41-8b96-fbd35df8af90</attachmentId> </ClaimController.RequestDeleteAttachment>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.