Difference between revisions of "MYOB Endpoint: ProfitLossDistribution"
Jump to navigation
Jump to search
(Created page with "== Overview == The MYOB '''ProfitLossDistribution''' endpoint provides a breakdown on how the net profit is distributed to multiple equity accounts. This is pr...") |
|||
Line 37: | Line 37: | ||
;CurrentEarningsAccount | ;CurrentEarningsAccount | ||
:A [[Field Type: Record|record field]] that provides the [[MYOB Field: Accounts|current earnings account]] for this entry. | :A [[Field Type: Record|record field]] that provides the [[MYOB Field: Accounts|current earnings account]] for this entry. | ||
;Value | |||
:A [[Field Type: Decimal|decimal field]] that provides percentage value split for this entry. | |||
;Unit | |||
:A [[Field Type: Text|text field]] that indicates what type of field value represents. The unit field is always set to '''Percent'''. | |||
Revision as of 17:47, 2 September 2021
Overview
The MYOB ProfitLossDistribution endpoint provides a breakdown on how the net profit is distributed to multiple equity accounts.
This is primarily used for Partnerships and Trusts.
Fields
The following fields are available for the ProfitLossDistribution endpoint.
- Entity
- A text field that indicates what type of company distribution is in use.
- Possible values are:
- Partnership
- Company
- UnitTrust
- ProfitLossDistributionAccounts
- A record field that provides the details regarding the distribution.
- See ProfitLossDistributionAccounts Fields for more information.
- RowVersion
- A row version field.
ProfitLossDistributionAccounts Fields
The ProfitLossDistributionAccounts field contains the following sub-fields.
- HeaderAccount
- A record field that provides the header account for this entry.
- RetainedEarningsAccount
- A record field that provides the retained earnings account for this entry.
- CurrentEarningsAccount
- A record field that provides the current earnings account for this entry.
- Value
- A decimal field that provides percentage value split for this entry.
- Unit
- A text field that indicates what type of field value represents. The unit field is always set to Percent.
MYOB API
For a detailed run through of the endpoint, you can see the MYOB API.
Related Fields