2110: Update terms acceptance
Update the permissions/consents for a terms acceptance
Endpoint ID: | 2110 | |||||||||||||
Method: | PUT | |||||||||||||
URL: | /permissions/entity/id/{entityID}/terms/{termsID} /permissions/entity/ext-key/{ext-key}/{ext-type}/terms/{termsID} | |||||||||||||
entityID | dialogportal™ master key that uniquely identifies the entity | |||||||||||||
ext-key | External key that uniquely identifies the entity | |||||||||||||
ext-type | Type of external key | |||||||||||||
termsID | A GUID string identifier for the terms | |||||||||||||
Request body: | JSON data describing updated terms consents
{ "sourceID": "26f2da92-c9ca-4a82-90f0-8a8a43534239", "consents": [ "5d9d6071-2158-40f4-b1b7-c101bffc518e" ], "withdrawReason": "Abc" } | |||||||||||||
Response body: | None | |||||||||||||
Status codes: | 204 | Terms consents were updated | ||||||||||||
400 | Terms consents could not be updated. The following subcodes may be returned:
| |||||||||||||
404 | The entity or terms were not found. The following subcodes may be returned:
| |||||||||||||
412 | The contract or terms do not allow access:
|