POST api/device/update-status
Request Information
URI Parameters
None.
Body Parameters
DeviceUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| DeviceId | string |
Required Max length: 100 |
|
| Version | string |
Required Max length: 20 |
|
| Status | string |
Required Max length: 50 |
|
| UpdatedAt | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"DeviceId": "sample string 2",
"Version": "sample string 3",
"Status": "sample string 4",
"UpdatedAt": "2026-06-15T09:12:13.9781132+05:30"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.