Difference between revisions of "MYOB Endpoint: EmployeeStandardPays"
Jump to navigation
Jump to search
(Created page with "== Overview == The MYOB '''EmployeeStandardPays''' endpoint provides the standard pays for each Employees. == Fields == The foll...") |
|||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
The MYOB '''EmployeeStandardPays''' [[Endpoints|endpoint]] provides the standard pays for each [[MYOB Endpoint: Employees|Employees]]. | The MYOB '''EmployeeStandardPays''' [[MYOB Endpoints|endpoint]] provides the standard pays for each [[MYOB Endpoint: Employees|Employees]]. | ||
Line 79: | Line 79: | ||
:[[MYOB Endpoint: Employees|Employees]] | :[[MYOB Endpoint: Employees|Employees]] | ||
== Related Topics == | |||
:[[MYOB Models]] | |||
:[[MYOB Endpoints]] |
Revision as of 00:45, 22 September 2021
Overview
The MYOB EmployeeStandardPays endpoint provides the standard pays for each Employees.
Fields
The following fields are available for the EmployeeStandardPays endpoint.
- 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
Related Endpoints