Contract
Mark contract as signed by ID
Use this endpoint to mark contract as signed by contract ID via API. Note that this is not the contract sign endpoint for a single user. This only to mark the contract is signed by all users.
post/contracts/{contract_id}/mark_as_signed
Path parameters
contract_idinteger required
The unique ID of the 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
Example request
{
"mark_as_signed_date": "2024-01-02T03:04:05+02:00"
}Response
Returns the contract.
Changes
No recorded changes to this endpoint across all 1 revision of this API.