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": "f6e827fc-00c2-4140-a8ce-7b29aea7b07e"
}
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>f6e827fc-00c2-4140-a8ce-7b29aea7b07e</attachmentId> </ClaimController.RequestDeleteAttachment>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.