Update Vendor
Updates the attributes of a specific vendor.
External Documentation
To learn more, visit the OneTrust documentation.
Parameters
Parameter | Description |
---|---|
ID | The ID of the vendor. Can be obtained by using the List Vendors action. |
Vendor Attributes | The attributes of the vendor. For further information, refer to OneTrust Documentation.For example:
|
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
Preview this Workflow on desktop