Difference between revisions of "MYOB Endpoint: EmployeePaymentDetails"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
The following fields are available for the EmployeePaymentDetails endpoint. | The following fields are available for the EmployeePaymentDetails 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 EmployeePaymentDetails endpoint allows you to access the list of payment details on how to pay your employees.
Fields
The following fields are available for the EmployeePaymentDetails endpoint.
- DataFile
- A record field that provides the DataFile associated with the data.
- UID
- A GUID field representing the internal id of the payment details.. This field can be used to link to other endpoints.
- Employee
- A record field that stores the employee.
- PaymentMethod
- A text field used to store the payment method type when recording pays.
- BankStatementText
- A text field used to store text included on statements.
- BankAccounts
- A record field that stores the bank account details.
- RowVersion
- A row version field.
BankAccounts Fields
The BankAccounts field contains the following sub-fields.
- BSBNumber
- A text field used to store the BSB number.
- BankAccountNumber
- A text field used to store the bank account number.
- BankAccountName
- A text field used to store the bank account name.
- Value
- A decimal field used to the value assigned to this bank account.
- Unit
- A text field used to indicate the type of value.
- Possible values are:
- Percent
- Dollarss
- RemainingAmount
MYOB API
For a detailed run through of the endpoint, you can see the MYOB API.
Related Fields
Related Endpoints