Creates new device type.

Request

HTTP Request

POST /devicetype

Authorization

Access JSON Web Token (ManageDeviceType)

Request Body

In the request body, supply a DeviceType resource.

Property NameRequiredTypeDescription
nameYesstringDevice type name.
descriptionNostringDevice type description.

Response

If successful, this method returns a device type identifier in the response body.

Property NameTypeDescription
idintegerDevice type identifier.