The following macros are not currently supported in the header:
  • style

Create Quote

UNDER DEVELOPMENT

The following endpoint can be used to creates new quote.

POST /quotes

Parameters

Table of allowed parameters. Required fields are underlined.

titleStringThe title for the quote.
against_idIntegerThe id of the object the quote exists against. This must point to a valid object.
against_typeStringThe type of object the quote exists against. This must point to a valid object.
manager_idUnsigned integerThe manager id for the quote
affiliation_idUnsigned integerThe affiliation id for the quote
date_expiryUnix timestampThe date (if applicable) of when the quote is set to expire.
notesStringNotes of the quote
introductionStringThe introduction of the quote
conclusionStringThe conclusion of the quote
terms_and_conditionsStringTerms and conditions of the quote
client_portal_accessString, "yes" or "no"This indicates whether allow the user ot access the quote from client portal
_fieldspartial stringAllows you to specify optional fields and linked objects to include in the response.

 

Handling the response

Please see the get quote for controlling the response.