MYOB Endpoint: TaxCodeSummaryReport

From OdataLink
Jump to navigation Jump to search

Overview

The MYOB TaxCodeSummaryReport endpoint provides a summarised set of values for tax codes.

It is a function that accepts a series of parameters.


Parameters

The TaxCodeSummaryReport endpoint is a function that accepts the following parameters.

StartDate
A date field that determines the start date for which to produce values.
If omitted, it will use the first date of the last calendar month.
EndDate
A date field that determines the end date for which to produce values.
If omitted, it will use the last date of the last calendar month.
ReportingBasis
A text field that determines the way the values will be calculated.
Possible values are:
  • Accrual: Indicates values should be on an accrual basis (based on invoice dates).
  • Cash: Indicates values should be on a cash basis (based on payment dates).
YearEndAdjust
A true/false field that determines if year end adjustment should be included or excluded.


Fields

The following fields are available for the TaxCodeSummaryReport endpoint.

StartDate
A date field that indicates the start date for which to produce values.
This will match the StartDate entered as parameter.
EndDate
A date field that indicates the end date for which to produce values.
This will match the EndDate entered as parameter.
ReportingBasis
A text field that indicates the way the values will be calculated.
This will match the ReportingBasis entered as parameter.
YearEndAdjust
A true/false field that indicates if year end adjustment should be included or excluded.
This will match the YearEndAdjust entered as parameter.
TaxCodeBreakdown
A table field that provides a list of all the breakdown by tax codes.
See TaxCodeBreakdown Fields for more information.


TaxCodeBreakdown Fields

The TaxCodeBreakdown field contains the following sub-fields.

SalesTotal
A decimal field that provides the total sales associated to this tax code.
PurchasesTotal
A decimal field that provides the total purchases associated to this tax code.
TaxCollected
A decimal field that provides the total tax collected associated to this tax code.
TaxPaid
A decimal field that provides the total tax paid associated to this tax code.
TaxRate
A decimal field that provides the tax rate of this tax code.
TaxCode
A record field that identifies the tax code associated.


MYOB API

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


Related Fields

TaxCodes


Related Endpoints

None


Related Topics

MYOB Models
MYOB Endpoints