PUT api/dataitems/status/{id}
Updates the status of a DataItem.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the data item. |
globally unique identifier |
Required |
Body Parameters
The id of the new status.
globally unique identifierRequest Formats
application/json, text/json
Sample:
"9e3f2f6e-5a4a-41d0-80c4-20e78f357332"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9e3f2f6e-5a4a-41d0-80c4-20e78f357332</guid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.