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-keyExternal key that uniquely identifies the entity

ext-typeType of external key

dataRequestIDA GUID string identifier for the type of data request the entity is requesting

dataRequestLogIDThe ID of this entity data request

dataRequestActionIDThe ID of this data request action
Request body:

JSON data containing the completion details

Optional fields

messageA summary message for the closed action
{
    "message": "This action was completed by John Doe"
}

Response body:

None

Status codes:204The data request was closed

404

The entity or data request were not found.

The following subcodes may be returned:

404.1Entity not found
404.2External entity reference could not be found
404.4Data request, data request log or data request action not found