MYOB Endpoint: PayrollWages
Overview
The MYOB PayrollWages endpoint allows you to access the list of all wage payroll categories within MYOB.
Fields
The following fields are available for the PayrollWages endpoint.
- UID
- A GUID field representing the internal id of the payroll category. This field can be used to link to other endpoints.
- Name
- A text field that provides the name of the payroll category.
- Type
- A text field that provides the type of payroll category.
- This will always be set to Wage.
- WageType
- A text field that indicates the type of wage.
- Possible values are:
- Hourly
- Salary
- StpCategory
- A text field that provides the single-touch payroll category type for this payroll category.
- Possible values are:
- NotReportable
- GrossPayments
- PAYGWithholding
- ExemptForeignIncome
- CDEPPayments
- AllowanceCar
- AllowanceTransport
- AllowanceTravel
- AllowanceMeals
- AllowanceLaundry
- AllowanceOther
- DeductionUnionProfAssocFees
- DeductionWorkPlaceGiving
- ReportableFringeBenefitsExemptAmount
- ReportableFringeBenefitsTaxableAmount
- ETPTaxableComponent
- ETPTaxFreeComponent
- ETPTaxWithholding
- LumpSumPaymentATermination
- LumpSumPaymentARedundancy
- LumpSumPaymentB
- LumpSumPaymentD
- LumpSumPaymentE
- SuperGuarantee
- OrdinaryTimesEarnings
- ReportableEmployerSuperContributions
- OverriddenWagesExpenseAccount
- A record field that identifies the expense account used by this payroll category.
- HourlyDetails
- A record field that provides the details used for calculation.
- See HourlyDetails Fields for more information.
- Exemptions
- A table field that provides a list of all the payroll categories that the payroll category is exempt from.
- RowVersion
- A row version field.
HourlyDetails Fields
The HourlyDetails field contains the following sub-fields.
- PayRate
- A text field that indicates how the wage is used.
- Possible values are:
- RegularRate : Indicates that the regulary pay rate is used.
- FixedHourly: Indicates that a fixed hourly rate is used.
- RegularyRateMultiplier
- A decimal field that providers a multiplier used on the regular pay rate.
- Only applicable if PayRate is set to RegularRate.
- FixedHourlyRate
- A decimal field that providers a multiplier used on the regular pay rate.
- Only applicable if PayRate is set to FixedHourly.
- AutomaticallyAdjustBaseAmounts
- A true/false field that indicates if the base hours are adjusted by any hours applied to this payroll category.
MYOB API
For a detailed run through of the endpoint, you can see the MYOB API.
Related Fields
Related Endpoints