PUT api/v2/attributes/value/{attributeId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
attributeId

string

Required

Body Parameters

AttributeValuePut
NameDescriptionTypeAdditional information
value

Attribute value

string

Required

status

Status (active or not)

TagvueEntityStatus

None.

entity-id

Identifying entity-id of the entity, this is expected to be unique

string

None.

Request Formats

application/xml, text/xml

Sample:
<attribute entity-id="sample string 2" xmlns="urn:tagvue:am">
  <status>inactive</status>
  <value>sample string 1</value>
</attribute>

application/json, text/json

Sample:
{
  "value": "sample string 1",
  "status": 0,
  "entity-id": "sample string 2"
}

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.