MYOB Endpoint: PayrollCategorySummaryReport

From OdataLink
Jump to navigation Jump to search

Overview

The MYOB PayrollCategorySummaryReport endpoint provides total values by payroll categories between a start date and an end date.

It is a function that accepts a series of parameters.


Parameters

The PayrollCategorySummaryReport 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 PayrollCategorySummaryReport 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.
PayrollCategoryBreakdown
A table field that provides a list of all values by payroll categories.
See PayrollCategoryBreakdown Fields for more information.


PayrollCategoryBreakdown Fields

The AccountsBreakdown field contains the following sub-fields.

Amount
A decimal field that provides the total amount for a given payroll category.
Hours
A decimal field that provides the total hours for a given payroll category.
PayrollCategory
A record field that identifies the payroll category associated.


MYOB API

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


Related Fields

PayrollCategories


Related Endpoints

None


Related Topics

MYOB Models
MYOB Endpoints