Node Path and Tag Values Input
Input representation of the node path which needs to update with tag
details.
- JSON example
-
{ "nodePath": { "dataPath": [ "001xx000003GbQSAA0" ] }, "tagValues": [ { "tagName": "Name", "tagValue": "updatedAccount" }, { "tagName": "City", "tagValue": "Bangalore" } ] }
- Properties
-
Name Type Description Required or Optional Available Version nodePath String Path of Context Data Record. Required 63.0 tagValues List<ContextTagValueInputRepresentation List of Tag Names to be updated and their values. Required 63.0