MYOB Endpoint: SalesTimeBillingQuotes

From OdataLink
Revision as of 20:44, 5 September 2021 by Nic (talk | contribs) (Created page with "== Overview == The MYOB '''SalesTimeBillingQuotes''' endpoint allows you to get access to time-billing sales quotes within MYOB. == Fields == The following fi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

The MYOB SalesTimeBillingQuotes endpoint allows you to get access to time-billing sales quotes within MYOB.

Fields

The following fields are available for the SalesTimeBillingQuotes endpoint.

UID
A GUID field representing the internal id of this record. This field can be used to link to other endpoints.
Number
A text field that provides the quote number.
Date
A date field that indicates the date of the transaction.
ShipToAddress
A text field that provides the complete address.
CustomerPurchaseOrderNumber
A text field that provides the customer purchase order number.
Customer
A record field that provides the customer associated with this transaction.
Terms
A record field that provides the terms of this transaction.
IsTaxInclusive
A true/false field that indicates if the amounts are tax inclusive or not.
Lines
A table field that provides the lines of this transaction.
See Lines Fields for more information.
Subtotal
A decimal field that provides the total of all the lines.
Freight
A decimal field that provides the freight amount for this transaction.
FreightTaxCode
A record field that provides the tax code used for freight.
TotalTax
A decimal field that provides the total tax amount.
TotalAmount
A decimal field that provides the total amount of this transaction.
Category
A record field that provides the category associated with this transaction.
Salesperson
A record field that provides the salesperson / employee associated with this transaction.
Comment
A text field that provides the comment for the transaction.
ShippingMethod
A text field that provides the shipping method for the transaction.
JournalMemo
A text field that provides the memo for the transaction.
PromisedDate
A date field that provides the promised date of the transaction.
DeliveryStatus
A text field that provides the delivery status of this transaction.
Possible values are:
  • Email
  • Print
  • PrintAndEmail
  • Nothing
ReferralSource
A text field that provides the referral source for the transaction.
BalanceDueAmount
A decimal field that provides the outstanding balance of this transaction.
LastModified
A date time field that indicates the date and time it was last modified.
RowVersion
A row version field.


Lines Fields

The Lines field contains the following sub-fields.

RowID
A integer field representing the internal id of this row.
Type
A text field that indicates the type of line.
Possible values are:
  • Header
  • Transaction
  • Subtotal
Description
A text field that provides the line memo for the transaction.
Date
A date field that indicates the date of the time-billing line entry.
Hours
A decimal field that provides the hours for this line.
Activity
A record field that provides the activity for this line.
Units
A decimal field that provides the units/quantity for this line.
Item
A record field that provides the item for this line.
Rate
A decimal field that provides the time-billing rate for this line.
Total
A decimal field that provides the total amount for this line.
Job
A record field that provides the job for this line.
TaxCode
A record field that provides the tax code for this line.
RowVersion
A row version field.


MYOB API

For a detailed run through of the endpoint, you can see the MYOB API.


Related Fields

Activities
Cards
Categories
Items
Jobs
Sales
TaxCodes


Related Endpoints

JournalTransactions
SalesTimeBillingInvoices
SalesTimeBillingOrders