PUT api/property/{id}/detachdocument?documentId={documentId}

Detaches a document from a property

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The id of the property description to detach the document from

integer

Required

documentId

The id of the document to detach

integer

Required

Body Parameters

None.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.