POST api/property/{id}/detachdocuments

Detaches multiple documents from a property

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The id of the property to detach the documents from

integer

Required

Body Parameters

The list of document ids to detach

Collection of integer

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
[
  1,
  2
]

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.