Preferences
Returns company data file preferences
Date Released: Nov 2013 Date Updated: Jan 2022
Please note: While accessibility via the API is available to both AccountRight and new Essentials files. Not all features will be displayed in Product for new Essentials
The elements list below details information for Preferences. To view the descriptions for the elements you can either hover any attribute to reveal details or click here to show all details inline.
Items shown with are required when posting or puting data
Items shown with are read-only elements
Example json GET response
- {
- "System" : {
- "CategoryTracking" : "Off",
- "TransactionsCannotBeChangedMustBeReversed" : false,
- "LockPeriodPriorTo" : "2013-07-01T00:00:00",
- "UseAlphaAccountIdentifier" : false
- },
- "ReportsAndForms" : {
- "ReportTaxablePayments" : false,
- "EmailDefaults" : {
- "Sales" : {
- "Invoice" : {
- "Subject" : "From Clearwater Pty Ltd",
- "Message" : "Please contact us immediately if you are unable to detach or download your Invoice. Thank you.",
- "IncludeNumberInSubject": true
},
- "Order": {
- "Subject" : "From Clearwater Pty Ltd",
- "Message" : "Please contact us immediately if you are unable to detach or download your Order. Thank you.",
- "IncludeNumberInSubject": true
},
- "Quote": {
- "Subject" : "From Clearwater Pty Ltd",
- "Message" : "Please contact us immediately if you are unable to detach or download your Quote. Thank you.",
- "IncludeNumberInSubject": true
},
- },
- "Purchases": {
- "Bill": {
- "Subject" : "From Clearwater Pty Ltd",
- "Message" : "Please contact us immediately if you are unable to detach or download your Bill. Thank you.",
- "IncludeNumberInSubject": true
},
- "Order": {
- "Subject" : "From Clearwater Pty Ltd",
- "Message" : "Please contact us immediately if you are unable to detach or download your Order. Thank you.",
- "IncludeNumberInSubject": true
},
- "Quote": {
- "Subject" : "From Clearwater Pty Ltd",
- "Message" : "Please contact us immediately if you are unable to detach or download your Quote. Thank you.",
- "IncludeNumberInSubject": true
},
- }
- }
- "PaySlips": {
- "Subject" : "From Clearwater Pty Ltd",
- "Message" : "Please contact us immediately if you are unable to detach or download your Payslip. Thank you.",
- },
- "CompanySendEmailProfile": {
- "OnlineEmailingEnabled": true,
- "FromName": "John Clearwater",
- "ReplyToEmail": "john@clearwater.com"
- }
- },
- "Banking" : {
- "PreferToReceiveMoneyIntoUndepositedFunds" : false
- },
- "Sales" : {
- "Terms" : {
- "PaymentIsDue" : "DayOfMonthAfterEOM",
- "DiscountDate" : 1,
- "BalanceDueDate" : 30,
- "DiscountForEarlyPayment" : 0,
- "MonthlyChargeForLatePayment" : 0,
- "PriceLevel" : "LevelA",
- "TaxCode" : {
- "UID" : "38a37ae8-565c-46f8-ad4a-2a87069607f8",
- "Code" : "GST",
- "URI" : "{cf_uri}/GeneralLedger/TaxCode/38a37ae8-565c-46f8-ad4a-2a87069607f8"
- },
- "UseCustomerTaxCode" : false,
- "FreightTaxCode" : {
- "UID" : "38a37ae8-565c-46f8-ad4a-2a87069607f8",
- "Code" : "GST",
- "URI" : "{cf_uri}/GeneralLedger/TaxCode/38a37ae8-565c-46f8-ad4a-2a87069607f8"
- },
- "CreditLimit" : 0
- }
- },
- "Purchases" : {
- "Terms" : {
- "PaymentIsDue" : "DayOfMonthAfterEOM",
- "DiscountDate" : 1,
- "BalanceDueDate" : 30,
- "DiscountForEarlyPayment" : 0,
- "TaxCode" : {
- "UID" : "38a37ae8-565c-46f8-ad4a-2a87069607f8",
- "Code" : "GST",
- "URI" : "{cf_uri}/GeneralLedger/TaxCode/38a37ae8-565c-46f8-ad4a-2a87069607f8"
- },
- "UseSupplierTaxCode" : false,
- "FreightTaxCode" : {
- "UID" : "38a37ae8-565c-46f8-ad4a-2a87069607f8",
- "Code" : "GST",
- "URI" : "{cf_uri}/GeneralLedger/TaxCode/38a37ae8-565c-46f8-ad4a-2a87069607f8"
- },
- "CreditLimit" : 0
- }
- },
- "Timesheets" : {
- "UseTimesheetsFor" : "Payroll",
- "WeekStartsOn" : "Monday"
- },
- "RowVersion" : "-3991596644733812736"
- }