v1

latestOpenAPI 3.0.02026-07-24115101.2 MB
Contract - Data fields

Update a contract data field value

Use this endpoint to update the specified data field value in the specified contract. See Data field for more information.

put/contracts/{contract_id}/data_fields/{data_field_id}

Path parameters

contract_idinteger required

The unique ID of the contract.

data_field_idstring required

The unique ID or custom ID of the data field in contract.

Headers

x-oneflow-api-tokenstring required

The API key of your Oneflow account.

x-oneflow-user-emailstring email required
Example:john.doe@oneflow.com

The email address of a registered Oneflow user.

Request body

idinteger
valuestring nullable

Example request

{
  "_private_ownerside": {
    "custom_id": "custom_id_first_name"
  },
  "id": 140001,
  "value": "Foo"
}

Response

Returns the updated data field information.

descriptionstring required
idinteger required
namestring required
placeholderstring required
valuestring required