Create a participant

Use this endpoint to add a new participant to an existing contract party.

Path Params
integer
required

The unique ID of the contract.

integer
required

The ID of a party in a contract.

Body Params

Request body parameters for creating a participant.

_options
object

Defines options for the participant on the contract. See Options.

_permissions
object

Defines permissions for the participant on the contract.

_private_ownerside
object

Contract participant attributes that are private to the ownerside.

string
required

One of the contract delivery channels.

string

The participant's email. An email is required in case of an owner-side participant or if the delivery channel is email.

string
length between 0 and 25

The social security number of the participant.

string
required
length between 1 and 100

The participant's name.

boolean
Defaults to false

If true, the participant is the organizer of the contract(organizer should be an owner-side participant).

string | null

The participant's phone number. If the delivery channel is phone number, then the participant's phone number is required.

string

One of the sign methods.

boolean
Defaults to false

If true, the participant can sign the contract.

string
length between 0 and 100

The title of the participant.

string
Headers
string
required
length between 40 and 40

The API key of your Oneflow account.

string
required

The email address of a registered Oneflow user.

Responses

400

Invalid format or content of the request.

401

The API token or the user email is invalid.

404

A required entity is missing.

409

A conflict occurred with the current state of the target resource.

Language
URL
Choose an example:
application/json