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

Update Quote

Resource URL

Update a given quote. 

PUT /quotes/:id

Parameters

Table of allowed parameters.

titleStringThe title for the quote.
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 handling the response.