PATCH api/Account/Patch
Update the account information for a device
Request Information
URI Parameters
None.
Body Parameters
Account| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceId |
The device's ID |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"DeviceId": "sample string 1"
}
Response Information
Resource Description
The updated account information
Account| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceId |
The device's ID |
string |
Required |
Response Formats
application/json, text/json
Sample:
{
"DeviceId": "sample string 1"
}