MYOB Endpoint: EmployeePayrollDetails
Jump to navigation
Jump to search
Overview
The MYOB EmployeePayrollDetails endpoint provides the payroll details for each Employees.
Fields
The following fields are available for the EmployeePayrollDetails endpoint.
- UID
- A GUID field representing the internal id of this payroll details. This field can only be linked to the employee endpoint.
- Employee
- A record field that identifies the employee associated.
- DateOfBirth
- A date field that provides the date of birth of the employee.
- Gender
- A text field that providers the gender of the employee.
- StartDate
- A date field that provides the start date of the employee.
- TerminationDate
- A date field that provides the termination date of the employee.
- EmploymentBasis
- A text field that indicates the basis of employment of the employee.
- Possible values are:
- Individual
- Labor Hire
- Other
- EmploymentCategory
- A text field that indicates whether the employee is permanent or not.
- Possible values are:
- Permanent
- Temporary
- EmploymentStatus
- A text field that indicates the type of employment arrangement.
- Possible values are:
- FullTime
- PartTime
- Casual
- Other
- EmploymentClassification
- A record field that provides the employment classification of the employee.
- PaySlipDelivery
- A text field that provides the delivery method for pay slips.
- Possible values are:
- ToBePrinted
- ToBeEmailed
- ToBePrintedAndEmailed
- AlreadyPrintedOrSent
- PaySlipEmail
- A text field that provides the email address to which pay slips will be sent for this employee.
- Wage
- A record field that provides the wage details of the employee.
- See Wage Fields for more information.
- Superannuation
- A record field that provides the superannuation details of the employee.
- See Superannuation Fields for more information.
- Entitlements
- A record field that provides the entitlement details of the employee.
- See Entitlements Fields for more information.
- Deductions
- A table field that provides the linked deductions of the employee.
- EmployerExpenses
- A table field that provides the linked employer expenses of the employee.
- Tax
- A record field that provides the payroll tax details of the employee.
- See Tax Fields for more information.
- TimeBilling
- A record field that provides the time billing details of the employee.
- See TimeBilling Fields for more information.
- RowVersion
- A row version field.
Wage Fields
The Wage field contains the following sub-fields.
Superannuation Fields
The Superannuation field contains the following sub-fields.
Entitlements Fields
The Entitlements field contains the following sub-fields.
Tax Fields
The Tax field contains the following sub-fields.
TimeBilling Fields
The TimeBilling field contains the following sub-fields.
MYOB API
For a detailed run through of the endpoint, you can see the MYOB API.
Related Fields