v1
latestOpenAPI 3.1.02026-07-2498134321.1 KBReplace a Record
Update an existing record with a new set of metadata.
OAuth Scope required: public.records.updateRecords
Path parameters
The ID or Ironclad ID of the Record.
Query parameters
When true, returns addresses as objects instead of strings.
Headers
Denotes the actor of the request. When used, the API will take into account this user's permissions and access. This or x-as-user-id is required when the associated token was produced from the Client Credentials grant or with legacy bearer tokens on select endpoints. More information about permissions.
Denotes the actor of the request. When used, the API will take into account this user's permissions and access. This or x-as-user-email is required when the associated token was produced from the Client Credentials grant or with legacy bearer tokens on select endpoints. More information about permissions.
Request body
Example request
{
"parent": {
"recordId": "17009e0d-z2e9-425d-a85b-1cf152773efg"
},
"propertiesToAmend": {
"contractValue": {
"amendmentType": "replace"
},
"terminationDate": {
"amendmentType": "replace"
}
},
"children": [
{
"recordId": "17009e0d-z2e9-425d-a85b-1cf152773e49"
}
]
}Response
200
Example response
{
"id": "22e2ff72-56a1-4711-a4ca-41328d311e9f",
"ironcladId": "IC-1",
"type": "consultingAgreement",
"name": "Consulting Agreement with Jane Doe",
"lastUpdated": "2018-05-08T17:28:10Z",
"links": [
{
"recordId": "df1c2805-f5a3-4a14-9386-c28d950dff49"
}
],
"parentId": "d10b8c01-5c54-4a59-82cb-51e3825182e9",
"childIds": [
"4a785686-d3d5-47bc-960e-3df0df871ea9"
],
"contractStatus": {
"status": "active",
"enhancedStatus": "auto-renewing",
"remainingDuration": "P26D",
"eventDate": "2024-07-02T00:00:00.000Z",
"message": "Auto-renewing on Jul 2, 2024"
},
"source": {
"type": "workflow",
"workflowId": "workflow:4a785686-d3d5-47bc-960e-3df0df871ea9"
},
"amendments": [
"IC-124"
]
}