DELETE CRMJournalAttachment/DeleteCrmJournalEntryAttachment?AttachmentKey={AttachmentKey}

Delete an attachment from a CRM journal entry.

Request Information

URI Parameters

NameDescriptionTypeAdditional Information
AttachmentKey

The key of the CRM journal entry attachment to delete.

integer

Required

Body Parameters

Response Information

Resource Description

Delete an attachment from a CRM journal entry.

AgvCRMJournalAttachment
NameDescriptionTypeAdditional Information
Status

string
Message

string
JournalAttachmentKey

string
JournalKey

string
AttachmentName

string
AttachmentData

string

Response Formats

application/json, text/json

Sample:
{
  "Status": "sample string 1",
  "Message": "sample string 2",
  "JournalAttachmentKey": "sample string 3",
  "JournalKey": "sample string 4",
  "AttachmentName": "sample string 5",
  "AttachmentData": "sample string 6"
}

application/xml, text/xml

Sample:
<AgvCRMJournalAttachment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgvWebAPICSharp.Models.CRM">
  <AttachmentData>sample string 6</AttachmentData>
  <AttachmentName>sample string 5</AttachmentName>
  <JournalAttachmentKey>sample string 3</JournalAttachmentKey>
  <JournalKey>sample string 4</JournalKey>
  <Message>sample string 2</Message>
  <Status>sample string 1</Status>
</AgvCRMJournalAttachment>