Get all joint ventures
get
/fscmRestApi/resources/11.13.18.05/jointVentures
Request
Query Parameters
-
expand: string
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).
-
fields: string
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 -
finder: string
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 that matches the primary key criteria specified.
Finder Variables:- jointVentureId; integer; The unique identifier of the joint venture.
- findByName: Finds the joint venture that matches the specified joint venture name.
Finder Variables:- jointVentureShortName; string; The unique name of the joint venture, which is stored as the short name.
- findByStatus: Finds all joint ventures with the specified status.
Finder Variables:- jointVentureStatusCode; string; The joint venture status.
- jointVentureFinder: Finds all joint ventures that match the specified search criteria.
Finder Variables:- approvedDate; string; The date when the joint venture was approved.
- approvedFlag; string; The joint venture approved flag.
- businessUnitName; string; The name of the business unit associated with the joint venture.
- chartOfAccountsInstanceName; string; The name of the chart of accounts instance associated with the joint venture.
- classification; string.
- currencyCode; string.
- defaultLedger; string.
- distributableAccountSet; string.
- distributionOnlyAccountSet; string.
- jointVentureDescription; string; The joint venture description.
- jointVentureShortName; string; The unique name of the joint venture, which is stored as the short name.
- jointVentureStatus; string; The joint venture status.
- projectSet; string.
- searchAllText; string; A search value to identify joint ventures that contain the specified text in any of the string attributes.
- PrimaryKey: Finds the joint venture that matches the primary key criteria specified.
-
limit: integer
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.
-
links: string
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 -
offset: integer
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.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
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
-
q: string
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:- approvedDate; string; The date when the joint venture was approved.
- approvedFlag; boolean; Indicates whether the joint venture is approved. Default value is false.
- billWhenPaidFlag; boolean; Indicates whether to create joint venture distributions only for paid expenses or costs.
- businessUnitName; string; The name of the business unit associated with the joint venture.
- chartOfAccountsInstanceName; string; The name of the chart of accounts instance associated with the joint venture.
- classification; string; Indicates the classification of a joint venture as operated or nonoperated.
- createdBy; string; The user who created the joint venture.
- creationDate; string; The date and time when the joint venture was created.
- currencyCode; string; The currency of the default primary ledger associated with the business unit assigned to the joint venture.
- defaultLedger; string; The name of the default primary ledger associated with the business unit assigned to the joint venture.
- defaultOwnershipDefinitionName; string; The name of the default ownership definition assigned to the joint venture.
- distributableAccountSet; string; The name of the account set assigned to the joint venture to identify distributable accounts.
- distributionOnlyAccountSet; string; The name of the account set assigned to the joint venture to identify accounts whose transactions will be distributed and not invoiced.
- emailAddress; string; The email address of the managing partner.
- excludeJointVentureTransactionsFlag; boolean; Indicates whether invoices and journal entries created by joint venture processes are excluded from the Identify Joint Venture Transactions process.
- inceptionDate; string; The date when the joint venture became active and eligible for processing.
- jibOutputFormat; string; The format of the Joint Interest Billing report output associated with the joint venture.
- jibTemplateName; string; The name of the Joint Interest Billing report template associated with the joint venture.
- jointVentureDescription; string; The description of the joint venture.
- jointVentureId; integer; The unique identifier of the joint venture.
- jointVentureShortName; string; The unique name of the joint venture.
- jointVentureStatus; string; The status of the joint venture.
- lastUpdateDate; string; The date and time when the joint venture was last updated.
- lastUpdatedBy; string; The user who last updated the joint venture.
- ledgerPeriodSet; string; The name of the accounting calendar assigned to the primary ledger of the joint venture's business unit.
- ledgerPeriodType; string; The type of accounting periods used by the primary ledger of the joint venture's business unit, such as weekly, monthly, or quarterly.
- liabilityAccount; string; The combination of segment values for the payables account used when creating a payables invoice.
- minimumAPInvoiceAmount; number; The minimum amount required to create an accounts payables invoice.
- minimumARInvoiceAmount; number; The minimum amount required to create an accounts receivable invoice.
- receivableAccount; string; The combination of segment values for the receivable account used when creating a receivables invoice.
- segment10Flag; boolean; A flag for indicating whether Segment 10 of the chart of accounts instance is allowed to have values associated with it.
- segment11Flag; boolean; A flag for indicating whether Segment 11 of the chart of accounts instance is allowed to have values associated with it.
- segment12Flag; boolean; A flag for indicating whether Segment 12 of the chart of accounts instance is allowed to have values associated with it.
- segment13Flag; boolean; A flag for indicating whether Segment 13 of the chart of accounts instance is allowed to have values associated with it.
- segment14Flag; boolean; A flag for indicating whether Segment 14 of the chart of accounts instance is allowed to have values associated with it.
- segment15Flag; boolean; A flag for indicating whether Segment 15 of the chart of accounts instance is allowed to have values associated with it.
- segment16Flag; boolean; A flag for indicating whether Segment 16 of the chart of accounts instance is allowed to have values associated with it.
- segment17Flag; boolean; A flag for indicating whether Segment 17 of the chart of accounts instance is allowed to have values associated with it.
- segment18Flag; boolean; A flag for indicating whether Segment 18 of the chart of accounts instance is allowed to have values associated with it.
- segment19Flag; boolean; A flag for indicating whether Segment 19 of the chart of accounts instance is allowed to have values associated with it.
- segment1Flag; boolean; A flag for indicating whether Segment 1 of the chart of accounts instance is allowed to have values associated with it.
- segment20Flag; boolean; A flag for indicating whether Segment 20 of the chart of accounts instance is allowed to have values associated with it.
- segment21Flag; boolean; A flag for indicating whether Segment 21 of the chart of accounts instance is allowed to have values associated with it.
- segment22Flag; boolean; A flag for indicating whether Segment 22 of the chart of accounts instance is allowed to have values associated with it.
- segment23Flag; boolean; A flag for indicating whether Segment 23 of the chart of accounts instance is allowed to have values associated with it.
- segment24Flag; boolean; A flag for indicating whether Segment 24 of the chart of accounts instance is allowed to have values associated with it.
- segment25Flag; boolean; A flag for indicating whether Segment 25 of the chart of accounts instance is allowed to have values associated with it.
- segment26Flag; boolean; A flag for indicating whether Segment 26 of the chart of accounts instance is allowed to have values associated with it.
- segment27Flag; boolean; A flag for indicating whether Segment 27 of the chart of accounts instance is allowed to have values associated with it.
- segment28Flag; boolean; A flag for indicating whether Segment 28 of the chart of accounts instance is allowed to have values associated with it.
- segment29Flag; boolean; A flag for indicating whether Segment 29 of the chart of accounts instance is allowed to have values associated with it.
- segment2Flag; boolean; A flag for indicating whether Segment 2 of the chart of accounts instance is allowed to have values associated with it.
- segment30Flag; boolean; A flag for indicating whether Segment 30 of the chart of accounts instance is allowed to have values associated with it.
- segment3Flag; boolean; A flag for indicating whether Segment 3 of the chart of accounts instance is allowed to have values associated with it.
- segment4Flag; boolean; A flag for indicating whether Segment 4 of the chart of accounts instance is allowed to have values associated with it.
- segment5Flag; boolean; A flag for indicating whether Segment 5 of the chart of accounts instance is allowed to have values associated with it.
- segment6Flag; boolean; A flag for indicating whether Segment 6 of the chart of accounts instance is allowed to have values associated with it.
- segment7Flag; boolean; A flag for indicating whether Segment 7 of the chart of accounts instance is allowed to have values associated with it.
- segment8Flag; boolean; A flag for indicating whether Segment 8 of the chart of accounts instance is allowed to have values associated with it.
- segment9Flag; boolean; A flag for indicating whether Segment 9 of the chart of accounts instance is allowed to have values associated with it.
-
totalResults: boolean
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
-
Metadata-Context:
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".
-
REST-Framework-Version:
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 TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
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".
-
REST-Framework-Version:
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.
Root Schema : jointVentures
Type:
Show Source
object
-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
Items
The items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
Links
The link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : jointVentures-item-response
Type:
Show Source
object
-
approvedDate: string
(date)
Title:
Approved Date
The date when the joint venture was approved. -
approvedFlag: boolean
Title:
Approved
Maximum Length:1
Default Value:false
Indicates whether the joint venture is approved. Default value is false. -
attachments: array
Attachments
Title:
Attachments
The attachments resource is used to view, create, and update attachments. -
billWhenPaidFlag: boolean
Title:
Bill When Paid
Maximum Length:1
Default Value:false
Indicates whether to create joint venture distributions only for paid expenses or costs. -
businessUnitName: string
Title:
Business Unit
The name of the business unit associated with the joint venture. -
chartOfAccountsInstanceName: string
Title:
Chart of Accounts Instance
Read Only:true
Maximum Length:60
The name of the chart of accounts instance associated with the joint venture. -
classification: string
Title:
Classification
Indicates the classification of a joint venture as operated or nonoperated. -
costCenterSegment: integer
(int32)
Title:
Primary Segment
Read Only:true
Number to identify the cost center account segment. -
createdBy: string
Title:
Created By
Read Only:true
Maximum Length:64
The user who created the joint venture. -
creationDate: string
(date-time)
Title:
Creation Date
Read Only:true
The date and time when the joint venture was created. -
currencyCode: string
Title:
Currency
Read Only:true
The currency of the default primary ledger associated with the business unit assigned to the joint venture. -
defaultLedger: string
Title:
Default Ledger
Read Only:true
The name of the default primary ledger associated with the business unit assigned to the joint venture. -
defaultOwnershipDefinitionName: string
Title:
Default Ownership Definition
Maximum Length:30
The name of the default ownership definition assigned to the joint venture. -
distributableAccountSet: string
Title:
Account Set for Distributable Accounts
Maximum Length:30
The name of the account set assigned to the joint venture to identify distributable accounts. -
distributableProjectRules: array
Distributable Project Rules
Title:
Distributable Project Rules
The distributable project rules resource is used to view, create, update, or delete distributable project rules for a joint venture. The project rules are used to identify project-related transactions that are distributable for a joint venture. -
distributionOnlyAccountSet: string
Title:
Account Set for Distribution Only Accounts
Maximum Length:30
The name of the account set assigned to the joint venture to identify accounts whose transactions will be distributed and not invoiced. -
emailAddress: string
Title:
Joint Interest Billing Report Sender's Email
Maximum Length:100
The email address of the managing partner. -
excludeJointVentureTransactionsFlag: boolean
Title:
Exclude Joint Venture Transactions
Maximum Length:1
Indicates whether invoices and journal entries created by joint venture processes are excluded from the Identify Joint Venture Transactions process. -
inceptionDate: string
(date)
Title:
Inception Date
The date when the joint venture became active and eligible for processing. -
jibOutputFormat: string
Title:
Joint Interest Billing Report Output Format
The format of the Joint Interest Billing report output associated with the joint venture. -
jibTemplateName: string
Title:
Joint Interest Billing Report Template
Maximum Length:100
The name of the Joint Interest Billing report template associated with the joint venture. -
jointVentureCostCenters: array
Cost Centers
Title:
Cost Centers
The cost centers resource is used to view, create, or delete a cost center associated with a joint venture. The joint venture cost center is used as selection criteria for retrieving transactions from the General Ledger and Subledger Accounting. -
jointVentureDescription: string
Title:
Description
Maximum Length:240
The description of the joint venture. -
jointVentureDFF: array
Joint Venture Descriptive Flexfieds
Title:
Joint Venture Descriptive Flexfieds
The joint venture descriptive flexfields resource is used to manage details about the descriptive flexfield references for a joint venture. -
jointVentureId: integer
(int64)
Title:
Joint Venture ID
Read Only:true
The unique identifier of the joint venture. -
jointVentureShortName: string
Title:
Joint Venture
Maximum Length:30
The unique name of the joint venture. -
jointVentureStatus: string
Title:
Status
The status of the joint venture. -
lastUpdateDate: string
(date-time)
Title:
Last Updated Date
Read Only:true
The date and time when the joint venture was last updated. -
lastUpdatedBy: string
Title:
Last Updated By
Read Only:true
Maximum Length:64
The user who last updated the joint venture. -
ledgerPeriodSet: string
Title:
Period Set Name
Read Only:true
Maximum Length:15
The name of the accounting calendar assigned to the primary ledger of the joint venture's business unit. -
ledgerPeriodType: string
Title:
Period Type
Read Only:true
Maximum Length:15
The type of accounting periods used by the primary ledger of the joint venture's business unit, such as weekly, monthly, or quarterly. -
liabilityAccount: string
Title:
Payables Liability Account
Maximum Length:255
The combination of segment values for the payables account used when creating a payables invoice. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
messages: array
Joint Venture Messages
Title:
Joint Venture Messages
The messages resource is used to view warning messages generated from the validation of a joint venture definition. -
minimumAPInvoiceAmount: number
Title:
Minimum Payables Invoice Amount
Default Value:0
The minimum amount required to create an accounts payables invoice. -
minimumARInvoiceAmount: number
Title:
Minimum Receivables Invoice Amount
Default Value:0
The minimum amount required to create an accounts receivable invoice. -
ownershipDefinitions: array
Ownership Definitions
Title:
Ownership Definitions
The ownership definitions resource is used to view, create, update, or delete an ownership definition associated with a joint venture. Joint Venture Management uses the ownership definition to calculate the split of costs and revenue among the stakeholders or partners in a joint venture. -
projectSet: string
Title:
Project Set
Maximum Length:30
The name of the project set assigned to the joint venture. -
receivableAccount: string
Title:
Receivable Account
The combination of segment values for the receivable account used when creating a receivables invoice. -
segment10Flag: boolean
Title:
Segment 10 Enabled
Maximum Length:1
Default Value:false
A flag for indicating whether Segment 10 of the chart of accounts instance is allowed to have values associated with it. -
segment10Label: string
Title:
Segment 10 Name
Read Only:true
The label for Segment 10 of the chart of accounts instance. -
segment10ValueSetCode: string
Title:
Segment 10 Value Set Code
Read Only:true
The code for the value set associated with Segment 10 of the chart of accounts instance. -
segment11Flag: boolean
Title:
Segment 11 Enabled
Maximum Length:1
Default Value:false
A flag for indicating whether Segment 11 of the chart of accounts instance is allowed to have values associated with it. -
segment11Label: string
Title:
Segment 11 Name
Read Only:true
The label for Segment 11 of the chart of accounts instance. -
segment11ValueSetCode: string
Title:
Segment 11 Value Set Code
Read Only:true
The code for the value set associated with Segment 11 of the chart of accounts instance. -
segment12Flag: boolean
Title:
Segment 12 Enabled
Maximum Length:1
Default Value:false
A flag for indicating whether Segment 12 of the chart of accounts instance is allowed to have values associated with it. -
segment12Label: string
Title:
Segment 12 Name
Read Only:true
The label for Segment 12 of the chart of accounts instance. -
segment12ValueSetCode: string
Title:
Segment 12 Value Set Code
Read Only:true
The code for the value set associated with Segment 12 of the chart of accounts instance. -
segment13Flag: boolean
Title:
Segment 13 Enabled
Maximum Length:1
Default Value:false
A flag for indicating whether Segment 13 of the chart of accounts instance is allowed to have values associated with it. -
segment13Label: string
Title:
Segment 13 Name
Read Only:true
The label for Segment 13 of the chart of accounts instance. -
segment13ValueSetCode: string
Title:
Segment 13 Value Set Code
Read Only:true
The code for the value set associated with Segment 13 of the chart of accounts instance. -
segment14Flag: boolean
Title:
Segment 14 Enabled
Maximum Length:1
Default Value:false
A flag for indicating whether Segment 14 of the chart of accounts instance is allowed to have values associated with it. -
segment14Label: string
Title:
Segment 14 Name
Read Only:true
The label for Segment 14 of the chart of accounts instance. -
segment14ValueSetCode: string
Title:
Segment 14 Value Set Code
Read Only:true
The code for the value set associated with Segment 14 of the chart of accounts instance. -
segment15Flag: boolean
Title:
Segment 15 Enabled
Maximum Length:1
Default Value:false
A flag for indicating whether Segment 15 of the chart of accounts instance is allowed to have values associated with it. -
segment15Label: string
Title:
Segment 15 Name
Read Only:true
The label for Segment 15 of the chart of accounts instance. -
segment15ValueSetCode: string
Title:
Segment 15 Value Set Code
Read Only:true
The code for the value set associated with Segment 15 of the chart of accounts instance. -
segment16Flag: boolean
Title:
Segment 16 Enabled
Maximum Length:1
Default Value:false
A flag for indicating whether Segment 16 of the chart of accounts instance is allowed to have values associated with it. -
segment16Label: string
Title:
Segment 16 Name
Read Only:true
The label for Segment 16 of the chart of accounts instance. -
segment16ValueSetCode: string
Title:
Segment 16 Value Set Code
Read Only:true
The code for the value set associated with Segment 16 of the chart of accounts instance. -
segment17Flag: boolean
Title:
Segment 17 Enabled
Maximum Length:1
Default Value:false
A flag for indicating whether Segment 17 of the chart of accounts instance is allowed to have values associated with it. -
segment17Label: string
Title:
Segment 17 Name
Read Only:true
The label for Segment 17 of the chart of accounts instance. -
segment17ValueSetCode: string
Title:
Segment 17 Value Set Code
Read Only:true
The code for the value set associated with Segment 17 of the chart of accounts instance. -
segment18Flag: boolean
Title:
Segment 18 Enabled
Maximum Length:1
Default Value:false
A flag for indicating whether Segment 18 of the chart of accounts instance is allowed to have values associated with it. -
segment18Label: string
Title:
Segment 18 Name
Read Only:true
The label for Segment 18 of the chart of accounts instance. -
segment18ValueSetCode: string
Title:
Segment 18 Value Set Code
Read Only:true
The code for the value set associated with Segment 18 of the chart of accounts instance. -
segment19Flag: boolean
Title:
Segment 19 Enabled
Maximum Length:1
Default Value:false
A flag for indicating whether Segment 19 of the chart of accounts instance is allowed to have values associated with it. -
segment19Label: string
Title:
Segment 19 Name
Read Only:true
The label for Segment 19 of the chart of accounts instance. -
segment19ValueSetCode: string
Title:
Segment 19 Value Set Code
Read Only:true
The code for the value set associated with Segment 19 of the chart of accounts instance. -
segment1Flag: boolean
Title:
Segment 1 Enabled
Maximum Length:1
Default Value:false
A flag for indicating whether Segment 1 of the chart of accounts instance is allowed to have values associated with it. -
segment1Label: string
Title:
Segment 1 Name
Read Only:true
The label for Segment 1 of the chart of accounts instance. -
segment1ValueSetCode: string
Title:
Segment 1 Value Set Code
Read Only:true
The code for the value set associated with Segment 1 of the chart of accounts instance. -
segment20Flag: boolean
Title:
Segment 20 Enabled
Maximum Length:1
Default Value:false
A flag for indicating whether Segment 20 of the chart of accounts instance is allowed to have values associated with it. -
segment20Label: string
Title:
Segment 20 Name
Read Only:true
The label for Segment 20 of the chart of accounts instance. -
segment20ValueSetCode: string
Title:
Segment 20 Value Set Code
Read Only:true
The code for the value set associated with Segment 20 of the chart of accounts instance. -
segment21Flag: boolean
Title:
Segment 21 Enabled
Maximum Length:1
Default Value:false
A flag for indicating whether Segment 21 of the chart of accounts instance is allowed to have values associated with it. -
segment21Label: string
Title:
Segment 21 Name
Read Only:true
The label for Segment 21 of the chart of accounts instance. -
segment21ValueSetCode: string
Title:
Segment 21 Value Set Code
Read Only:true
The code for the value set associated with Segment 21 of the chart of accounts instance. -
segment22Flag: boolean
Title:
Segment 22 Enabled
Maximum Length:1
Default Value:false
A flag for indicating whether Segment 22 of the chart of accounts instance is allowed to have values associated with it. -
segment22Label: string
Title:
Segment 22 Name
Read Only:true
The label for Segment 22 of the chart of accounts instance. -
segment22ValueSetCode: string
Title:
Segment 22 Value Set Code
Read Only:true
The code for the value set associated with Segment 22 of the chart of accounts instance. -
segment23Flag: boolean
Title:
Segment 23 Enabled
Maximum Length:1
Default Value:false
A flag for indicating whether Segment 23 of the chart of accounts instance is allowed to have values associated with it. -
segment23Label: string
Title:
Segment 23 Name
Read Only:true
The label for Segment 23 of the chart of accounts instance. -
segment23ValueSetCode: string
Title:
Segment 23 Value Set Code
Read Only:true
The code for the value set associated with Segment 23 of the chart of accounts instance. -
segment24Flag: boolean
Title:
Segment 24 Enabled
Maximum Length:1
Default Value:false
A flag for indicating whether Segment 24 of the chart of accounts instance is allowed to have values associated with it. -
segment24Label: string
Title:
Segment 24 Name
Read Only:true
The label for Segment 24 of the chart of accounts instance. -
segment24ValueSetCode: string
Title:
Segment 24 Value Set Code
Read Only:true
The code for the value set associated with Segment 24 of the chart of accounts instance. -
segment25Flag: boolean
Title:
Segment 25 Enabled
Maximum Length:1
Default Value:false
A flag for indicating whether Segment 25 of the chart of accounts instance is allowed to have values associated with it. -
segment25Label: string
Title:
Segment 25 Name
Read Only:true
The label for Segment 25 of the chart of accounts instance. -
segment25ValueSetCode: string
Title:
Segment 25 Value Set Code
Read Only:true
The code for the value set associated with Segment 25 of the chart of accounts instance. -
segment26Flag: boolean
Title:
Segment 26 Enabled
Maximum Length:1
Default Value:false
A flag for indicating whether Segment 26 of the chart of accounts instance is allowed to have values associated with it. -
segment26Label: string
Title:
Segment 26 Name
Read Only:true
The label for Segment 26 of the chart of accounts instance. -
segment26ValueSetCode: string
Title:
Segment 26 Value Set Code
Read Only:true
The code for the value set associated with Segment 26 of the chart of accounts instance. -
segment27Flag: boolean
Title:
Segment 27 Enabled
Maximum Length:1
Default Value:false
A flag for indicating whether Segment 27 of the chart of accounts instance is allowed to have values associated with it. -
segment27Label: string
Title:
Segment 27 Name
Read Only:true
The label for Segment 27 of the chart of accounts instance. -
segment27ValueSetCode: string
Title:
Segment 27 Value Set Code
Read Only:true
The code for the value set associated with Segment 27 of the chart of accounts instance. -
segment28Flag: boolean
Title:
Segment 28 Enabled
Maximum Length:1
Default Value:false
A flag for indicating whether Segment 28 of the chart of accounts instance is allowed to have values associated with it. -
segment28Label: string
Title:
Segment 28 Name
Read Only:true
The label for Segment 28 of the chart of accounts instance. -
segment28ValueSetCode: string
Title:
Segment 28 Value Set Code
Read Only:true
The code for the value set associated with Segment 28 of the chart of accounts instance. -
segment29Flag: boolean
Title:
Segment 29 Enabled
Maximum Length:1
Default Value:false
A flag for indicating whether Segment 29 of the chart of accounts instance is allowed to have values associated with it. -
segment29Label: string
Title:
Segment 29 Name
Read Only:true
The label for Segment 29 of the chart of accounts instance. -
segment29ValueSetCode: string
Title:
Segment 29 Value Set Code
Read Only:true
The code for the value set associated with Segment 29 of the chart of accounts instance. -
segment2Flag: boolean
Title:
Segment 2 Enabled
Maximum Length:1
Default Value:false
A flag for indicating whether Segment 2 of the chart of accounts instance is allowed to have values associated with it. -
segment2Label: string
Title:
Segment 2 Name
Read Only:true
The label for Segment 2 of the chart of accounts instance. -
segment2ValueSetCode: string
Title:
Segment 2 Value Set Code
Read Only:true
The code for the value set associated with Segment 2 of the chart of accounts instance. -
segment30Flag: boolean
Title:
Segment 30 Enabled
Maximum Length:1
Default Value:false
A flag for indicating whether Segment 30 of the chart of accounts instance is allowed to have values associated with it. -
segment30Label: string
Title:
Segment 30 Name
Read Only:true
The label for Segment 30 of the chart of accounts instance. -
segment30ValueSetCode: string
Title:
Segment 30 Value Set Code
Read Only:true
The code for the value set associated with Segment 30 of the chart of accounts instance. -
segment3Flag: boolean
Title:
Segment 3 Enabled
Maximum Length:1
Default Value:false
A flag for indicating whether Segment 3 of the chart of accounts instance is allowed to have values associated with it. -
segment3Label: string
Title:
Segment 3 Name
Read Only:true
The label for Segment 3 of the chart of accounts instance. -
segment3ValueSetCode: string
Title:
Segment 3 Value Set Code
Read Only:true
The code for the value set associated with Segment 3 of the chart of accounts instance. -
segment4Flag: boolean
Title:
Segment 4 Enabled
Maximum Length:1
Default Value:false
A flag for indicating whether Segment 4 of the chart of accounts instance is allowed to have values associated with it. -
segment4Label: string
Title:
Segment 4 Name
Read Only:true
The label for Segment 4 of the chart of accounts instance. -
segment4ValueSetCode: string
Title:
Segment 4 Value Set Code
Read Only:true
The code for the value set associated with Segment 4 of the chart of accounts instance. -
segment5Flag: boolean
Title:
Segment 5 Enabled
Maximum Length:1
Default Value:false
A flag for indicating whether Segment 5 of the chart of accounts instance is allowed to have values associated with it. -
segment5Label: string
Title:
Segment 5 Name
Read Only:true
The label for Segment 5 of the chart of accounts instance. -
segment5ValueSetCode: string
Title:
Segment 5 Value Set Code
Read Only:true
The code for the value set associated with Segment 5 of the chart of accounts instance. -
segment6Flag: boolean
Title:
Segment 6 Enabled
Maximum Length:1
Default Value:false
A flag for indicating whether Segment 6 of the chart of accounts instance is allowed to have values associated with it. -
segment6Label: string
Title:
Segment 6 Name
Read Only:true
The label for Segment 6 of the chart of accounts instance. -
segment6ValueSetCode: string
Title:
Segment 6 Value Set Code
Read Only:true
The code for the value set associated with Segment 6 of the chart of accounts instance. -
segment7Flag: boolean
Title:
Segment 7 Enabled
Maximum Length:1
Default Value:false
A flag for indicating whether Segment 7 of the chart of accounts instance is allowed to have values associated with it. -
segment7Label: string
Title:
Segment 7 Name
Read Only:true
The label for Segment 7 of the chart of accounts instance. -
segment7ValueSetCode: string
Title:
Segment 7 Value Set Code
Read Only:true
The code for the value set associated with Segment 7 of the chart of accounts instance. -
segment8Flag: boolean
Title:
Segment 8 Enabled
Maximum Length:1
Default Value:false
A flag for indicating whether Segment 8 of the chart of accounts instance is allowed to have values associated with it. -
segment8Label: string
Title:
Segment 8 Name
Read Only:true
The label for Segment 8 of the chart of accounts instance. -
segment8ValueSetCode: string
Title:
Segment 8 Value Set Code
Read Only:true
The code for the value set associated with Segment 8 of the chart of accounts instance. -
segment9Flag: boolean
Title:
Segment 9 Enabled
Maximum Length:1
Default Value:false
A flag for indicating whether Segment 9 of the chart of accounts instance is allowed to have values associated with it. -
segment9Label: string
Title:
Segment 9 Name
Read Only:true
The label for Segment 9 of the chart of accounts instance. -
segment9ValueSetCode: string
Title:
Segment 9 Value Set Code
Read Only:true
The code for the value set associated with Segment 9 of the chart of accounts instance. -
stakeholders: array
Stakeholders
Title:
Stakeholders
The stakeholders resource is used to view, create, update, or delete a joint venture stakeholder. A joint venture stakeholder is a participating entity in a joint venture. -
structureInstanceNumber: integer
(int64)
Title:
Structure Instance Number
Read Only:true
Chart of accounts structure instance number used to associate cost centers to the joint venture and identify distributable code combinations for GL and subledger accounting transactions. -
transactionsExistFlag: boolean
Title:
Joint Venture Transactions Exist
Read Only:true
Indicates whether there are existing transactions distributed between the partners of the joint venture. The default value is false.
Nested Schema : Attachments
Type:
array
Title:
Attachments
The attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : Distributable Project Rules
Type:
array
Title:
Distributable Project Rules
The distributable project rules resource is used to view, create, update, or delete distributable project rules for a joint venture. The project rules are used to identify project-related transactions that are distributable for a joint venture.
Show Source
Nested Schema : Cost Centers
Type:
array
Title:
Cost Centers
The cost centers resource is used to view, create, or delete a cost center associated with a joint venture. The joint venture cost center is used as selection criteria for retrieving transactions from the General Ledger and Subledger Accounting.
Show Source
Nested Schema : Joint Venture Descriptive Flexfieds
Type:
array
Title:
Joint Venture Descriptive Flexfieds
The joint venture descriptive flexfields resource is used to manage details about the descriptive flexfield references for a joint venture.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Joint Venture Messages
Type:
array
Title:
Joint Venture Messages
The messages resource is used to view warning messages generated from the validation of a joint venture definition.
Show Source
Nested Schema : Ownership Definitions
Type:
array
Title:
Ownership Definitions
The ownership definitions resource is used to view, create, update, or delete an ownership definition associated with a joint venture. Joint Venture Management uses the ownership definition to calculate the split of costs and revenue among the stakeholders or partners in a joint venture.
Show Source
Nested Schema : Stakeholders
Type:
array
Title:
Stakeholders
The stakeholders resource is used to view, create, update, or delete a joint venture stakeholder. A joint venture stakeholder is a participating entity in a joint venture.
Show Source
Nested Schema : jointVentures-attachments-item-response
Type:
Show Source
object
-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker Id
Attribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document Id
The unique identifier of the attached document. -
CategoryName: string
Title:
Category
Maximum Length:30
The category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created By
Read Only:true
Maximum Length:255
The user who created the record. -
CreatedByUserName: string
Title:
Created By User Name
Read Only:true
The user name who created the record. -
CreationDate: string
(date-time)
Title:
Creation Date
Read Only:true
The date when the record was created. -
DatatypeCode: string
Title:
Type
Maximum Length:30
Default Value:FILE
A value that indicates the data type. -
Description: string
Title:
Description
Maximum Length:255
The description of the attachment. -
DmDocumentId: string
Maximum Length:
255
The document ID from which the attachment is created. -
DmFolderPath: string
Title:
Dm Folder Path
Maximum Length:1000
The folder path from which the attachment is created. -
DmVersionNumber: string
Maximum Length:
255
The document version number from which the attachment is created. -
DownloadInfo: string
Title:
DownloadInfo
JSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status Code
The error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status Message
The error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration Date
The expiration date of the contents in the attachment. -
FileContents: string
(byte)
Title:
File Contents
The contents of the attachment. -
FileName: string
Title:
File Name
Maximum Length:2048
The file name of the attachment. -
FileUrl: string
Title:
File Url
The URI of the file. -
FileWebImage: string
(byte)
Title:
File Web Image
Read Only:true
The base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update Date
Read Only:true
The date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated By
Read Only:true
Maximum Length:255
The user who last updated the record. -
LastUpdatedByUserName: string
Title:
Last Updated By User
Read Only:true
The user name who last updated the record. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingAction
The name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
Title
The title of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content Type
The content type of the attachment. -
UploadedFileLength: integer
Title:
File Size
The size of the attachment file. -
UploadedFileName: string
Title:
Uploaded File Name
The name to assign to a new attachment file. -
UploadedText: string
Title:
Uploaded Text
The text content for a new text attachment. -
Uri: string
Title:
Uri
Maximum Length:4000
The URI of a Topology Manager type attachment. -
Url: string
Title:
Url
Maximum Length:4000
The URL of a web page type attachment. -
UserName: string
Title:
User Name
Read Only:true
Maximum Length:255
The login credentials of the user who created the attachment.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object
-
href: string
Title:
hyperlink reference
The URI to the related resource. -
kind: string
Title:
kind
Allowed Values:[ "collection", "item", "describe", "other" ]
The kind of the related resource. -
name: string
Title:
name
The name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relation
Allowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]
The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object
-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : jointVentures-distributableProjectRules-item-response
Type:
Show Source
object
-
createdBy: string
Title:
Created By
Read Only:true
Maximum Length:64
The user who created the distributable project rule. -
creationDate: string
(date-time)
Title:
Creation Date
Read Only:true
The date and time when the distributable project rule was created. -
distributableProjectDFF: array
distributableProjectDFF
-
distributableProjectRuleId: integer
(int64)
Title:
Distributable Project Rule ID
Read Only:true
The unique identifier of the distributable project rule. -
expenditureType: string
Title:
Expenditure Type Name
The name of the expenditure type. -
expenditureTypeDescription: string
Title:
Expenditure Type Description
Read Only:true
The description of the expenditure type. -
lastUpdateDate: string
(date-time)
Title:
Last Updated Date
Read Only:true
The date and time when the distributable project rule was last updated. -
lastUpdatedBy: string
Title:
Last Updated By
Read Only:true
Maximum Length:64
The user who last updated the distributable project rule. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
project: string
Title:
Project Number
The number of the project. -
projectName: string
Title:
Project Name
Read Only:true
The name of the project. -
task: string
Title:
Task Number
The number of the task. -
taskName: string
Title:
Task Name
Read Only:true
The name of the task.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : jointVentures-distributableProjectRules-distributableProjectDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Segment
Maximum Length:150
-
__FLEX_Context_DisplayValue: string
Title:
Context Segment
-
DistributableProjectValueId: integer
(int64)
Title:
Distributable Project Rule ID
Read Only:true
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : jointVentures-jointVentureCostCenters-item-response
Type:
Show Source
object
-
costCenterDFF: array
Cost Center Descriptive Flexfields
Title:
Cost Center Descriptive Flexfields
The cost center descriptive flexfields resource is used to manage details about the descriptive flexfield references for a cost center associated with a joint venture. -
costCenterId: integer
(int64)
Title:
Primary Segment Value ID
Read Only:true
The unique identifier of the cost center. -
costCenterSegmentDescription: string
Title:
Primary Segment Value Description
The description of the cost center. -
costCenterSegmentValue: string
Title:
Primary Segment Value
Maximum Length:25
A valid value defined for the segment labeled as cost center within the chart of accounts instance associated with the joint venture. -
createdBy: string
Title:
Created By
Read Only:true
Maximum Length:64
The user who created the joint venture cost center. -
creationDate: string
(date-time)
Title:
Creation Date
Read Only:true
The data and time when the joint venture cost center was created. -
distributableValueSets: array
Distributable Value Sets
Title:
Distributable Value Sets
The distributable value sets resource is used to view, create, update, or delete a group of segment values for a chart of accounts instance. The group of segment values is used to identify code combinations of financial transactions to be distributed among joint venture stakeholders. -
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : Cost Center Descriptive Flexfields
Type:
array
Title:
Cost Center Descriptive Flexfields
The cost center descriptive flexfields resource is used to manage details about the descriptive flexfield references for a cost center associated with a joint venture.
Show Source
Nested Schema : Distributable Value Sets
Type:
array
Title:
Distributable Value Sets
The distributable value sets resource is used to view, create, update, or delete a group of segment values for a chart of accounts instance. The group of segment values is used to identify code combinations of financial transactions to be distributed among joint venture stakeholders.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : jointVentures-jointVentureCostCenters-costCenterDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Segment
Maximum Length:150
The descriptive flexfield context name for the cost center associated with the joint venture. -
__FLEX_Context_DisplayValue: string
Title:
Context Segment
The descriptive flexfield context display value for the cost center associated with the joint venture. -
CostCenterId: integer
(int64)
Title:
Primary Segment Value ID
The unique identifier of the cost center. -
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : jointVentures-jointVentureCostCenters-distributableValueSets-item-response
Type:
Show Source
object
-
createdBy: string
Title:
Created By
Read Only:true
Maximum Length:64
The user who created the distributable value set. -
creationDate: string
(date-time)
Title:
Creation Date
Read Only:true
The date and time when the distributable value set was created. -
distributableValueSetDFF: array
distributableValueSetDFF
-
distributableValuesId: integer
(int64)
Title:
Distributable Values ID
Read Only:true
The unique identifier of the distributable value set. -
lastUpdateDate: string
(date-time)
Title:
Last Updated Date
Read Only:true
The date and time when the distributable value set was last updated. -
lastUpdatedBy: string
Title:
Last Updated By
Read Only:true
Maximum Length:64
The user who last updated the distributable value set. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
segment10Description: string
Title:
Segment 10 Description
The description associated with the Segment 10 value. -
segment10Value: string
Title:
Segment 10 Value
Maximum Length:25
A valid value for Segment 10 of the chart of accounts instance associated with the joint venture. -
segment11Description: string
Title:
Segment 11 Description
The description associated with the Segment 11 value. -
segment11Value: string
Title:
Segment 11 Value
Maximum Length:25
A valid value for Segment 11 of the chart of accounts instance associated with the joint venture. -
segment12Description: string
Title:
Segment 12 Description
The description associated with the Segment 12 value. -
segment12Value: string
Title:
Segment 12 Value
Maximum Length:25
A valid value for Segment 12 of the chart of accounts instance associated with the joint venture. -
segment13Description: string
Title:
Segment 13 Description
The description associated with the Segment 13 value. -
segment13Value: string
Title:
Segment 13 Value
Maximum Length:25
A valid value for Segment 13 of the chart of accounts instance associated with the joint venture. -
segment14Description: string
Title:
Segment 14 Description
The description associated with the Segment 14 value. -
segment14Value: string
Title:
Segment 14 Value
Maximum Length:25
A valid value for Segment 14 of the chart of accounts instance associated with the joint venture. -
segment15Description: string
Title:
Segment 15 Description
The description associated with the Segment 15 value. -
segment15Value: string
Title:
Segment 15 Value
Maximum Length:25
A valid value for Segment 15 of the chart of accounts instance associated with the joint venture. -
segment16Description: string
Title:
Segment 16 Description
The description associated with the Segment 16 value. -
segment16Value: string
Title:
Segment 16 Value
Maximum Length:25
A valid value for Segment 16 of the chart of accounts instance associated with the joint venture. -
segment17Description: string
Title:
Segment 17 Description
The description associated with the Segment 17 value. -
segment17Value: string
Title:
Segment 17 Value
Maximum Length:25
A valid value for Segment 17 of the chart of accounts instance associated with the joint venture. -
segment18Description: string
Title:
Segment 18 Description
The description associated with the Segment 18 value. -
segment18Value: string
Title:
Segment 18 Value
Maximum Length:25
A valid value for Segment 18 of the chart of accounts instance associated with the joint venture. -
segment19Description: string
Title:
Segment 19 Description
The description associated with the Segment 19 value. -
segment19Value: string
Title:
Segment 19 Value
Maximum Length:25
A valid value for Segment 19 of the chart of accounts instance associated with the joint venture. -
segment1Description: string
Title:
Segment 1 Description
The description associated with the Segment 1 value. -
segment1Value: string
Title:
Segment 1 Value
Maximum Length:25
A valid value for Segment 1 of the chart of accounts instance associated with the joint venture. -
segment20Description: string
Title:
Segment 20 Description
The description associated with the Segment 20 value. -
segment20Value: string
Title:
Segment 20 Value
Maximum Length:25
A valid value for Segment 20 of the chart of accounts instance associated with the joint venture. -
segment21Description: string
Title:
Segment 21 Description
The description associated with the Segment 21 value. -
segment21Value: string
Title:
Segment 21 Value
Maximum Length:25
A valid value for Segment 21 of the chart of accounts instance associated with the joint venture. -
segment22Description: string
Title:
Segment 22 Description
The description associated with the Segment 22 value. -
segment22Value: string
Title:
Segment 22 Value
Maximum Length:25
A valid value for Segment 22 of the chart of accounts instance associated with the joint venture. -
segment23Description: string
Title:
Segment 23 Description
The description associated with the Segment 23 value. -
segment23Value: string
Title:
Segment 23 Value
Maximum Length:25
A valid value for Segment 23 of the chart of accounts instance associated with the joint venture. -
segment24Description: string
Title:
Segment 24 Description
The description associated with the Segment 24 value. -
segment24Value: string
Title:
Segment 24 Value
Maximum Length:25
A valid value for Segment 24 of the chart of accounts instance associated with the joint venture. -
segment25Description: string
Title:
Segment 25 Description
The description associated with the Segment 25 value. -
segment25Value: string
Title:
Segment 25 Value
Maximum Length:25
A valid value for Segment 25 of the chart of accounts instance associated with the joint venture. -
segment26Description: string
Title:
Segment 26 Description
The description associated with the Segment 26 value. -
segment26Value: string
Title:
Segment 26 Value
Maximum Length:25
A valid value for Segment 26 of the chart of accounts instance associated with the joint venture. -
segment27Description: string
Title:
Segment 27 Description
The description associated with the Segment 27 value. -
segment27Value: string
Title:
Segment 27 Value
Maximum Length:25
A valid value for Segment 27 of the chart of accounts instance associated with the joint venture. -
segment28Description: string
Title:
Segment 28 Description
The description associated with the Segment 28 value. -
segment28Value: string
Title:
Segment 28 Value
Maximum Length:25
A valid value for Segment 28 of the chart of accounts instance associated with the joint venture. -
segment29Description: string
Title:
Segment 29 Description
The description associated with the Segment 29 value. -
segment29Value: string
Title:
Segment 29 Value
Maximum Length:25
A valid value for Segment 29 of the chart of accounts instance associated with the joint venture. -
segment2Description: string
Title:
Segment 2 Description
The description associated with the Segment 2 value. -
segment2Value: string
Title:
Segment 2 Value
Maximum Length:25
A valid value for Segment 2 of the chart of accounts instance associated with the joint venture. -
segment30Description: string
Title:
Segment 30 Description
The description associated with the Segment 30 value. -
segment30Value: string
Title:
Segment 30 Value
Maximum Length:25
A valid value for Segment 30 of the chart of accounts instance associated with the joint venture. -
segment3Description: string
Title:
Segment 3 Description
The description associated with the Segment 3 value. -
segment3Value: string
Title:
Segment 3 Value
Maximum Length:25
A valid value for Segment 3 of the chart of accounts instance associated with the joint venture. -
segment4Description: string
Title:
Segment 4 Description
The description associated with the Segment 4 value. -
segment4Value: string
Title:
Segment 4 Value
Maximum Length:25
A valid value for Segment 4 of the chart of accounts instance associated with the joint venture. -
segment5Description: string
Title:
Segment 5 Description
The description associated with the Segment 5 value. -
segment5Value: string
Title:
Segment 5 Value
Maximum Length:25
A valid value for Segment 5 of the chart of accounts instance associated with the joint venture. -
segment6Description: string
Title:
Segment 6 Description
The description associated with the Segment 6 value. -
segment6Value: string
Title:
Segment 6 Value
Maximum Length:25
A valid value for Segment 6 of the chart of accounts instance associated with the joint venture. -
segment7Description: string
Title:
Segment 7 Description
The description associated with the Segment 7 value. -
segment7Value: string
Title:
Segment 7 Value
Maximum Length:25
A valid value for Segment 7 of the chart of accounts instance associated with the joint venture. -
segment8Description: string
Title:
Segment 8 Description
The description associated with the Segment 8 value. -
segment8Value: string
Title:
Segment 8 Value
Maximum Length:25
A valid value for Segment 8 of the chart of accounts instance associated with the joint venture. -
segment9Description: string
Title:
Segment 9 Description
The description associated with the Segment 9 value. -
segment9Value: string
Title:
Segment 9 Value
Maximum Length:25
A valid value for Segment 9 of the chart of accounts instance associated with the joint venture.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : jointVentures-jointVentureCostCenters-distributableValueSets-distributableValueSetDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Segment
Maximum Length:150
-
__FLEX_Context_DisplayValue: string
Title:
Context Segment
-
DistributableValuesId: integer
(int64)
Title:
Distributable Values ID
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : jointVentures-jointVentureDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Segment
Maximum Length:150
The descriptive flexfield context name for the joint venture. -
__FLEX_Context_DisplayValue: string
Title:
Context Segment
The descriptive flexfield context display value for the joint venture. -
JointVentureId: integer
(int64)
Title:
Joint Venture ID
The unique identifier of the joint venture. -
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : jointVentures-messages-item-response
Type:
Show Source
object
-
detail: string
Title:
Message Detail
Read Only:true
The joint venture message text. -
errorCode: string
Title:
Error Code
Read Only:true
Maximum Length:255
The unique identifier of the joint venture message. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
resourceType: string
Title:
Resource Type
Read Only:true
Maximum Length:255
The joint venture resource associated with the message.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : jointVentures-ownershipDefinitions-item-response
Type:
Show Source
object
-
activeFlag: boolean
Title:
Invoicing Partner Active
Read Only:true
Indicates whether the ownership definition is active or not. -
agreement: string
Title:
Agreement
Read Only:true
Maximum Length:30
The name of the carried interest agreement. -
attachments: array
Attachments
Title:
Attachments
The attachments resource is used to view, create, and update attachments. -
changeReason: string
Title:
Change Reason
Maximum Length:255
Indicates the reason for changing the effective dates on the ownership definition. -
changeReasonAdditionalText: string
Title:
Change Reason Additional Information
Maximum Length:240
Additional information describing the reason for changing the ownership definition. -
createdBy: string
Title:
Created By
Read Only:true
Maximum Length:64
The user who created the ownership definition. -
creationDate: string
(date-time)
Title:
Creation Date
Read Only:true
The date and time the ownership definition was created. -
defaultOwnershipDefinitionFlag: boolean
Title:
Default Ownership Definition
Read Only:true
Indicates that the ownership definition is the default ownership definition of the joint venture. -
distributionExist: string
Title:
Distributions Exist
Read Only:true
Indicates whether joint venture distributions exist for the ownership definition. -
effectiveEndDate: string
(date)
Title:
End Date
The end date of the effective date range of the ownership definition. -
effectiveStartDate: string
(date)
Title:
Start Date
The start date of the effective date range of the ownership definition. -
externalStakeholderExistsFlag: boolean
Title:
External Stakeholder Exists
Read Only:true
Indicates that the ownership definition has at least one external stakeholder. -
internalStakeholderExistsFlag: boolean
Title:
Internal Stakeholder Exists
Read Only:true
Indicates that the ownership definition has at least one internal stakeholder. -
jointVentureDescription: string
Title:
Joint Venture Description
Read Only:true
Maximum Length:240
The description of the joint venture. -
jointVentureName: string
Title:
Joint Venture Name
Read Only:true
Maximum Length:30
The name of the joint venture. -
lastUpdateDate: string
(date-time)
Title:
Last Updated Date
Read Only:true
The date and time the ownership definition was last updated. -
lastUpdatedBy: string
Title:
Last Updated By
Read Only:true
Maximum Length:64
The user who last updated the ownership definition. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ownershipChangeFlag: boolean
Title:
Ownership Definition Changed
Read Only:true
Maximum Length:1
Default Value:false
Indicates whether the ownership definition has changed and the associated joint venture distributions need to be rebilled. -
ownershipDefinitionDescription: string
Title:
Description
Maximum Length:240
A description of the ownership definition. -
ownershipDefinitionDFF: array
Ownership Definition Descriptive Flexfields
Title:
Ownership Definition Descriptive Flexfields
The ownership definition descriptive flexfields resource is used to manage details about the descriptive flexfield references for an ownership definition associated with a joint venture. -
ownershipDefinitionId: integer
(int64)
Title:
Ownership Definition ID
Read Only:true
The unique identifier of the ownership definition. -
ownershipDefinitionShortName: string
Title:
Ownership Definition
Maximum Length:30
The short name of the ownership definition that is used as an identifier across effective dates for the joint venture. -
ownershipDefinitionStatus: string
Title:
Status
Maximum Length:255
The status of the ownership definition. -
ownershipPercentages: array
Ownership Percentages
Title:
Ownership Percentages
The ownership percentages resource is used to view, create, update, or delete each stakeholder???s percentage of ownership in an ownership definition. The percentages must total 100 percent for all stakeholders in the ownership definition. -
ownershipVersion: integer
(int32)
Title:
Ownership Definition Version
Read Only:true
The version number of the ownership definition. -
sourceOwnershipDefinition: string
Title:
Source Ownership Definition
Read Only:true
Maximum Length:30
The name of the ownership definition used as the basis for creating the carried interest ownership definition. -
sourceOwnershipDefinitionDescription: string
Title:
Description
Read Only:true
Maximum Length:240
The description of the ownership definition used as the basis for creating the carried interest ownership definition. -
stakeholderGroup: string
Title:
Stakeholder Group
Read Only:true
Maximum Length:30
The name of the stakeholder group associated with the carried interest ownership definition. -
stakeholderGroupDescription: string
Title:
Description
Read Only:true
Maximum Length:240
The description of the stakeholder group associated with the carried interest ownership definition. -
totalPercentage: integer
Title:
Total Percentage
Read Only:true
The sum of all percentages of ownership in the ownership definition.
Nested Schema : Attachments
Type:
array
Title:
Attachments
The attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Ownership Definition Descriptive Flexfields
Type:
array
Title:
Ownership Definition Descriptive Flexfields
The ownership definition descriptive flexfields resource is used to manage details about the descriptive flexfield references for an ownership definition associated with a joint venture.
Show Source
Nested Schema : Ownership Percentages
Type:
array
Title:
Ownership Percentages
The ownership percentages resource is used to view, create, update, or delete each stakeholder???s percentage of ownership in an ownership definition. The percentages must total 100 percent for all stakeholders in the ownership definition.
Show Source
Nested Schema : jointVentures-ownershipDefinitions-attachments-item-response
Type:
Show Source
object
-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker Id
Attribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document Id
The unique identifier of the attached document. -
CategoryName: string
Title:
Category
Maximum Length:30
The category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created By
Read Only:true
Maximum Length:255
The user who created the record. -
CreatedByUserName: string
Title:
Created By User Name
Read Only:true
The user name who created the record. -
CreationDate: string
(date-time)
Title:
Creation Date
Read Only:true
The date when the record was created. -
DatatypeCode: string
Title:
Type
Maximum Length:30
Default Value:FILE
A value that indicates the data type. -
Description: string
Title:
Description
Maximum Length:255
The description of the attachment. -
DmDocumentId: string
Maximum Length:
255
The document ID from which the attachment is created. -
DmFolderPath: string
Title:
Dm Folder Path
Maximum Length:1000
The folder path from which the attachment is created. -
DmVersionNumber: string
Maximum Length:
255
The document version number from which the attachment is created. -
DownloadInfo: string
Title:
DownloadInfo
JSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status Code
The error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status Message
The error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration Date
The expiration date of the contents in the attachment. -
FileContents: string
(byte)
Title:
File Contents
The contents of the attachment. -
FileName: string
Title:
File Name
Maximum Length:2048
The file name of the attachment. -
FileUrl: string
Title:
File Url
The URI of the file. -
FileWebImage: string
(byte)
Title:
File Web Image
Read Only:true
The base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update Date
Read Only:true
The date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated By
Read Only:true
Maximum Length:255
The user who last updated the record. -
LastUpdatedByUserName: string
Title:
Last Updated By User
Read Only:true
The user name who last updated the record. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingAction
The name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
Title
The title of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content Type
The content type of the attachment. -
UploadedFileLength: integer
Title:
File Size
The size of the attachment file. -
UploadedFileName: string
Title:
Uploaded File Name
The name to assign to a new attachment file. -
UploadedText: string
Title:
Uploaded Text
The text content for a new text attachment. -
Uri: string
Title:
Uri
Maximum Length:4000
The URI of a Topology Manager type attachment. -
Url: string
Title:
Url
Maximum Length:4000
The URL of a web page type attachment. -
UserName: string
Title:
User Name
Read Only:true
Maximum Length:255
The login credentials of the user who created the attachment.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : jointVentures-ownershipDefinitions-ownershipDefinitionDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Segment
Maximum Length:150
The descriptive flexfield context name for the ownership definition associated with the joint venture. -
__FLEX_Context_DisplayValue: string
Title:
Context Segment
The descriptive flexfield context display value for the ownership definition associated with the joint venture. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
OwnershipPercentageId: integer
(int64)
The unique identifier of the ownership definition.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : jointVentures-ownershipDefinitions-ownershipPercentages-item-response
Type:
Show Source
object
-
createdBy: string
Title:
Created By
Read Only:true
Maximum Length:64
The user who created the ownership percentage. -
creationDate: string
(date-time)
Title:
Creation Date
Read Only:true
The date and time when the ownership percentage was created. -
distributionOnlyFlag: boolean
Title:
Distribution Only
Maximum Length:1
Indicates that the joint venture stakeholder is only participating in the transaction distribution and is not being invoiced. -
internalStakeholderFlag: boolean
Title:
Stakeholder Type
Read Only:true
Maximum Length:1
Indicates that the joint venture stakeholder is an internal stakeholder. -
invoicingPartnerId: integer
(int64)
Title:
Invoicing Partner ID
Read Only:true
The unique identifier of the invoicing partner. -
lastUpdateDate: string
(date-time)
Title:
Last Updated Date
Read Only:true
The date and time the ownership percentage was last updated. -
lastUpdatedBy: string
Title:
Last Updated By
Read Only:true
Maximum Length:64
The user who last updated the ownership percentage. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ownershipDefinitionName: string
Title:
Ownership Definition
Read Only:true
Maximum Length:30
The name of the ownership definition. -
ownershipPercentageDFF: array
Ownership Percentage Descriptive Flexfields
Title:
Ownership Percentage Descriptive Flexfields
The ownership percentage descriptive flexfields resource is used to manage details about the descriptive flexfield references for an ownership percentage associated with an ownership definition. -
ownershipPercentageId: integer
(int64)
Title:
Ownership Percentage ID
Read Only:true
The unique identifier of the ownership percentage. -
percentageOfInterest: number
Title:
Ownership Percentage
Default Value:0
The percent of ownership a stakeholder has in a joint venture transaction. -
roundingPartnerFlag: boolean
Title:
Rounding Partner
Maximum Length:1
Indicates that the joint venture stakeholder is the rounding partner, receiving any extra cost or revenue after the split. Only one stakeholder in an ownership definition can be the rounding partner. -
stakeholderDescription: string
Title:
Description
Read Only:true
Maximum Length:240
The description of the joint venture stakeholder. -
stakeholderName: string
Title:
Stakeholder
The name of the joint venture stakeholder.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Ownership Percentage Descriptive Flexfields
Type:
array
Title:
Ownership Percentage Descriptive Flexfields
The ownership percentage descriptive flexfields resource is used to manage details about the descriptive flexfield references for an ownership percentage associated with an ownership definition.
Show Source
Nested Schema : jointVentures-ownershipDefinitions-ownershipPercentages-ownershipPercentageDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Segment
Maximum Length:150
The descriptive flexfield context name for the ownership percentage associated with the ownership definition. -
__FLEX_Context_DisplayValue: string
Title:
Context Segment
The descriptive flexfield context display value for the ownership percentage associated with the ownership definition. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
OwnershipLineId: integer
(int64)
The unique identifier of the ownership percentage.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : jointVentures-stakeholders-item-response
Type:
Show Source
object
-
attachments: array
Attachments
Title:
Attachments
The attachments resource is used to view, create, and update attachments. -
classification: string
Title:
Classification
Indicates the classification of a stakeholder as an operator or a nonoperator. -
costCenterSegmentValue: string
Title:
Cost Center
Maximum Length:25
The cost center segment value associated with the joint venture stakeholder. -
createdBy: string
Title:
Created By
Read Only:true
Maximum Length:64
The user who created the joint venture stakeholder. -
creationDate: string
(date-time)
Title:
Creation Date
Read Only:true
The data and time the joint venture stakeholder was created. -
distributionOnlyFlag: boolean
Title:
Distribution Only
Maximum Length:1
The flag that indicates whether the joint venture stakeholder is only participating in the transaction distribution and not being invoiced. -
internalStakeholderFlag: boolean
Title:
Stakeholder Type
Maximum Length:1
The flag that indicates whether the joint venture stakeholder is internal or external. -
invoicingPartnerName: string
Title:
Invoicing Partner
Maximum Length:255
The invoicing partner name associated with the joint venture stakeholder. -
jibOutputFormat: string
Title:
Joint Interest Billing Report Output Format
The format of the Joint Interest Billing report output associated with the stakeholder. -
jibTemplateName: string
Title:
Joint Interest Billing Report Template
Maximum Length:100
The name of the Joint Interest Billing report template associated with the stakeholder. -
lastUpdateDate: string
(date-time)
Title:
Last Updated Date
Read Only:true
The date and time the joint venture stakeholder was last updated. -
lastUpdatedBy: string
Title:
Last Updated By
Read Only:true
Maximum Length:64
The user who last updated the joint venture stakeholder. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
partyAddress: string
Title:
Party Address
Maximum Length:960
The address of the party. -
partyEmail: string
Title:
Party Email
Maximum Length:255
The email address of the party. -
partyName: string
Title:
Contact Person
Maximum Length:255
The name of the party. -
partyNumber: string
Title:
Party Number
Maximum Length:255
The party number. -
partyPhone: string
Title:
Party Phone
The phone number of the party. -
preferredCurrencyCode: string
Title:
Preferred Currency
Maximum Length:15
The preferred currency code defined for the stakeholder to use when creating joint venture invoices. -
stakeholderDescription: string
Title:
Description
Maximum Length:240
The description of the joint venture stakeholder. -
stakeholderDFF: array
Stakeholder Descriptive Flexfields
Title:
Stakeholder Descriptive Flexfields
The stakeholder descriptive flexfields resource is used to manage details about the descriptive flexfield references for a joint venture stakeholder. -
stakeholderId: integer
(int64)
Title:
Stakeholder ID
Read Only:true
The unique identifier for joint venture stakeholder. -
stakeholderShortName: string
Title:
Stakeholder
Maximum Length:30
The short name of the joint venture stakeholder. -
stakeholderStatus: string
Title:
Status
Maximum Length:255
The status of the joint venture stakeholder. -
stakeholderTypeCode: string
Title:
Stakeholder Category
Maximum Length:255
The joint venture stakeholder type.
Nested Schema : Attachments
Type:
array
Title:
Attachments
The attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Stakeholder Descriptive Flexfields
Type:
array
Title:
Stakeholder Descriptive Flexfields
The stakeholder descriptive flexfields resource is used to manage details about the descriptive flexfield references for a joint venture stakeholder.
Show Source
Nested Schema : jointVentures-stakeholders-attachments-item-response
Type:
Show Source
object
-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker Id
Attribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document Id
The unique identifier of the attached document. -
CategoryName: string
Title:
Category
Maximum Length:30
The category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created By
Read Only:true
Maximum Length:255
The user who created the record. -
CreatedByUserName: string
Title:
Created By User Name
Read Only:true
The user name who created the record. -
CreationDate: string
(date-time)
Title:
Creation Date
Read Only:true
The date when the record was created. -
DatatypeCode: string
Title:
Type
Maximum Length:30
Default Value:FILE
A value that indicates the data type. -
Description: string
Title:
Description
Maximum Length:255
The description of the attachment. -
DmDocumentId: string
Maximum Length:
255
The document ID from which the attachment is created. -
DmFolderPath: string
Title:
Dm Folder Path
Maximum Length:1000
The folder path from which the attachment is created. -
DmVersionNumber: string
Maximum Length:
255
The document version number from which the attachment is created. -
DownloadInfo: string
Title:
DownloadInfo
JSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status Code
The error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status Message
The error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration Date
The expiration date of the contents in the attachment. -
FileContents: string
(byte)
Title:
File Contents
The contents of the attachment. -
FileName: string
Title:
File Name
Maximum Length:2048
The file name of the attachment. -
FileUrl: string
Title:
File Url
The URI of the file. -
FileWebImage: string
(byte)
Title:
File Web Image
Read Only:true
The base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update Date
Read Only:true
The date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated By
Read Only:true
Maximum Length:255
The user who last updated the record. -
LastUpdatedByUserName: string
Title:
Last Updated By User
Read Only:true
The user name who last updated the record. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingAction
The name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
Title
The title of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content Type
The content type of the attachment. -
UploadedFileLength: integer
Title:
File Size
The size of the attachment file. -
UploadedFileName: string
Title:
Uploaded File Name
The name to assign to a new attachment file. -
UploadedText: string
Title:
Uploaded Text
The text content for a new text attachment. -
Uri: string
Title:
Uri
Maximum Length:4000
The URI of a Topology Manager type attachment. -
Url: string
Title:
Url
Maximum Length:4000
The URL of a web page type attachment. -
UserName: string
Title:
User Name
Read Only:true
Maximum Length:255
The login credentials of the user who created the attachment.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : jointVentures-stakeholders-stakeholderDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Segment
Maximum Length:150
The descriptive flexfield context name for the joint venture stakeholder. -
__FLEX_Context_DisplayValue: string
Title:
Context Segment
The descriptive flexfield context display value for the joint venture stakeholder. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
StakeholderId: integer
(int64)
The unique identifier of the joint venture stakeholder.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Examples
The following example shows how to retrieve multiple joint venture definitions 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/jointVentures
Response Body Example
The following shows an example of the response body in JSON format.
{ "items" : [ { "jointVentureId" : 300100184768451, "jointVentureShortName" : "ND.OIL.FRACKING", "jointVentureDescription" : "North Dakota Oil Fracking Division", "jointVentureStatus" : "In Progress", "approvedFlag" : false, "approvedDate" : null, "chartOfAccountsInstanceName" : "Operations Accounting Flex", "transactionsExistFlag" : false, "createdBy" : "username", "creationDate" : "2020-01-29T05:12:38+00:00", "lastUpdatedBy" : "username", "lastUpdateDate" : "2020-02-03T04:13:43+00:00", "segment1Flag" : false, "segment2Flag" : true, "segment3Flag" : true, "segment4Flag" : false, "segment5Flag" : false, "segment6Flag" : false, "segment7Flag" : false, "segment8Flag" : false, "segment9Flag" : false, "segment10Flag" : false, "segment11Flag" : false, "segment12Flag" : false, "segment13Flag" : false, "segment14Flag" : false, "segment15Flag" : false, "segment16Flag" : false, "segment17Flag" : false, "segment18Flag" : false, "segment19Flag" : false, "segment20Flag" : false, "segment21Flag" : false, "segment22Flag" : false, "segment23Flag" : false, "segment24Flag" : false, "segment25Flag" : false, "segment26Flag" : false, "segment27Flag" : false, "segment28Flag" : false, "segment29Flag" : false, "segment30Flag" : false, "segment1ValueSetCode" : "Operations Company", "segment2ValueSetCode" : "Operations Department", "segment3ValueSetCode" : "Operations Account", "segment4ValueSetCode" : "Operations Sub-Account", "segment5ValueSetCode" : "Operations Product", "segment6ValueSetCode" : null, "segment7ValueSetCode" : null, "segment8ValueSetCode" : null, "segment9ValueSetCode" : null, "segment10ValueSetCode" : null, "segment11ValueSetCode" : null, "segment12ValueSetCode" : null, "segment13ValueSetCode" : null, "segment14ValueSetCode" : null, "segment15ValueSetCode" : null, "segment16ValueSetCode" : null, "segment17ValueSetCode" : null, "segment18ValueSetCode" : null, "segment19ValueSetCode" : null, "segment20ValueSetCode" : null, "segment21ValueSetCode" : null, "segment22ValueSetCode" : null, "segment23ValueSetCode" : null, "segment24ValueSetCode" : null, "segment25ValueSetCode" : null, "segment26ValueSetCode" : null, "segment27ValueSetCode" : null, "segment28ValueSetCode" : null, "segment29ValueSetCode" : null, "segment30ValueSetCode" : null, "segment1Label" : "Company", "segment2Label" : "Department", "segment3Label" : "Account", "segment4Label" : "Sub-Account", "segment5Label" : "Product", "segment6Label" : null, "segment7Label" : null, "segment8Label" : null, "segment9Label" : null, "segment10Label" : null, "segment11Label" : null, "segment12Label" : null, "segment13Label" : null, "segment14Label" : null, "segment15Label" : null, "segment16Label" : null, "segment17Label" : null, "segment18Label" : null, "segment19Label" : null, "segment20Label" : null, "segment21Label" : null, "segment22Label" : null, "segment23Label" : null, "segment24Label" : null, "segment25Label" : null, "segment26Label" : null, "segment27Label" : null, "segment28Label" : null, "segment29Label" : null, "segment30Label" : null, "defaultOwnershipDefinitionName" : null, "businessUnitName" : "Vision Operations", "costCenterSegment" : 2, "structureInstanceNumber" : 101, "defaultLedger" : "Vision Operations (USA)", }, { "jointVentureId" : 300100184768422, "jointVentureShortName" : "APOLLOBASIN", "jointVentureDescription" : "Oklahoma panhandle project.\nLot32, Parcel 1TR5-A", "jointVentureStatus" : "Active", "approvedFlag" : true, "approvedDate" : "2020-01-28", "chartOfAccountsInstanceName" : "Operations Accounting Flex", "transactionsExistFlag" : true, "createdBy" : "username", "creationDate" : "2020-01-28T19:45:48+00:00", "lastUpdatedBy" : "username", "lastUpdateDate" : "2020-02-06T21:23:00+00:00", "segment1Flag" : false, "segment2Flag" : true, "segment3Flag" : true, "segment4Flag" : false, "segment5Flag" : false, "segment6Flag" : false, "segment7Flag" : false, "segment8Flag" : false, "segment9Flag" : false, "segment10Flag" : false, "segment11Flag" : false, "segment12Flag" : false, "segment13Flag" : false, "segment14Flag" : false, "segment15Flag" : false, "segment16Flag" : false, "segment17Flag" : false, "segment18Flag" : false, "segment19Flag" : false, "segment20Flag" : false, "segment21Flag" : false, "segment22Flag" : false, "segment23Flag" : false, "segment24Flag" : false, "segment25Flag" : false, "segment26Flag" : false, "segment27Flag" : false, "segment28Flag" : false, "segment29Flag" : false, "segment30Flag" : false, "segment1ValueSetCode" : "Operations Company", "segment2ValueSetCode" : "Operations Department", "segment3ValueSetCode" : "Operations Account", "segment4ValueSetCode" : "Operations Sub-Account", "segment5ValueSetCode" : "Operations Product", "segment6ValueSetCode" : null, "segment7ValueSetCode" : null, "segment8ValueSetCode" : null, "segment9ValueSetCode" : null, "segment10ValueSetCode" : null, "segment11ValueSetCode" : null, "segment12ValueSetCode" : null, "segment13ValueSetCode" : null, "segment14ValueSetCode" : null, "segment15ValueSetCode" : null, "segment16ValueSetCode" : null, "segment17ValueSetCode" : null, "segment18ValueSetCode" : null, "segment19ValueSetCode" : null, "segment20ValueSetCode" : null, "segment21ValueSetCode" : null, "segment22ValueSetCode" : null, "segment23ValueSetCode" : null, "segment24ValueSetCode" : null, "segment25ValueSetCode" : null, "segment26ValueSetCode" : null, "segment27ValueSetCode" : null, "segment28ValueSetCode" : null, "segment29ValueSetCode" : null, "segment30ValueSetCode" : null, "segment1Label" : "Company", "segment2Label" : "Department", "segment3Label" : "Account", "segment4Label" : "Sub-Account", "segment5Label" : "Product", "segment6Label" : null, "segment7Label" : null, "segment8Label" : null, "segment9Label" : null, "segment10Label" : null, "segment11Label" : null, "segment12Label" : null, "segment13Label" : null, "segment14Label" : null, "segment15Label" : null, "segment16Label" : null, "segment17Label" : null, "segment18Label" : null, "segment19Label" : null, "segment20Label" : null, "segment21Label" : null, "segment22Label" : null, "segment23Label" : null, "segment24Label" : null, "segment25Label" : null, "segment26Label" : null, "segment27Label" : null, "segment28Label" : null, "segment29Label" : null, "segment30Label" : null, "defaultOwnershipDefinitionName" : "BASINOD", "businessUnitName" : "Vision Operations", "costCenterSegment" : 2, "structureInstanceNumber" : 101, "defaultLedger" : "Vision Operations (USA)", }, { "jointVentureId" : 300100184927469, "jointVentureShortName" : "ESTANSIABASIN", "jointVentureDescription" : "Estansia Basin Project, Lot2 Update", "jointVentureStatus" : "Initiated", "approvedFlag" : true, "approvedDate" : "2020-02-12", "chartOfAccountsInstanceName" : "Operations Accounting Flex", "transactionsExistFlag" : false, "createdBy" : "username", "creationDate" : "2020-02-12T19:35:54+00:00", "lastUpdatedBy" : "username", "lastUpdateDate" : "2020-02-12T19:37:38+00:00", "segment1Flag" : false, "segment2Flag" : true, "segment3Flag" : true, "segment4Flag" : false, "segment5Flag" : false, "segment6Flag" : false, "segment7Flag" : false, "segment8Flag" : false, "segment9Flag" : false, "segment10Flag" : false, "segment11Flag" : false, "segment12Flag" : false, "segment13Flag" : false, "segment14Flag" : false, "segment15Flag" : false, "segment16Flag" : false, "segment17Flag" : false, "segment18Flag" : false, "segment19Flag" : false, "segment20Flag" : false, "segment21Flag" : false, "segment22Flag" : false, "segment23Flag" : false, "segment24Flag" : false, "segment25Flag" : false, "segment26Flag" : false, "segment27Flag" : false, "segment28Flag" : false, "segment29Flag" : false, "segment30Flag" : false, "segment1ValueSetCode" : "Operations Company", "segment2ValueSetCode" : "Operations Department", "segment3ValueSetCode" : "Operations Account", "segment4ValueSetCode" : "Operations Sub-Account", "segment5ValueSetCode" : "Operations Product", "segment6ValueSetCode" : null, "segment7ValueSetCode" : null, "segment8ValueSetCode" : null, "segment9ValueSetCode" : null, "segment10ValueSetCode" : null, "segment11ValueSetCode" : null, "segment12ValueSetCode" : null, "segment13ValueSetCode" : null, "segment14ValueSetCode" : null, "segment15ValueSetCode" : null, "segment16ValueSetCode" : null, "segment17ValueSetCode" : null, "segment18ValueSetCode" : null, "segment19ValueSetCode" : null, "segment20ValueSetCode" : null, "segment21ValueSetCode" : null, "segment22ValueSetCode" : null, "segment23ValueSetCode" : null, "segment24ValueSetCode" : null, "segment25ValueSetCode" : null, "segment26ValueSetCode" : null, "segment27ValueSetCode" : null, "segment28ValueSetCode" : null, "segment29ValueSetCode" : null, "segment30ValueSetCode" : null, "segment1Label" : "Company", "segment2Label" : "Department", "segment3Label" : "Account", "segment4Label" : "Sub-Account", "segment5Label" : "Product", "segment6Label" : null, "segment7Label" : null, "segment8Label" : null, "segment9Label" : null, "segment10Label" : null, "segment11Label" : null, "segment12Label" : null, "segment13Label" : null, "segment14Label" : null, "segment15Label" : null, "segment16Label" : null, "segment17Label" : null, "segment18Label" : null, "segment19Label" : null, "segment20Label" : null, "segment21Label" : null, "segment22Label" : null, "segment23Label" : null, "segment24Label" : null, "segment25Label" : null, "segment26Label" : null, "segment27Label" : null, "segment28Label" : null, "segment29Label" : null, "segment30Label" : null, "defaultOwnershipDefinitionName" : null, "businessUnitName" : "Vision Operations", "costCenterSegment" : 2, "structureInstanceNumber" : 101, "defaultLedger" : "Vision Operations (USA)", }, { "jointVentureId" : 300100184927441, "jointVentureShortName" : "TVEXPLORE", "jointVentureDescription" : "Utah Xplor", "jointVentureStatus" : "Initiated", "approvedFlag" : false, "approvedDate" : null, "chartOfAccountsInstanceName" : "Operations Accounting Flex", "transactionsExistFlag" : false, "createdBy" : "username", "creationDate" : "2020-02-11T15:52:15+00:00", "lastUpdatedBy" : "username", "lastUpdateDate" : "2020-02-11T17:08:26+00:00", "segment1Flag" : true, "segment2Flag" : true, "segment3Flag" : true, "segment4Flag" : false, "segment5Flag" : true, "segment6Flag" : false, "segment7Flag" : false, "segment8Flag" : false, "segment9Flag" : false, "segment10Flag" : false, "segment11Flag" : false, "segment12Flag" : false, "segment13Flag" : false, "segment14Flag" : false, "segment15Flag" : false, "segment16Flag" : false, "segment17Flag" : false, "segment18Flag" : false, "segment19Flag" : false, "segment20Flag" : false, "segment21Flag" : false, "segment22Flag" : false, "segment23Flag" : false, "segment24Flag" : false, "segment25Flag" : false, "segment26Flag" : false, "segment27Flag" : false, "segment28Flag" : false, "segment29Flag" : false, "segment30Flag" : false, "segment1ValueSetCode" : "Operations Company", "segment2ValueSetCode" : "Operations Department", "segment3ValueSetCode" : "Operations Account", "segment4ValueSetCode" : "Operations Sub-Account", "segment5ValueSetCode" : "Operations Product", "segment6ValueSetCode" : null, "segment7ValueSetCode" : null, "segment8ValueSetCode" : null, "segment9ValueSetCode" : null, "segment10ValueSetCode" : null, "segment11ValueSetCode" : null, "segment12ValueSetCode" : null, "segment13ValueSetCode" : null, "segment14ValueSetCode" : null, "segment15ValueSetCode" : null, "segment16ValueSetCode" : null, "segment17ValueSetCode" : null, "segment18ValueSetCode" : null, "segment19ValueSetCode" : null, "segment20ValueSetCode" : null, "segment21ValueSetCode" : null, "segment22ValueSetCode" : null, "segment23ValueSetCode" : null, "segment24ValueSetCode" : null, "segment25ValueSetCode" : null, "segment26ValueSetCode" : null, "segment27ValueSetCode" : null, "segment28ValueSetCode" : null, "segment29ValueSetCode" : null, "segment30ValueSetCode" : null, "segment1Label" : "Company", "segment2Label" : "Department", "segment3Label" : "Account", "segment4Label" : "Sub-Account", "segment5Label" : "Product", "segment6Label" : null, "segment7Label" : null, "segment8Label" : null, "segment9Label" : null, "segment10Label" : null, "segment11Label" : null, "segment12Label" : null, "segment13Label" : null, "segment14Label" : null, "segment15Label" : null, "segment16Label" : null, "segment17Label" : null, "segment18Label" : null, "segment19Label" : null, "segment20Label" : null, "segment21Label" : null, "segment22Label" : null, "segment23Label" : null, "segment24Label" : null, "segment25Label" : null, "segment26Label" : null, "segment27Label" : null, "segment28Label" : null, "segment29Label" : null, "segment30Label" : null, "defaultOwnershipDefinitionName" : "UTAHOD", "businessUnitName" : "Vision Operations", "costCenterSegment" : 2, "structureInstanceNumber" : 101, "defaultLedger" : "Vision Operations (USA)", }