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.
title | String | The title for the quote. |
---|---|---|
against_id | Integer | The id of the object the quote exists against. This must point to a valid object. |
against_type | String | The type of object the quote exists against. This must point to a valid object. |
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 controlling the response.