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": "f8bc9c34-99f6-44b8-98d5-8aee5354e2ec"
}
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>f8bc9c34-99f6-44b8-98d5-8aee5354e2ec</attachmentId> </ClaimController.RequestDeleteAttachment>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.