POST
/
offers
/
{id}
/
recipients

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

Offer identifier

Body

email
string

The email of the recipient. This will be used to send the email.

firstName
string

The first name of the recipient

lastName
string

The last name of the recipient

role
any

The role of the recipient

Possible values:

  • read: The recipient can read the offer
  • sign: The recipient can read and sign the offer
sendEmail
boolean

Whether to send an invitation email to the recipient. Otherwise, you have to inform the recipient manually.

Response

201 - application/json
auditLogDocument
object | null
autoActivateSubscription
boolean
default:
true
contactPerson
object | null

The contact person of the offer

createdAt
string

The date and time when the resource was created.

crmDealId
string | null
customer
object | null
description
string | null
id
string
locale
string
name
string | null
number
string
recipients
object[]
sections
string[]
signedAt
string | null
signedDocument
object | null
status
enum<string>
Available options:
open,
signed,
signing,
archived
subscription
object | null
updatedAt
string

The date and time when the resource was last updated.