Skip to content

Latest commit

 

History

History
50 lines (47 loc) · 4.51 KB

PostSalesEstimatesSalesEstimate.md

File metadata and controls

50 lines (47 loc) · 4.51 KB

# PostSalesEstimatesSalesEstimate

Properties

Name Type Description Notes
contactId string The contact the estimate relates to
date \DateTime The date of the estimate
expiryDate \DateTime The expiry date of the estimate
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]
estimateNumberPrefix string The estimate number prefix [optional]
estimateNumber string The generated estimate number [optional]
contactName string The name of the contact when the estimate was created [optional]
contactReference string The reference of the contact when the estimate was created [optional]
reference string The reference for the estimate [optional]
notes string Estimate notes [optional]
termsAndConditions string Estimate 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 estimate [optional]
taxAmount float The tax amount of the estimate [optional]
totalAmount float The total amount of the estimate [optional]
currencyId string The ID of the Currency. [optional]
exchangeRate float The exchange rate for the estimate [optional]
inverseExchangeRate float The inverse exchange rate for the estimate [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 estimate [optional]
totalDiscountAmount float The discount amount on the estimate [optional]
baseCurrencyTotalDiscountAmount float The discount amount on the estimate in base currency [optional]
baseCurrencyNetAmount float The net amount of the estimate in base currency [optional]
baseCurrencyTaxAmount float The tax amount of the estimate in base currency [optional]
baseCurrencyTotalAmount float The total amount of the estimate in base currency [optional]
statusId string The ID of the Status. [optional]
sent bool Indicates whether the estimate 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]
estimateLines \SynergiTech\Sage\Model\PostSalesEstimatesSalesEstimateEstimateLinesInner[] The estimate lines of the estimate
taxAnalysis \SynergiTech\Sage\Model\PostPurchaseCorrectiveInvoicesPurchaseCorrectiveInvoiceTaxAnalysisInner[] [optional]

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