POST api/IndexedTagValues/ChangeValue
Changing a tag value by ID
Request Information
URI Parameters
None.
Body Parameters
Tag value parameters
ValueDataName | Description | Type | Additional information |
---|---|---|---|
Tag |
Tag ID |
integer |
None. |
Guid |
Tag GUID |
string |
None. |
Parent |
Parent value ID |
integer |
None. |
Value |
Value |
string |
None. |
Id |
Value ID |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "tag": 1, "guid": "sample string 2", "parent": 3, "value": "sample string 4", "id": 5 }
Response Information
Resource Description
Result containing the value of the indexed tag
ObjResultOfIndexedTagValueWebName | Description | Type | Additional information |
---|---|---|---|
Data | IndexedTagValueWeb |
None. |
|
Error |
Error description |
string |
None. |
Success |
Flag of successful operation |
boolean |
None. |
ErrorCode |
Error code |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "text": "sample string 1", "ancestors": "sample string 2", "id": 3, "isSelected": true, "isDefaultValue": true, "hasTagLinks": true, "tagId": 7, "isApproved": true, "rawValue": {}, "tagName": "sample string 10", "itemsCount": 11, "location": "sample string 12", "hasChilds": true, "count": 14 }, "error": "sample string 1", "success": true, "errorCode": 3 }
Parameter Information
data
Tag value parameters
Property | Description |
---|---|
Tag (Int64) |
Tag ID |
Guid (String) |
Tag GUID |
Parent (Int64) |
Parent value ID |
Value (String) |
Value |
Id (Int64) |
Value ID |