Create quotation block

Adds a new block to a quotation (quotation-v2 builder). The server builds the block

with its default envelope and default data payload for the given type (mirror of
the front-end registry), so only the type is required. Use update-quotation-block
afterwards to fill in the block content.

Path Parameters

ParameterTypeRequiredDescription
idintegerYesQuotation ID

Body Fields

FieldTypeRequiredDescription
typestringYesBlock type to create (see allowed types below)
positionintegerNo0-based index where to insert the block; omitted = appended at the end

Allowed type values: header, contacts, wysiwyg, html, pricing,
customfields, attachments, legalnotice, paymentschedule, pdfviewer,
youtube, faq, pptx, googleslides, canva, gallery, accept, signstamp,
pagebreak.

Response

  • 201 Created: Returns the created block object (with its generated id)
  • 400 Bad Request: Invalid or missing type (response lists the allowed types)
  • 401 Unauthorized: Invalid or missing API key
  • 404 Not Found: Quotation not found
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
string
integer
Responses
201

Resource created

400

Bad request

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!