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

HTTP-PATCH method to update an incident's custom object field.

Accepted answer
59
Views
3
Comments
edited Jul 6, 2020 4:34PM in Agent Desktop 3 comments

Summary

Patch an incident's link custome object

Content

Hi all,

We Need help patching an incidents custom Object's  field ID .   Example:

We want to update the 123456 in the link below, for instance,  to 678910


"customFields": {
        "CO": {
            "CustObject1": {
                "links": [
                    {
                        "rel": "self",
                        "href": "https://theSite.com/services/rest/connect/latest/CO.CustObject1/123456"
                    },
                    {
                        "rel": "canonical",
                        "href": "https://theSite.com/services/rest/connect/latest/CO.CustObject1/123456"
                    },
                    {
                        "rel": "describedby",
                        "href": "https://theSite.com/services/rest/connect/latest/metadata-catalog/CO.CustObject1",
                        "mediaType": "application/schema+json"
                    }
                ]
            },

We will appreciate any guide/documentation on how to patch the custom object's field and could anyone provide to us examples on how to do the HTTP patch through REST API

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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