Add External Info to Data Change Request
Adds external info (a set of custom fields as JSON) to the specified data change request (DCR).
Request:
Name | Required | Details | |
---|---|---|---|
Headers |
Authorization
|
Yes | Information about authentication access token in format "Bearer
<accessToken> " (see details in Auth API).
|
Path |
id
|
Yes | ID of a Data Change Request |
Body | Yes | JSON object representing external info. |
Response
JSON object representing the just added external info.
Request
Body
Response