Difference between revisions of "MYOB Endpoint: PayrollCategories"

From OdataLink
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Overview ==
== Overview ==


The MYOB '''PayrollCategories''' [[Endpoints|endpoint]] allows you to access the list of all payroll categories used when processing payroll transactions ([[MYOB Endpoint: PayrollDeductions|PayrollDeductions]], [[MYOB Endpoint: PayrollEntitlements|PayrollEntitlements]], [[MYOB Endpoint: PayrollExpenses|PayrollExpenses]], [[MYOB Endpoint: PayrollSuperannuations|PayrollSuperannuations]], [[MYOB Endpoint: PayrollTaxes|PayrollTaxes]], [[MYOB Endpoint: PayrollWages|PayrollWages]]).
The MYOB '''PayrollCategories''' [[MYOB Endpoints|endpoint]] allows you to access the list of all payroll categories used when processing payroll transactions ([[MYOB Endpoint: PayrollDeductions|PayrollDeductions]], [[MYOB Endpoint: PayrollEntitlements|PayrollEntitlements]], [[MYOB Endpoint: PayrollExpenses|PayrollExpenses]], [[MYOB Endpoint: PayrollSuperannuations|PayrollSuperannuations]], [[MYOB Endpoint: PayrollTaxes|PayrollTaxes]], [[MYOB Endpoint: PayrollWages|PayrollWages]]).




Line 7: Line 7:


The following fields are available for the PayrollCategories endpoint.
The following fields are available for the PayrollCategories endpoint.
;DataFile
:A [[Field Type: Record|record field]] that provides the [[Field: DataFile|DataFile]] associated with the data.


;UID
;UID
Line 35: Line 38:
== Related Fields ==
== Related Fields ==


:None
:[[MYOB Field: PayrollCategories|PayrollCategories]]




Line 46: Line 49:
:[[MYOB Endpoint: PayrollTaxes|PayrollTaxes]]
:[[MYOB Endpoint: PayrollTaxes|PayrollTaxes]]
:[[MYOB Endpoint: PayrollWages|PayrollWages]]
:[[MYOB Endpoint: PayrollWages|PayrollWages]]
== Related Topics ==
:[[MYOB Models]]
:[[MYOB Endpoints]]

Latest revision as of 18:13, 2 April 2025

Overview

The MYOB PayrollCategories endpoint allows you to access the list of all payroll categories used when processing payroll transactions (PayrollDeductions, PayrollEntitlements, PayrollExpenses, PayrollSuperannuations, PayrollTaxes, PayrollWages).


Fields

The following fields are available for the PayrollCategories endpoint.

DataFile
A record field that provides the DataFile associated with the data.
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.
Possible values are:
  • Deduction
  • Entitlement
  • Expense
  • Superannuation
  • Tax
  • Wage
RowVersion
A row version field.


MYOB API

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


Related Fields

PayrollCategories


Related Endpoints

PayrollDeductions
PayrollEntitlements
PayrollExpenses
PayrollSuperannuations
PayrollTaxes
PayrollWages


Related Topics

MYOB Models
MYOB Endpoints