Create deal view

Creates a new deal view template.

Deal views define which fields are visible when a deal is shared externally via a deal view link.

Body Fields

FieldTypeRequiredDescription
namestringYesView template name
byDefaultbooleanNoSet as default view template (default: false)
fieldsarrayNoConfiguration of fields to display (see Fields below)

Fields Array

Each field object in the array can contain:

FieldTypeDescription
namestringField name/identifier
visiblebooleanWhether the field is visible in this view

Response Fields

FieldTypeDescription
idintegerNewly created deal view unique identifier
namestringView template name
fieldsarrayFields configuration
byDefaultbooleanDefault view status
createdAtdatetimeCreation timestamp
updatedAtdatetimeLast update timestamp

Response

  • 201 Created: Deal view successfully created
  • 400 Bad Request: Invalid request body or validation error
  • 401 Unauthorized: Invalid or missing API key
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
boolean
fields
array of objects
fields
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!