Difference between revisions of "MYOB Endpoint: ProfitLossDistribution"

From OdataLink
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...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Overview ==
== Overview ==


The MYOB '''ProfitLossDistribution''' [[Endpoints|endpoint]] provides a breakdown on how the net profit is distributed to multiple equity accounts.
The MYOB '''ProfitLossDistribution''' [[MYOB Endpoints|endpoint]] provides a breakdown on how the net profit is distributed to multiple equity accounts.


This is primarily used for Partnerships and Trusts.
This is primarily used for Partnerships and Trusts.
Line 9: Line 9:


The following fields are available for the ProfitLossDistribution endpoint.
The following fields are available for the ProfitLossDistribution endpoint.
;DataFile
:A [[Field Type: Record|record field]] that provides the [[Field: DataFile|DataFile]] associated with the data.


;Entity
;Entity
Line 37: Line 40:
;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'''.




Line 52: Line 61:


:[[MYOB Endpoint: Accounts|Accounts]]
:[[MYOB Endpoint: Accounts|Accounts]]
== Related Topics ==
:[[MYOB Models]]
:[[MYOB Endpoints]]

Latest revision as of 18:12, 2 April 2025

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.

DataFile
A record field that provides the DataFile associated with the data.
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

Accounts


Related Endpoints

Accounts


Related Topics

MYOB Models
MYOB Endpoints