POST api/device/registerDevice
Request Information
URI Parameters
None.
Body Parameters
DeviceDataTransferModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Username | string |
None. |
|
| Password | string |
None. |
|
| AssetTag | string |
None. |
|
| ExternalUniqueIdentifier | globally unique identifier |
None. |
|
| LastModifiedByUser | globally unique identifier |
None. |
|
| LastModifiedDate | date |
None. |
|
| CreationDate | date |
None. |
|
| LastChangeCounter | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Username": "sample string 1",
"Password": "sample string 2",
"AssetTag": "sample string 3",
"ExternalUniqueIdentifier": "e6104945-3fb0-4901-b0db-554e0b3d2283",
"LastModifiedByUser": "520d36be-1919-4306-be01-40ed8106f819",
"LastModifiedDate": "2026-01-26T19:57:31.9700411",
"CreationDate": "2026-01-26T19:57:31.9700411",
"LastChangeCounter": 5
}
application/xml, text/xml
Sample:
<DeviceDataTransferModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HandsetWebService.DataTransferModels"> <CreationDate>2026-01-26T19:57:31.9700411+00:00</CreationDate> <ExternalUniqueIdentifier>e6104945-3fb0-4901-b0db-554e0b3d2283</ExternalUniqueIdentifier> <LastChangeCounter>5</LastChangeCounter> <LastModifiedByUser>520d36be-1919-4306-be01-40ed8106f819</LastModifiedByUser> <LastModifiedDate>2026-01-26T19:57:31.9700411+00:00</LastModifiedDate> <AssetTag>sample string 3</AssetTag> <Password>sample string 2</Password> <Username>sample string 1</Username> </DeviceDataTransferModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |