Update the tag value for a Service Request
Summary
REST Json payload required tContent
Hi,
I am referring to the API documentation as follows and want to update the existing tag value on a Service Request.
As per the documentation, the following element needs to be updated.
I tried the following
{
"srTags":
{
{
"TagId": 300000006110222
}
}
}
"srTags":
{
{
"TagId": 300000006110222
}
}
}
and this
{
"srTags":
{
"Tags": [
{
"TagId": 300000006110222
}
]
}
}
"srTags":
{
"Tags": [
{
"TagId": 300000006110222
}
]
}
}
but it did not work. Can you help how we can relate to the existing tag?
Version
21a
Tagged:
1