Difference between revisions of "MYOB Endpoint: EmployeeStandardPays"

From OdataLink
Jump to navigation Jump to search
 
Line 7: Line 7:


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


;UID
;UID

Latest revision as of 18:15, 2 April 2025

Overview

The MYOB EmployeeStandardPays endpoint provides the standard pays for each Employees.


Fields

The following fields are available for the EmployeeStandardPays endpoint.

DataFile
A record field that provides the DataFile associated with the data.
UID
A GUID field representing the internal id of this standard pay. This field can only be linked to the employee endpoint.
Employee
A record field that identifies the employee associated.
EmployeePayrollDetails
A record field that provides the employee payroll details.
PayFrequency
A text field that indicates the frequency of pay.
Possible values are:
  • Weekly
  • Fortnightly
  • TwiceAMonth
  • Monthly
HoursPerPayFrequency
A decimal field that provides the total hours the employee will work based on the PayFrequency field.
Category
A record field that provides the default the category to apply on payroll transactions.
Memo
A text field that provides the default memo to apply on payroll transactions.
PayrollCategories
A table field that provides a list of settings for all payroll categories linked to this employee.
See PayrollCategories Fields for more information.
RowVersion
A row version field.


PayrollCategories Fields

The PayrollCategories field contains the following sub-fields.

PayrollCategory
A record field that identifies the payroll category associated to these settings.
Hours
A decimal field that provides the total hours for a given payroll category.
Amount
A decimal field that provides the total amount for a given payroll category.
IsCalculated
A true/false field that indicates if these amounts are calculated or fixed.
Job
A record field that provides the job associated to these settings.


MYOB API

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


Related Fields

Categories
Employees
EmployeePayrollDetails
Jobs
PayrollCategories


Related Endpoints

Employees


Related Topics

MYOB Models
MYOB Endpoints