GET api/RoomControl/requestPairingCode

<strong>get/requestPairingCode</strong> <br /> Request a pairing code from the server to be used to pair a device with a room

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A JSON object to handle the success or error of the operation, on the success of the operation the JSON object will be "OK" string. <br /> If there is an error in the process, the JSON will contain the error.

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.