Get all joint venture subledger distributions

get

/fscmRestApi/resources/11.13.18.05/jointVentureSLADistributions

Request

Query Parameters
  • When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
  • This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.

    Format: ?fields=Attribute1,Attribute2

    Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2
  • Used as a predefined finder to search the collection.

    Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>

    The following are the available finder names and corresponding finder variables:

    • PrimaryKey: Finds the joint venture transaction that matches the primary key criteria specified.
      Finder Variables:
      • distributionId; integer; The unique identifier of the joint venture distribution.
    • jointVentureSLADistributionSearch: Finds all joint venture distributions originating from the subledger transaction.
      Finder Variables:
      • agreement; string.
      • agreementDescription; string.
      • assignmentRule; string.
      • businessUnitName; string; The name of the business unit associated with the joint venture.
      • costCenterSegmentValue; string; The cost center segment value associated with the distribution stakeholder.
      • createdBy; string; The user who created the joint venture distribution.
      • directBilledStakeholderName; string; The name of the stakeholder that is to be directly billed for the transaction.
      • distributionLineType; string.
      • distributionOnlyFlag; string; Indicates whether the joint venture stakeholder is only participating in the transaction distribution and not being invoiced.
      • distributionStatus; string; The status code to identify the state of the distribution of the joint venture transaction.
      • distributionType; string; Indicates the type of transaction the distribution represents, such as expense, revenue, and so forth.
      • expenditureType; string.
      • expenditureTypeDescription; string.
      • invoicingPartnerName; string; The name of the invoicing partner associated with distribution stakeholder.
      • invoicingPreference; string; The field that indicates whether the distribution will be invoiced or not.
      • jointVentureName; string; The name of the joint venture of the source transaction.
      • lastUpdatedBy; string; The user who last updated the joint venture distribution.
      • ledgerName; string; The name of the ledger.
      • ownershipDefinitionName; string; The name of the ownership definition used to process the distribution.
      • periodName; string; The period name of the subledger transaction.
      • projectCostingStatus; string.
      • projectName; string.
      • projectNumber; string.
      • searchAllText; string; A search value to identify joint venture distributions that contain the specified text in any of the attributes.
      • sourceOwnershipDefinition; string.
      • stakeholderName; string; The name of the distribution stakeholder.
      • taskName; string.
      • taskNumber; string.
      • transactionId; integer; The unique identifier of the joint venture transaction.
      • trxNumber; string.
  • This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
  • This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>

    Example:
    self,canonical
  • Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
  • This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY

    Format: ?q=expression1;expression2

    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • agreement; string; The name of the agreement of the carried interest distribution.
    • agreementDescription; string; The description of the agreement of the carried interest distribution.
    • applicationId; integer; The unique identifier of the functional area for subledger accounting.
    • assignmentRule; string; The name of the ownership definition assignment rule used to assign the ownership definition or direct billed stakeholder.
    • businessUnitName; string; The name of the business unit associated with the joint venture.
    • changeReason; string; The reason the joint venture distribution was canceled.
    • changeReasonDetails; string; Additional text to describe the reason the joint venture distribution line was canceled
    • contributionAmount; number; The partner contribution amount that's associated with a distribution.
    • contributionId; integer; The unique identifier of the partner contribution assigned to the joint venture distribution and drawn from.
    • contributionRequest; string; The name of the partner contribution request.
    • costCenterSegmentValue; string; The cost center segment value associated with the distributed stakeholder.
    • createdBy; string; The user who created the joint venture distribution.
    • creationDate; string; The date and time when the joint venture distribution was created.
    • currencyCode; string; The currency code of accounting currency of the source joint venture transaction.
    • customerName; string; The name of the customer associated with the invoicing partner.
    • directBilledStakeholderName; string; Unique identifier of the stakeholder that is to be directly billed for the transaction.
    • distributedAccountInformation; string; The combination of the values of the account segments assigned to the transaction.
    • distributedCreditAmount; number; The distribution credit amount for the stakeholder in accounting currency.
    • distributedDebitAmount; number; The distribution debit amount for the stakeholder in accounting currency.
    • distributedEnteredCreditAmount; number; The distributed credit amount for the stakeholder in the entered currency.
    • distributedEnteredDebitAmount; number; The distributed debit amount for the stakeholder in the entered currency.
    • distributionId; integer; The unique identifier of the joint venture distribution.
    • distributionLineNumber; integer; The line number of a joint venture distribution and any associated lines created for billing adjustments and partner contribution draws.
    • distributionLineType; string; The type of the distribution line for billing adjustments.
    • distributionOnlyFlag; boolean; Indicates whether the joint venture stakeholder is only participating in the transaction distribution and not being invoiced.
    • distributionStatus; string; The status code to identify the state of the distribution of the joint venture transaction. It is based on the ORA_JV_DISTRIBUTION_STATUS lookup codes such as Available to Process, Process Complete, and so forth.
    • distributionType; string; Indicates the type of transaction the distribution represents, such as expense, revenue, and so forth.
    • enteredCurrencyCode; string; The currency code entered on the original transaction.
    • expenditureType; string; The name identifying the expenditure classification.
    • expenditureTypeDescription; string; The description of the expenditure type.
    • headerId; integer; The unique identifier of the journal.
    • invoicingPartnerName; string; The name of the invoicing partner associated with the distribution stakeholder.
    • jointVentureClassification; string; The classification of the joint venture associated with the distribution.
    • jointVentureDescription; string; The description of the joint venture of the source transaction.
    • jointVentureName; string; The name of the joint venture of the source transaction.
    • lastUpdateDate; string; The date and time when the joint venture distribution was last updated.
    • lastUpdatedBy; string; The user who last updated the joint venture distribution.
    • ledgerCategoryCode; string; The code that identifies the ledger type, such as primary, secondary, and so on.
    • ledgerName; string; The name of the ledger.
    • lineNumber; integer; The number of the journal line.
    • originalDirectBilledStakeholderName; string; The original stakeholder assigned to the joint venture transaction that the distribution was created from.
    • originalDistributedCreditAmount; number; The original credit amount of the joint venture distribution in the accounting currency. This is the amount prior to being split by partner contributions.
    • originalDistributedDebitAmount; number; The original debit amount of the joint venture distribution in the accounting currency. This is the amount prior to being split by partner contributions.
    • originalDistributedEnteredCreditAmount; number; The original credit amount of the joint venture distribution in the entered currency. This is the amount prior to being split by partner contributions.
    • originalDistributedEnteredDebitAmount; number; The original debit amount of the joint venture distribution in the entered currency. This is the amount prior to being split by partner contributions.
    • originalOwnershipDefinitionName; string; The original ownership definition assigned to the joint venture transaction that the distribution was created from.
    • originalSourceApplication; string; The name of the application the transaction originated from, for example Payables or Cost Management.
    • originalStakeholder; string; The name of the stakeholder that was originally associated with the joint venture distribution.
    • originalTransactionId; string; The unique identifier of the original transaction.
    • ownershipDefinitionEndDate; string; Effective end date of the ownership definition that was used to distribute the joint venture transaction.
    • ownershipDefinitionName; string; The name of the ownership definition used to process the distribution.
    • ownershipDefinitionStartDate; string; Effective start date of the ownership definition that was used to distribute the joint venture transaction.
    • ownershipEffectiveEndDate; string; The end date of the effective date range of the ownership definition.
    • ownershipEffectiveStartDate; string; The start date of the effective date range of the ownership definition.
    • partyName; string; The name of the party associated with the stakeholder on the joint venture distribution.
    • percentageOfInterest; number; The percentage of ownership a stakeholder has in a joint venture transaction.
    • periodName; string; The accounting period name in a calendar.
    • projectCostingStatus; string; The status of the joint venture accounting entries exported to the Project Costing system.
    • projectName; string; The name of the project.
    • projectNumber; string; The unique identifier of the project.
    • reassignedStakeholder; string; The name of the stakeholder that's reassigned to the joint venture distribution.
    • roundAmountFlag; boolean; A flag to identify if rounding was applied to the distribution amount.
    • sourceOwnershipDefinition; string; The original ownership definition assigned to the joint venture transaction that the distribution was created from.
    • stakeholderName; string; The name of the distribution stakeholder.
    • statisticalAmount; number; The statistical unit of measure of the journal entry line.
    • supplierName; string; The name of the supplier associated with invoicing partner.
    • targetTransactionId; integer; The unique identifier for the external transaction created for joint venture distributions. For example, accounts receivable invoice, credit memo, accounts payable invoice, or journal entry.
    • taskName; string; The name of the project task representing a subdivision of work.
    • taskNumber; string; The unique number of the project task.
    • transactionCreditAmount; number; The transaction credit amount in accounting currency.
    • transactionDate; string; Indicates the default effective date for journal entries or the transaction date for subledger entries.
    • transactionDebitAmount; number; The transaction debit amount in accounting currency.
    • transactionDescription; string; The description of the subledger accounting journal line.
    • transactionEnteredCreditAmount; number; The transaction credit amount in the entered currency.
    • transactionEnteredDebitAmount; number; The transaction debit amount in the entered currency.
    • transactionId; integer; The unique identifier for the joint venture transaction that the distribution was created from.
    • trxDate; string; The date of the invoice transaction generated for the joint venture distribution.
    • trxNumber; string; A unique value that identifies the invoice generated for the joint venture distribution.
  • The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : jointVentureSLADistributions
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : jointVentureSLADistributions-item-response
Type: object
Show Source
  • Account Key Flexfields
    Title: Account Key Flexfields
    The code identifying the subledger accounting account against which amounts are recorded. These represent assets, liabilities, revenues, and expenses.
  • Title: Carried Interest Agreement
    Read Only: true
    Maximum Length: 30
    The name of the agreement of the carried interest distribution.
  • Title: Description
    Read Only: true
    Maximum Length: 240
    The description of the agreement of the carried interest distribution.
  • Title: Application ID
    Read Only: true
    The unique identifier of the functional area for subledger accounting.
  • Title: Assignment Rule
    Read Only: true
    Maximum Length: 30
    The name of the ownership definition assignment rule used to assign the ownership definition or direct billed stakeholder.
  • Title: Business Unit
    Read Only: true
    Maximum Length: 240
    The name of the business unit associated with the joint venture.
  • Title: Change Reason
    The reason the joint venture distribution was canceled.
  • Title: Change Reason Details
    Maximum Length: 240
    Additional text to describe the reason the joint venture distribution line was canceled
  • Title: Contribution Amount
    Read Only: true
    The partner contribution amount that's associated with a distribution.
  • Title: Partner Contribution ID
    Read Only: true
    The unique identifier of the partner contribution assigned to the joint venture distribution and drawn from.
  • Title: Partner Contribution Request
    Read Only: true
    Maximum Length: 30
    The name of the partner contribution request.
  • Title: Cost Center
    Read Only: true
    Maximum Length: 25
    The cost center segment value associated with the distributed stakeholder.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user who created the joint venture distribution.
  • Title: Creation Date
    Read Only: true
    The date and time when the joint venture distribution was created.
  • Title: Accounting Currency
    Read Only: true
    Maximum Length: 15
    The currency code of accounting currency of the source joint venture transaction.
  • Title: Customer
    Read Only: true
    The name of the customer associated with the invoicing partner.
  • Title: Direct Billed Stakeholder
    Read Only: true
    Maximum Length: 30
    Unique identifier of the stakeholder that is to be directly billed for the transaction.
  • Title: Account
    Read Only: true
    The combination of the values of the account segments assigned to the transaction.
  • Title: Distributed Accounted Credit
    Read Only: true
    The distribution credit amount for the stakeholder in accounting currency.
  • Title: Distributed Accounted Debit
    Read Only: true
    The distribution debit amount for the stakeholder in accounting currency.
  • Title: Distributed Entered Credit
    Read Only: true
    The distributed credit amount for the stakeholder in the entered currency.
  • Title: Distributed Entered Debit
    Read Only: true
    The distributed debit amount for the stakeholder in the entered currency.
  • distributionDFF
  • Title: Distribution ID
    Read Only: true
    The unique identifier of the joint venture distribution.
  • Title: Distribution Line Number
    Read Only: true
    The line number of a joint venture distribution and any associated lines created for billing adjustments and partner contribution draws.
  • Title: Distribution Line Type
    Read Only: true
    Maximum Length: 80
    The type of the distribution line for billing adjustments.
  • Title: Distribution Only
    Maximum Length: 1
    Indicates whether the joint venture stakeholder is only participating in the transaction distribution and not being invoiced.
  • Title: Distribution Status
    The status code to identify the state of the distribution of the joint venture transaction. It is based on the ORA_JV_DISTRIBUTION_STATUS lookup codes such as Available to Process, Process Complete, and so forth.
  • Title: Account Type
    Read Only: true
    Indicates the type of transaction the distribution represents, such as expense, revenue, and so forth.
  • Title: Entered Currency
    Read Only: true
    Maximum Length: 15
    The currency code entered on the original transaction.
  • Title: Expenditure Type
    Read Only: true
    Maximum Length: 240
    The name identifying the expenditure classification.
  • Title: Expenditure Type Description
    Read Only: true
    Maximum Length: 2000
    The description of the expenditure type.
  • Title: Header ID
    Read Only: true
    The unique identifier of the journal.
  • Title: Invoice Type
    Read Only: true
    Indicates the type of invoice transaction generated for the joint venture distribution, such as receivable invoice and credit memo.
  • Title: Invoicing Partner
    Read Only: true
    Maximum Length: 30
    The name of the invoicing partner associated with the distribution stakeholder.
  • Title: Joint Venture Classification
    Read Only: true
    Maximum Length: 80
    The classification of the joint venture associated with the distribution.
  • Title: Joint Venture Description
    Read Only: true
    Maximum Length: 240
    The description of the joint venture of the source transaction.
  • Title: Joint Venture
    Read Only: true
    Maximum Length: 30
    The name of the joint venture of the source transaction.
  • Title: Last Updated Date
    Read Only: true
    The date and time when the joint venture distribution was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user who last updated the joint venture distribution.
  • Title: Ledger Category Code
    Read Only: true
    Maximum Length: 30
    The code that identifies the ledger type, such as primary, secondary, and so on.
  • Title: Ledger
    Read Only: true
    Maximum Length: 30
    The name of the ledger.
  • Title: Line Number
    Read Only: true
    The number of the journal line.
  • Links
  • Title: Original Direct Billed Stakeholder
    Read Only: true
    Maximum Length: 30
    The original stakeholder assigned to the joint venture transaction that the distribution was created from.
  • Title: Original Distributed Accounted Credit
    Read Only: true
    The original credit amount of the joint venture distribution in the accounting currency. This is the amount prior to being split by partner contributions.
  • Title: Original Distributed Accounted Debit
    Read Only: true
    The original debit amount of the joint venture distribution in the accounting currency. This is the amount prior to being split by partner contributions.
  • Title: Original Distributed Entered Credit
    Read Only: true
    The original credit amount of the joint venture distribution in the entered currency. This is the amount prior to being split by partner contributions.
  • Title: Original Distributed Entered Debit
    Read Only: true
    The original debit amount of the joint venture distribution in the entered currency. This is the amount prior to being split by partner contributions.
  • Title: Original Ownership Definition
    Read Only: true
    Maximum Length: 20
    The original ownership definition assigned to the joint venture transaction that the distribution was created from.
  • Title: Original Source Application
    Read Only: true
    Maximum Length: 512
    The name of the application the transaction originated from, for example Payables or Cost Management.
  • Title: Original Stakeholder
    Read Only: true
    Maximum Length: 30
    The name of the stakeholder that was originally associated with the joint venture distribution.
  • Title: Original Transaction ID
    Read Only: true
    Maximum Length: 240
    The unique identifier of the original transaction.
  • Title: Ownership End Date
    Read Only: true
    Effective end date of the ownership definition that was used to distribute the joint venture transaction.
  • Title: Ownership Definition
    Read Only: true
    Maximum Length: 30
    The name of the ownership definition used to process the distribution.
  • Title: Ownership Start Date
    Read Only: true
    Effective start date of the ownership definition that was used to distribute the joint venture transaction.
  • Title: End Date
    Read Only: true
    The end date of the effective date range of the ownership definition.
  • Title: Start Date
    Read Only: true
    The start date of the effective date range of the ownership definition.
  • Offset Account Key Flexfields
    Title: Offset Account Key Flexfields
    The code identifying the subledger accounting offset account against which amounts are recorded. These represent assets, liabilities, revenues, and expenses.
  • Title: Partner Account
    Read Only: true
    The combination of account segment values assigned to a partner's line in the receivables invoice.
  • Title: Name
    Read Only: true
    Maximum Length: 360
    The name of the party associated with the stakeholder on the joint venture distribution.
  • Title: Ownership Percentage
    Read Only: true
    The percentage of ownership a stakeholder has in a joint venture transaction.
  • Title: Period Name
    Read Only: true
    Maximum Length: 15
    The accounting period name in a calendar.
  • Title: Project Costing Status
    The status of the joint venture accounting entries exported to the Project Costing system.
  • Title: Project Name
    Read Only: true
    Maximum Length: 240
    The name of the project.
  • Title: Project Number
    Read Only: true
    Maximum Length: 25
    The unique identifier of the project.
  • Title: Reassigned Stakeholder
    The name of the stakeholder that's reassigned to the joint venture distribution.
  • Title: Rounding Applied
    Read Only: true
    Maximum Length: 1
    A flag to identify if rounding was applied to the distribution amount.
  • Title: Source Ownership Definition
    Read Only: true
    Maximum Length: 30
    The original ownership definition assigned to the joint venture transaction that the distribution was created from.
  • Title: Split Lines Exist
    Default Value: false
    Indicates that split lines exist for the joint venture distribution.
  • Title: Stakeholder
    Read Only: true
    Maximum Length: 30
    The name of the distribution stakeholder.
  • Title: Units
    Read Only: true
    The statistical unit of measure of the journal entry line.
  • Title: Supplier
    Read Only: true
    The name of the supplier associated with invoicing partner.
  • Title: Target Transaction Account
    Read Only: true
    The combination of segment values for the receivable or liability account used when posting a receivables or payables invoice.
  • Title: Target Transaction ID
    Read Only: true
    The unique identifier for the external transaction created for joint venture distributions. For example, accounts receivable invoice, credit memo, accounts payable invoice, or journal entry.
  • Title: Task Name
    Read Only: true
    Maximum Length: 255
    The name of the project task representing a subdivision of work.
  • Title: Task Number
    Read Only: true
    Maximum Length: 100
    The unique number of the project task.
  • Title: Transaction Accounted Credit
    Read Only: true
    The transaction credit amount in accounting currency.
  • Title: Transaction Date
    Read Only: true
    Indicates the default effective date for journal entries or the transaction date for subledger entries.
  • Title: Transaction Accounted Debit
    Read Only: true
    The transaction debit amount in accounting currency.
  • Title: Transaction Description
    Read Only: true
    Maximum Length: 1996
    The description of the subledger accounting journal line.
  • Title: Transaction Entered Credit
    Read Only: true
    The transaction credit amount in the entered currency.
  • Title: Transaction Entered Debit
    Read Only: true
    The transaction debit amount in the entered currency.
  • Title: Transaction ID
    Read Only: true
    The unique identifier for the joint venture transaction that the distribution was created from.
  • Title: Invoice Date
    Read Only: true
    The date of the invoice transaction generated for the joint venture distribution.
  • Title: Invoice Number
    Read Only: true
    Maximum Length: 20
    A unique value that identifies the invoice generated for the joint venture distribution.
Nested Schema : Account Key Flexfields
Type: array
Title: Account Key Flexfields
The code identifying the subledger accounting account against which amounts are recorded. These represent assets, liabilities, revenues, and expenses.
Show Source
Nested Schema : distributionDFF
Type: array
Show Source
Nested Schema : Offset Account Key Flexfields
Type: array
Title: Offset Account Key Flexfields
The code identifying the subledger accounting offset account against which amounts are recorded. These represent assets, liabilities, revenues, and expenses.
Show Source
Nested Schema : jointVentureSLADistributions-Account-item-response
Type: object
Show Source
Nested Schema : jointVentureSLADistributions-distributionDFF-item-response
Type: object
Show Source
Nested Schema : jointVentureSLADistributions-partnerOffsetAccount-item-response
Type: object
Show Source
Back to Top

Examples

The following example shows how to retrieve all distributions originating from subledger accounting by submitting a GET request on the REST resource using cURL.

curl -i -u "username:password" -H "Content-Type: application/vnd.oracle.adf.resourcecollection+json" -X GET https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/jointVentureSLADistributions

Response Body Example

The following shows an example of the response body in JSON format.

{
  "items" : [ {
    "createdBy" : "username",
    "distributionId" : 100100132855183,
    "distributedDebitAmount" : null,
    "currencyCode" : "USD",
    "creationDate" : "2020-02-21T23:03:05+00:00",
    "distributedCreditAmount" : 358.55,
    "percentageOfInterest" : 35.854521,
    "lastUpdateDate" : "2020-02-21T23:03:05+00:00",
    "lastUpdatedBy" : "username",
    "roundAmountFlag" : false,
    "transactionDate" : "2018-04-18",
    "transactionId" : 100100132693434,
    "jointVentureName" : "JVMESS01",
    "jointVentureDescription" : "Jade Valley Mesa Project\nParcel S01,  Lot#34TY6",
    "ownershipDefinitionName" : "JVMESSOPD1",
    "stakeholderName" : "JVMESSSH01",
    "costCenterSegmentValue" : null,
    "periodName" : null,
    "invoicingPartnerName" : "JVMESSIP01",
    "distributionStatus" : "Available to process",
    "distributionType" : "Expense",
    "distributedAccountInformation" : "01-110-9110-0000-000",
    "customerName" : "w_Valley Communications",
    "supplierName" : null,
    "distributionOnlyFlag" : false,
    "ledgerName" : "Vision Operations (USA)",
    "ownershipEffectiveEndDate" : "2019-07-28",
    "ownershipEffectiveStartDate" : "2017-01-01",
    "transactionCreditAmount" : 1000,
    "transactionDebitAmount" : null,
    "transactionDescription" : null,
    "originalOwnershipDefinitionName" : "JVMESSOPD1",
    "originalDirectBilledStakeholderName" : null,
    "directBilledStakeholderName" : null,
    "businessUnitName" : "Vision Operations",
    "statisticalAmount" : null,
  }, {
    "createdBy" : "username",
    "distributionId" : 100100132855184,
    "distributedDebitAmount" : null,
    "currencyCode" : "USD",
    "creationDate" : "2020-02-21T23:03:05+00:00",
    "distributedCreditAmount" : 185.22,
    "percentageOfInterest" : 18.5218934,
    "lastUpdateDate" : "2020-02-21T23:03:05+00:00",
    "lastUpdatedBy" : "username",
    "roundAmountFlag" : false,
    "transactionDate" : "2018-04-18",
    "transactionId" : 100100132693434,
    "jointVentureName" : "JVMESS01",
    "jointVentureDescription" : "Jade Valley Mesa Project\nParcel S01,  Lot#34TY6",
    "ownershipDefinitionName" : "JVMESSOPD1",
    "stakeholderName" : "JVMESSSH03",
    "costCenterSegmentValue" : "110",
    "periodName" : null,
    "invoicingPartnerName" : null,
    "distributionStatus" : "Available to process",
    "distributionType" : "Expense",
    "distributedAccountInformation" : "01-110-9110-0000-000",
    "customerName" : null,
    "supplierName" : null,
    "distributionOnlyFlag" : false,
    "ledgerName" : "Vision Operations (USA)",
    "ownershipEffectiveEndDate" : "2019-07-28",
    "ownershipEffectiveStartDate" : "2017-01-01",
    "transactionCreditAmount" : 1000,
    "transactionDebitAmount" : null,
    "transactionDescription" : null,
    "originalOwnershipDefinitionName" : "JVMESSOPD1",
    "originalDirectBilledStakeholderName" : null,
    "directBilledStakeholderName" : null,
    "businessUnitName" : "Vision Operations",
    "statisticalAmount" : null,
  }, {
    "createdBy" : "username",
    "distributionId" : 100100132855185,
    "distributedDebitAmount" : null,
    "currencyCode" : "USD",
    "creationDate" : "2020-02-21T23:03:05+00:00",
    "distributedCreditAmount" : 456.23,
    "percentageOfInterest" : 45.6235856,
    "lastUpdateDate" : "2020-02-21T23:03:05+00:00",
    "lastUpdatedBy" : "username",
    "roundAmountFlag" : false,
    "transactionDate" : "2018-04-18",
    "transactionId" : 100100132693434,
    "jointVentureName" : "JVMESS01",
    "jointVentureDescription" : "Jade Valley Mesa Project\nParcel S01,  Lot#34TY6",
    "ownershipDefinitionName" : "JVMESSOPD1",
    "stakeholderName" : "JVMESSSH02",
    "costCenterSegmentValue" : null,
    "periodName" : null,
    "invoicingPartnerName" : "JVMESSIP02",
    "distributionStatus" : "Available to process",
    "distributionType" : "Expense",
    "distributedAccountInformation" : "01-110-9110-0000-000",
    "customerName" : "w_Digital Electronics",
    "supplierName" : null,
    "distributionOnlyFlag" : false,
    "ledgerName" : "Vision Operations (USA)",
    "ownershipEffectiveEndDate" : "2019-07-28",
    "ownershipEffectiveStartDate" : "2017-01-01",
    "transactionCreditAmount" : 1000,
    "transactionDebitAmount" : null,
    "transactionDescription" : null,
    "originalOwnershipDefinitionName" : "JVMESSOPD1",
    "originalDirectBilledStakeholderName" : null,
    "directBilledStakeholderName" : null,
    "businessUnitName" : "Vision Operations",
    "statisticalAmount" : null,
  }, {
    "createdBy" : "username",
    "distributionId" : 100100132855186,
    "distributedDebitAmount" : null,
    "currencyCode" : "USD",
    "creationDate" : "2020-02-21T23:03:05+00:00",
    "distributedCreditAmount" : 358.55,
    "percentageOfInterest" : 35.854521,
    "lastUpdateDate" : "2020-02-21T23:03:05+00:00",
    "lastUpdatedBy" : "username",
    "roundAmountFlag" : false,
    "transactionDate" : "2018-04-19",
    "transactionId" : 100100132693435,
    "jointVentureName" : "JVMESS01",
    "jointVentureDescription" : "Jade Valley Mesa Project\nParcel S01,  Lot#34TY6",
    "ownershipDefinitionName" : "JVMESSOPD1",
    "stakeholderName" : "JVMESSSH01",
    "costCenterSegmentValue" : null,
    "periodName" : null,
    "invoicingPartnerName" : "JVMESSIP01",
    "distributionStatus" : "Available to process",
    "distributionType" : "Expense",
    "distributedAccountInformation" : "01-110-9110-0000-000",
    "customerName" : "w_Valley Communications",
    "supplierName" : null,
    "distributionOnlyFlag" : false,
    "ledgerName" : "Vision Operations (USA)",
    "ownershipEffectiveEndDate" : "2019-07-28",
    "ownershipEffectiveStartDate" : "2017-01-01",
    "transactionCreditAmount" : 1000,
    "transactionDebitAmount" : null,
    "transactionDescription" : null,
    "originalOwnershipDefinitionName" : "JVMESSOPD1",
    "originalDirectBilledStakeholderName" : null,
    "directBilledStakeholderName" : null,
    "businessUnitName" : "Vision Operations",
    "statisticalAmount" : null,
  }, {
    "createdBy" : "username",
    "distributionId" : 100100132855187,
    "distributedDebitAmount" : null,
    "currencyCode" : "USD",
    "creationDate" : "2020-02-21T23:03:05+00:00",
    "distributedCreditAmount" : 185.22,
    "percentageOfInterest" : 18.5218934,
    "lastUpdateDate" : "2020-02-21T23:03:05+00:00",
    "lastUpdatedBy" : "username",
    "roundAmountFlag" : false,
    "transactionDate" : "2018-04-19",
    "transactionId" : 100100132693435,
    "jointVentureName" : "JVMESS01",
    "jointVentureDescription" : "Jade Valley Mesa Project\nParcel S01,  Lot#34TY6",
    "ownershipDefinitionName" : "JVMESSOPD1",
    "stakeholderName" : "JVMESSSH03",
    "costCenterSegmentValue" : "110",
    "periodName" : null,
    "invoicingPartnerName" : null,
    "distributionStatus" : "Available to process",
    "distributionType" : "Expense",
    "distributedAccountInformation" : "01-110-9110-0000-000",
    "customerName" : null,
    "supplierName" : null,
    "distributionOnlyFlag" : false,
    "ledgerName" : "Vision Operations (USA)",
    "ownershipEffectiveEndDate" : "2019-07-28",
    "ownershipEffectiveStartDate" : "2017-01-01",
    "transactionCreditAmount" : 1000,
    "transactionDebitAmount" : null,
    "transactionDescription" : null,
    "originalOwnershipDefinitionName" : "JVMESSOPD1",
    "originalDirectBilledStakeholderName" : null,
    "directBilledStakeholderName" : null,
    "businessUnitName" : "Vision Operations",
    "statisticalAmount" : null,
  }, {
    "createdBy" : "username",
    "distributionId" : 100100132855188,
    "distributedDebitAmount" : null,
    "currencyCode" : "USD",
    "creationDate" : "2020-02-21T23:03:05+00:00",
    "distributedCreditAmount" : 456.23,
    "percentageOfInterest" : 45.6235856,
    "lastUpdateDate" : "2020-02-21T23:03:05+00:00",
    "lastUpdatedBy" : "username",
    "roundAmountFlag" : false,
    "transactionDate" : "2018-04-19",
    "transactionId" : 100100132693435,
    "jointVentureName" : "JVMESS01",
    "jointVentureDescription" : "Jade Valley Mesa Project\nParcel S01,  Lot#34TY6",
    "ownershipDefinitionName" : "JVMESSOPD1",
    "stakeholderName" : "JVMESSSH02",
    "costCenterSegmentValue" : null,
    "periodName" : null,
    "invoicingPartnerName" : "JVMESSIP02",
    "distributionStatus" : "Available to process",
    "distributionType" : "Expense",
    "distributedAccountInformation" : "01-110-9110-0000-000",
    "customerName" : "w_Digital Electronics",
    "supplierName" : null,
    "distributionOnlyFlag" : false,
    "ledgerName" : "Vision Operations (USA)",
    "ownershipEffectiveEndDate" : "2019-07-28",
    "ownershipEffectiveStartDate" : "2017-01-01",
    "transactionCreditAmount" : 1000,
    "transactionDebitAmount" : null,
    "transactionDescription" : null,
    "originalOwnershipDefinitionName" : "JVMESSOPD1",
    "originalDirectBilledStakeholderName" : null,
    "directBilledStakeholderName" : null,
    "businessUnitName" : "Vision Operations",
    "statisticalAmount" : null,
  } ],
  "count" : 6,
  "hasMore" : false,
  "limit" : 25,
  "offset" : 0,
}
Back to Top