PUT api/Attachments/Update

Update attachment

Request Information

URI Parameters

None.

Body Parameters

calendar_EventsAttachments
NameDescriptionTypeAdditional information
Id

integer

None.

ParentId

string

None.

Source

integer

None.

SourceId

string

None.

SourceTitle

string

None.

Link

string

None.

SerialNumber

string

None.

ApplicationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ParentId": "sample string 2",
  "Source": 3,
  "SourceId": "sample string 4",
  "SourceTitle": "sample string 5",
  "Link": "sample string 6",
  "SerialNumber": "sample string 7",
  "ApplicationId": 1
}

application/xml, text/xml

Sample:
<calendar_EventsAttachments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GabineteDigital.Services">
  <ApplicationId>1</ApplicationId>
  <Id>1</Id>
  <Link>sample string 6</Link>
  <ParentId>sample string 2</ParentId>
  <SerialNumber>sample string 7</SerialNumber>
  <Source>3</Source>
  <SourceId>sample string 4</SourceId>
  <SourceTitle>sample string 5</SourceTitle>
</calendar_EventsAttachments>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.