Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
What validation method should the api use
strict
, auto_correct
Body
Quote object that needs to be added
Standard quote model that returns most properties by default
Automatically generated unique quote id
1
Prefix to the quote number
"INV-"
Number of the quote
892
Unix time of the quote date
1547501100
ISO-8601 formatted result of the quote date
"2022-02-22T09:00:00+11:00"
Unix time of the quote expiry date
1547501100
ISO-8601 formatted result of the quote expiry date
"2022-02-22T09:00:00+11:00"
Specific terms for this quote
"Expires in 30 days, subject to stock confirmation etc"
The template id selected for this quote, 0 = Default or no template
213
The id of the quote or invoice that this was duplicated from
545647
Text reference to a quote, invoice or purchase order
"QU-9893"
Currency code (three character format) that this quote is in
"AUD"
True if this quote was created in Sonderplan
"true"
Response
Successful Operation