post https://example.com/device/v2/devices
Create a new Device
Custom attributes can be specified in the request body
The below table describes the request parameters:
Parameter | Type | Mandatory | Description |
---|---|---|---|
_description | String | false | |
_timezone | String | false | A java time zone supported by the java runtime environment |
_id | String | true | |
_templateId | UUID | true | The id of a Device template that is configured in the settings service. |
_configuration | Json | false | An object that holds the entity configuration attributes |
_ownerOrganization.id | UUID | true | |
_patient.id | UUID | true | |
<customAttributes1> | <customAttributes1Type> | false | Custom attribute 1 value |
<customAttributesN> | <customAttributesNType> | false | Custom attribute N value |