v1

latestOpenAPI 3.0.02026-07-24115101.2 MB
Contract - Parties and Participants

Update a party by ID

Use this endpoint to update a party in a contract.

put/contracts/{contract_id}/parties/{party_id}

Path parameters

contract_idinteger required

The unique ID of the contract.

party_idinteger required

The ID of a party in a 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

country_codestring country_code

The country code of the contract party.

identification_numberstring

The unique organization number of the contract company party.

namestring

The name of the contract company party.

Response

Returns the updated party

OR