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.
title | String | The title for the quote. |
---|---|---|
manager_id | Unsigned integer | The manager id for the quote |
affiliation_id | Unsigned integer | The affiliation id for the quote |
date_expiry | Unix timestamp | The date (if applicable) of when the quote is set to expire. |
notes | String | Notes of the quote |
introduction | String | The introduction of the quote |
conclusion | String | The conclusion of the quote |
terms_and_conditions | String | Terms and conditions of the quote |
client_portal_access | String, "yes" or "no" | This indicates whether allow the user ot access the quote from client portal |
_fields | partial string | Allows 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.Â