You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Update the tag value for a Service Request

edited Mar 11, 2021 6:14AM in Fusion Service 3 comments

Summary

REST Json payload required t

Content

Hi,

I am referring to the API documentation as follows and want to update the existing tag value on a Service Request.

https://docs.oracle.com/en/cloud/saas/sales/21a/faaps/op-crmrestapi-resources-11.13.18.05-servicerequests-srnumber-patch.html 

As per the documentation, the following element needs to be updated.

srTags(optional): array

I tried the following
 
{
"srTags":
{

{
"TagId": 300000006110222
}

}
}
and this
{
"srTags":
{
"Tags": [
{
"TagId": 300000006110222
}
]
}
}
but it did not work. Can you help how we can relate to the existing tag?

Version

21a

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!