2123: Complete data request action
Complete a data request action for an entity request
Endpoint ID: | 2122 | |||||||
Method: | PUT | |||||||
URL: | /permissions/entity/id/{entityID}/datarequest/{dataRequestID}/{dataRequestLogID}/action/{dataRequestActionID}/complete /permissions/entity/ext-key/{ext-key}/{ext-type}/datarequest/{dataRequestID}/{dataRequestLogID}/action/{dataRequestActionID}/complete | |||||||
entityID | Rubiq master ID that uniquely identifies the entity | |||||||
ext-key | External key that uniquely identifies the entity | |||||||
ext-type | Type of external key | |||||||
dataRequestID | A GUID string identifier for the type of data request the entity is requesting | |||||||
dataRequestLogID | The ID of this entity data request | |||||||
dataRequestActionID | The ID of this data request action | |||||||
Request body: | JSON data containing the completion details
{ "message": "This action was completed by John Doe" } | |||||||
Response body: | None | |||||||
Status codes: | 204 | The data request was closed | ||||||
404 | The entity or data request were not found. The following subcodes may be returned:
|