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:
"bb8baaa1-2859-4950-ac21-b3aa7f458e39"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">bb8baaa1-2859-4950-ac21-b3aa7f458e39</guid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.