Skip to main content

Update Vendor

Updates the attributes of a specific vendor.

External Documentation

To learn more, visit the OneTrust documentation.

Parameters

ParameterDescription
IDThe ID of the vendor. Can be obtained by using the List Vendors action.
Vendor AttributesThe attributes of the vendor. For further information, refer to OneTrust Documentation.For example:
{  "type": {    "id": "87b6861c-7c25-40cb-a9e7-4e4da5ed2281",    "value": "Strategic"  },  "customField1014": {    "id": "f29312fc-99b8-4b31-9137-0912a7f1e0bc",    "value": "Aland Islands"  },  "exchangePrimaryAddress": "123 Main Street"}

Example Output

{
"data": {},
"errors": [
{
"code": "string",
"detail": "string",
"source": {
"parameter": "string",
"pointer": "string"
},
"title": "string"
}
]
}

Workflow Library Example

Update Vendor with Onetrust and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop