POST api/attachment/deleteattachment

Request Information

URI Parameters

None.

Body Parameters

DeleteAttachmentRequest
NameDescriptionTypeAdditional information
RecordId

integer

None.

AttachmentId

integer

None.

AttachmentType

byte

None.

UniqueId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RecordId": 1,
  "AttachmentId": 2,
  "AttachmentType": 64,
  "UniqueId": "sample string 4"
}

application/xml, text/xml

Sample:
<DeleteAttachmentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ModelsLayer">
  <AttachmentId>2</AttachmentId>
  <AttachmentType>64</AttachmentType>
  <RecordId>1</RecordId>
  <UniqueId>sample string 4</UniqueId>
</DeleteAttachmentRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.