POST device/register
Request Information
URI Parameters
None.
Body Parameters
DeviceBTO| Name | Description | Type | Additional information |
|---|---|---|---|
| userID | integer |
None. |
|
| UDID | string |
None. |
|
| token | string |
None. |
|
| deviceType | string |
None. |
|
| id | integer |
None. |
|
| name | string |
None. |
|
| createdDate | date |
None. |
|
| modifiedDate | date |
None. |
|
| TS | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"userID": 1,
"UDID": "sample string 2",
"token": "sample string 3",
"deviceType": "sample string 4",
"id": 5,
"name": "sample string 6",
"createdDate": "2026-03-23T08:16:49.6134486+00:00",
"modifiedDate": "2026-03-23T08:16:49.6134486+00:00",
"TS": "QEA="
}
application/xml, text/xml
Sample:
<DeviceBTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/plndr_api.Classes.BTO"> <TS>QEA=</TS> <createdDate>2026-03-23T08:16:49.6134486+00:00</createdDate> <id>5</id> <modifiedDate>2026-03-23T08:16:49.6134486+00:00</modifiedDate> <name>sample string 6</name> <UDID>sample string 2</UDID> <deviceType>sample string 4</deviceType> <token>sample string 3</token> <userID>1</userID> </DeviceBTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.