Accelerate the Value of Data

Create New Data Change Request

This API creates an empty data change request.

The changeRequests endpoint is needed just to get a unique change request ID. This ID can be used (changeRequestId={ID}) in endpoints for objects modification such as POST {TenantURL}/entities. The changes will be added to the data change request with ID which was specified instead of applying directly to the objects.

Request:

 POST {TenantURL}/changeRequests 
Table 1. Parameters:

Parameter

Name

Required

Details

Headers Authorization Yes Information about authentication access token in format "Bearer <accessToken>" (see details in Auth API).

Response

New empty data change request.

Response

{
  "URI": "changeRequests/0000OVV",
  "createdBy": "User",
  "createdTime": 1445451754902,
  "updatedBy": "User",
  "updatedTime": 1445451754902,
  "state": "AWAITING_REVIEW"
}