PUT api/dataitems/status/{id}

Updates the status of a DataItem.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The id of the data item.

globally unique identifier

Required

Body Parameters

The id of the new status.

globally unique identifier

Request Formats

application/json, text/json

Sample:
"03f3178e-e19d-4588-b04d-42d9aec3d6f2"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">03f3178e-e19d-4588-b04d-42d9aec3d6f2</guid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.