Skip to content

Latest commit

 

History

History
50 lines (47 loc) · 4.42 KB

PostSalesQuotesSalesQuote.md

File metadata and controls

50 lines (47 loc) · 4.42 KB

# PostSalesQuotesSalesQuote

Properties

Name Type Description Notes
contactId string The contact the quote relates to
date \DateTime The date of the quote
expiryDate \DateTime The expiry date of the quote
vatReverseCharge bool Indicates whether Domestic Reverser Charge is applied to the artefact. Only used for a UK business. [optional]
destinationConsignment bool Indicates whether consignment checkbox for destination VAT is checked on the artefact. Only used for an UK business, where destination VAT was enabled in the settings. [optional]
quoteNumberPrefix string The quote number prefix [optional]
quoteNumber string The generated quote number [optional]
contactName string The name of the contact when the quote was created [optional]
contactReference string The reference of the contact when the quote was created [optional]
reference string The reference for the quote [optional]
notes string Quote notes [optional]
termsAndConditions string Quote terms and conditions [optional]
shippingNetAmount float The net shipping amount [optional]
shippingTaxRateId string The ID of the Shipping Tax Rate. [optional]
shippingTaxAmount float The tax shipping amount. NOTE: This is not required for POST/PUT requests as the shipping tax is calculated based on the shipping_net_amount and the shipping_tax_rate. [optional]
shippingTotalAmount float The total shipping amount [optional]
netAmount float The net amount of the quote [optional]
taxAmount float The tax amount of the quote [optional]
totalAmount float The total amount of the quote [optional]
currencyId string The ID of the Currency. [optional]
exchangeRate float The exchange rate for the quote [optional]
inverseExchangeRate float The inverse exchange rate for the quote [optional]
baseCurrencyShippingNetAmount float The net shipping amount in base currency [optional]
baseCurrencyShippingTaxAmount float The tax shipping amount in base currency [optional]
baseCurrencyShippingTotalAmount float The total shipping amount in base currency [optional]
totalQuantity float The total quantity of the quote [optional]
totalDiscountAmount float The discount amount on the quote [optional]
baseCurrencyTotalDiscountAmount float The discount amount on the quote in base currency [optional]
baseCurrencyNetAmount float The net amount of the quote in base currency [optional]
baseCurrencyTaxAmount float The tax amount of the quote in base currency [optional]
baseCurrencyTotalAmount float The total amount of the quote in base currency [optional]
statusId string The ID of the Status. [optional]
sent bool Indicates whether the quote has been sent [optional]
taxAddressRegionId string The ID of the Tax Address Region. (Canada only) [optional]
withholdingTaxRate float IRPF withheld Tax Rate (Spain only) [optional]
withholdingTaxAmount float IRPF withheld Tax Amount (Spain only) [optional]
baseCurrencyWithholdingTaxAmount float IRPF withheld Tax Amount (Spain only) in the base currency [optional]
invoiceId string The ID of the Invoice. [optional]
mainAddress \SynergiTech\Sage\Model\PostSalesCorrectiveInvoicesSalesCorrectiveInvoiceMainAddress [optional]
deliveryAddress \SynergiTech\Sage\Model\PostSalesCorrectiveInvoicesSalesCorrectiveInvoiceMainAddress [optional]
quoteLines \SynergiTech\Sage\Model\PostSalesEstimatesSalesEstimateEstimateLinesInner[] The quote lines of the quote
taxAnalysis \SynergiTech\Sage\Model\PostPurchaseCorrectiveInvoicesPurchaseCorrectiveInvoiceTaxAnalysisInner[] [optional]

[Back to Model list] [Back to API list] [Back to README]