Skip to content

Create Quote Contact

POST
/quote-contacts

Create a SIGNER contact and link it to the deal and company.

The full CRM contact, so the new row is immediately usable as the signer rather than being a name on an email. For the finance contact a quote bills to, use /quote-billing-contact.

Authorizations

Parameters

Header Parameters

X-Target-Org-Id
Any of:
string

Request Body required

The full CRM contact form for a quote’s SIGNER.

Distinct from the billing contact below, which is a finance contact and takes name and email only. This one links the new contact to the deal and the company so it is immediately usable as the signer.

object
buying_role
Any of:
string
deal_id
Any of:
string
department
Any of:
string
email
required
string
>= 3 characters <= 320 characters
first_name
Any of:
string
last_name
Any of:
string
linkedin_url
Any of:
string
mashup_company_id
Any of:
integer
mobile_phone
Any of:
string
phone
Any of:
string
title
Any of:
string

Responses

201

Successful Response

object
data
required

An open envelope for a quote, template, contact or job result.

object
key
additional properties
any
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string