PUT api/roomdescription/{id}/attachdocumentoroom?documentId={documentId}&roomId={roomId}&insertAtIndex={insertAtIndex}

Attaches the document to room.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The identifier.

integer

Required

documentId

The document identifier.

integer

Required

roomId

The room identifier.

integer

Required

insertAtIndex

Index of the insert at.

integer

Default value is -1

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.