QuoteAttributes

Attributes of the QuoteAttributes type

{
  "name": "",
  "accountId": "456123",
  "contactId": "456123",
  "currencyId": "",
  "dealId": "456123",
  "ownerId": "456123",
  "netPaymentDays": 123,
  "poNumber": "",
  "evergreen": true,
  "discount": "1.00",
  "splitInvoice": true,
  "backdatedPeriods": true,
  "invoiceImmediately": true,
  "payToAccept": true,
  "applyOnAccept": true,
  "startDate": "2022-06-01",
  "expiresAt": "2022-06-01",
  "endDate": "2022-06-01",
  "invoiceUntil": "2022-06-01",
  "notes": "",
  "message": ""
}
Name
Type
Description

name

String

accountId

ID

contactId

ID

currencyId

String

dealId

ID

ownerId

ID

netPaymentDays

Int

poNumber

String

evergreen

Boolean

discount

Float

splitInvoice

Boolean

backdatedPeriods

Boolean

invoiceImmediately

Boolean

payToAccept

Boolean

applyOnAccept

Boolean

startDate

ISO8601Date

expiresAt

ISO8601Date

endDate

ISO8601Date

invoiceUntil

ISO8601Date

notes

String

Notes pertaining to the quote

message

String

Personal message for the contact whom the quote is shared with

Last updated

Was this helpful?