Offer
Create an offer
POST
/
subscriptions
/
{id}
/
offers
Authorizations
Authorization
string
headerrequiredValue for the Authorization header parameter.
Path Parameters
id
string
requiredOffer identifier
Body
offerTemplateId
string | null
title
string | null
The title of the offer
crmMetadata
object
Metadata to create a deal in the CRM. This is only available if a CRM is connected.
contactPerson
string | null
The contact person for the offer
Response
201 - application/json
id
string
subscription
object
customer
object
number
string
name
string | null
status
enum<string>
Available options:
open
, signed
, signing
, archived
description
string | null
sections
string[]
locale
string
recipients
object[]
auditLogDocument
object
signedDocument
object
signedAt
string | null
autoActivateSubscription
boolean
default: truecrmDealId
string | null
createdAt
string
The date and time when the resource was created.
updatedAt
string
The date and time when the resource was last updated.
contactPerson
object
The contact person of the offer
Was this page helpful?