Update a Device Location with a New One

put

/iot/api/v2/devices/{device-id}/location

Fully replaces device location information. Resulting location must include at least the following fields: latitude, longitude

Request

Supported Media Types
Path Parameters
Body ()
Root Schema : LocationImpl_create
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successfully processed.
Body ()
Root Schema : LocationImpl_receive
Type: object
Show Source

406 Response

Request Not Acceptable. The resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.

415 Response

Unsupported Media Type. The request entity has a media type which the server or resource does not support.
Back to Top