2121: Submit data request
Submit a new data request for an entity
Endpoint ID: | 2121 | |||||||
Method: | POST | |||||||
URL: | /permissions/entity/id/{entityID}/datarequest/{dataRequestID} /permissions/entity/ext-key/{ext-key}/{ext-type}/datarequest/{dataRequestID} | |||||||
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 | |||||||
Request body: | JSON data containing the data request details
{ "sourceID": "26f2da92-c9ca-4a82-90f0-8a8a43534239" } | |||||||
Response body: | { "id": 49, "dataRequestID": "ee017cd4-35bd-48d4-9eca-2361740acf2b", "state": "Completed", "source": "f9198a1c-19b7-4572-870a-810debf80326", "requested": "2018-01-31T07:20:16.1061196+13:00", "started": "2018-01-31T07:20:16.1896302+13:00", "completed": "2018-01-31T07:20:16.2646398+13:00" } | |||||||
Status codes: | 201 | The data request was submitted | ||||||
404 | The entity or data request were not found. The following subcodes may be returned:
| |||||||
412 |
|