Difference between revisions of "MYOB Endpoint: EmployeePaymentDetails"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
The MYOB '''EmployeePaymentDetails''' [[Endpoints|endpoint]] allows you to access the list of payment details on how to pay your [[MYOB Endpoint: Employees|employees]]. | The MYOB '''EmployeePaymentDetails''' [[MYOB Endpoints|endpoint]] allows you to access the list of payment details on how to pay your [[MYOB Endpoint: Employees|employees]]. | ||
== Fields == | == Fields == | ||
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 | ||
Line 62: | Line 67: | ||
:[[MYOB Endpoint: Employees|Employees]] | :[[MYOB Endpoint: Employees|Employees]] | ||
== Related Topics == | |||
:[[MYOB Models]] | |||
:[[MYOB Endpoints]] |
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