Difference between revisions of "MYOB Endpoint: PayrollCategories"
Jump to navigation
Jump to search
(Created page with "== Overview == The MYOB '''PayrollCategories''' endpoint allows you to access the list of all payroll categories used when processing payroll transactions (MY...") |
|||
Line 14: | Line 14: | ||
:A [[Field Type: Text|text field]] that provides the name of the payroll category. | :A [[Field Type: Text|text field]] that provides the name of the payroll category. | ||
; | ;Type | ||
:A [[Field Type: Text|text field]] that provides the type of payroll category. | :A [[Field Type: Text|text field]] that provides the type of payroll category. | ||
:Possible values are: | :Possible values are: |
Revision as of 00:55, 6 September 2021
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.
- 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
- None