POST api/Claim/DeleteAttachment

Request Information

URI Parameters

None.

Body Parameters

RequestDeleteAttachment
NameDescriptionTypeAdditional information
attachmentId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "attachmentId": "a1e316c0-2993-4746-a284-ef5abdac66ea"
}

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>a1e316c0-2993-4746-a284-ef5abdac66ea</attachmentId>
</ClaimController.RequestDeleteAttachment>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.