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.
- billableAssetAccountSet; string.
- 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.
- billableAssetAccountSet; string; The name of the account set assigned to the joint venture to identify billable asset accounts.
- 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.
- legalEntity; string; The name of the legal entity associated with the joint venture.
- 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:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe 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:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : jointVentures-item-response
Type:
Show Source
object-
approvedDate: string
(date)
Title:
Approved DateThe date when the joint venture was approved. -
approvedFlag: boolean
Title:
ApprovedMaximum Length:1Default Value:falseIndicates whether the joint venture is approved. Default value is false. -
attachments: array
Attachments
Title:
AttachmentsThe attachments resource is used to view, create, and update attachments. -
billableAssetAccountSet: string
Title:
Account Set for Billable Asset AccountsMaximum Length:30The name of the account set assigned to the joint venture to identify billable asset accounts. -
billWhenPaidFlag: boolean
Title:
Bill When PaidMaximum Length:1Default Value:falseIndicates whether to create joint venture distributions only for paid expenses or costs. -
businessUnitName: string
Title:
Business UnitThe name of the business unit associated with the joint venture. -
chartOfAccountsInstanceName: string
Title:
Chart of Accounts InstanceRead Only:trueMaximum Length:60The name of the chart of accounts instance associated with the joint venture. -
classification: string
Title:
ClassificationIndicates the classification of a joint venture as operated or nonoperated. -
costCenterSegment: integer
(int32)
Title:
Primary SegmentRead Only:trueNumber to identify the cost center account segment. -
createdBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the joint venture. -
creationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the joint venture was created. -
currencyCode: string
Title:
CurrencyRead Only:trueThe currency of the default primary ledger associated with the business unit assigned to the joint venture. -
defaultLedger: string
Title:
Default LedgerRead Only:trueThe name of the default primary ledger associated with the business unit assigned to the joint venture. -
defaultOwnershipDefinitionName: string
Title:
Default Ownership DefinitionMaximum Length:30The name of the default ownership definition assigned to the joint venture. -
distributableAccountSet: string
Title:
Account Set for Distributable AccountsMaximum Length:30The name of the account set assigned to the joint venture to identify distributable accounts. -
distributableProjectRules: array
Distributable Project Rules
Title:
Distributable Project RulesThe 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 AccountsMaximum Length:30The 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 EmailMaximum Length:100The email address of the managing partner. -
excludeJointVentureTransactionsFlag: boolean
Title:
Exclude Joint Venture TransactionsMaximum Length:1Indicates whether invoices and journal entries created by joint venture processes are excluded from the Identify Joint Venture Transactions process. -
inceptionDate: string
(date)
Title:
Inception DateThe date when the joint venture became active and eligible for processing. -
jibOutputFormat: string
Title:
Joint Interest Billing Report Output FormatThe format of the Joint Interest Billing report output associated with the joint venture. -
jibTemplateName: string
Title:
Joint Interest Billing Report TemplateMaximum Length:100The name of the Joint Interest Billing report template associated with the joint venture. -
jointVentureCostCenters: array
Cost Centers
Title:
Cost CentersThe 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:
DescriptionMaximum Length:240The description of the joint venture. -
jointVentureDFF: array
Joint Venture Descriptive Flexfieds
Title:
Joint Venture Descriptive FlexfiedsThe 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 IDRead Only:trueThe unique identifier of the joint venture. -
jointVentureShortName: string
Title:
Joint VentureMaximum Length:30The unique name of the joint venture. -
jointVentureStatus: string
Title:
StatusThe status of the joint venture. -
lastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the joint venture was last updated. -
lastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the joint venture. -
ledgerPeriodSet: string
Title:
Period Set NameRead Only:trueMaximum Length:15The name of the accounting calendar assigned to the primary ledger of the joint venture's business unit. -
ledgerPeriodType: string
Title:
Period TypeRead Only:trueMaximum Length:15The type of accounting periods used by the primary ledger of the joint venture's business unit, such as weekly, monthly, or quarterly. -
legalEntity: string
Title:
Legal EntityThe name of the legal entity associated with the joint venture. -
liabilityAccount: string
Title:
Payables Liability AccountMaximum Length:255The combination of segment values for the payables account used when creating a payables invoice. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
messages: array
Joint Venture Messages
Title:
Joint Venture MessagesThe messages resource is used to view warning messages generated from the validation of a joint venture definition. -
minimumAPInvoiceAmount: number
Title:
Minimum Payables Invoice AmountDefault Value:0The minimum amount required to create an accounts payables invoice. -
minimumARInvoiceAmount: number
Title:
Minimum Receivables Invoice AmountDefault Value:0The minimum amount required to create an accounts receivable invoice. -
ownershipDefinitions: array
Ownership Definitions
Title:
Ownership DefinitionsThe 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 SetMaximum Length:30The name of the project set assigned to the joint venture. -
receivableAccount: string
Title:
Receivable AccountThe combination of segment values for the receivable account used when creating a receivables invoice. -
segment10Flag: boolean
Title:
Segment 10 EnabledMaximum Length:1Default Value:falseA 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 NameRead Only:trueThe label for Segment 10 of the chart of accounts instance. -
segment10ValueSetCode: string
Title:
Segment 10 Value Set CodeRead Only:trueThe code for the value set associated with Segment 10 of the chart of accounts instance. -
segment11Flag: boolean
Title:
Segment 11 EnabledMaximum Length:1Default Value:falseA 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 NameRead Only:trueThe label for Segment 11 of the chart of accounts instance. -
segment11ValueSetCode: string
Title:
Segment 11 Value Set CodeRead Only:trueThe code for the value set associated with Segment 11 of the chart of accounts instance. -
segment12Flag: boolean
Title:
Segment 12 EnabledMaximum Length:1Default Value:falseA 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 NameRead Only:trueThe label for Segment 12 of the chart of accounts instance. -
segment12ValueSetCode: string
Title:
Segment 12 Value Set CodeRead Only:trueThe code for the value set associated with Segment 12 of the chart of accounts instance. -
segment13Flag: boolean
Title:
Segment 13 EnabledMaximum Length:1Default Value:falseA 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 NameRead Only:trueThe label for Segment 13 of the chart of accounts instance. -
segment13ValueSetCode: string
Title:
Segment 13 Value Set CodeRead Only:trueThe code for the value set associated with Segment 13 of the chart of accounts instance. -
segment14Flag: boolean
Title:
Segment 14 EnabledMaximum Length:1Default Value:falseA 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 NameRead Only:trueThe label for Segment 14 of the chart of accounts instance. -
segment14ValueSetCode: string
Title:
Segment 14 Value Set CodeRead Only:trueThe code for the value set associated with Segment 14 of the chart of accounts instance. -
segment15Flag: boolean
Title:
Segment 15 EnabledMaximum Length:1Default Value:falseA 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 NameRead Only:trueThe label for Segment 15 of the chart of accounts instance. -
segment15ValueSetCode: string
Title:
Segment 15 Value Set CodeRead Only:trueThe code for the value set associated with Segment 15 of the chart of accounts instance. -
segment16Flag: boolean
Title:
Segment 16 EnabledMaximum Length:1Default Value:falseA 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 NameRead Only:trueThe label for Segment 16 of the chart of accounts instance. -
segment16ValueSetCode: string
Title:
Segment 16 Value Set CodeRead Only:trueThe code for the value set associated with Segment 16 of the chart of accounts instance. -
segment17Flag: boolean
Title:
Segment 17 EnabledMaximum Length:1Default Value:falseA 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 NameRead Only:trueThe label for Segment 17 of the chart of accounts instance. -
segment17ValueSetCode: string
Title:
Segment 17 Value Set CodeRead Only:trueThe code for the value set associated with Segment 17 of the chart of accounts instance. -
segment18Flag: boolean
Title:
Segment 18 EnabledMaximum Length:1Default Value:falseA 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 NameRead Only:trueThe label for Segment 18 of the chart of accounts instance. -
segment18ValueSetCode: string
Title:
Segment 18 Value Set CodeRead Only:trueThe code for the value set associated with Segment 18 of the chart of accounts instance. -
segment19Flag: boolean
Title:
Segment 19 EnabledMaximum Length:1Default Value:falseA 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 NameRead Only:trueThe label for Segment 19 of the chart of accounts instance. -
segment19ValueSetCode: string
Title:
Segment 19 Value Set CodeRead Only:trueThe code for the value set associated with Segment 19 of the chart of accounts instance. -
segment1Flag: boolean
Title:
Segment 1 EnabledMaximum Length:1Default Value:falseA 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 NameRead Only:trueThe label for Segment 1 of the chart of accounts instance. -
segment1ValueSetCode: string
Title:
Segment 1 Value Set CodeRead Only:trueThe code for the value set associated with Segment 1 of the chart of accounts instance. -
segment20Flag: boolean
Title:
Segment 20 EnabledMaximum Length:1Default Value:falseA 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 NameRead Only:trueThe label for Segment 20 of the chart of accounts instance. -
segment20ValueSetCode: string
Title:
Segment 20 Value Set CodeRead Only:trueThe code for the value set associated with Segment 20 of the chart of accounts instance. -
segment21Flag: boolean
Title:
Segment 21 EnabledMaximum Length:1Default Value:falseA 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 NameRead Only:trueThe label for Segment 21 of the chart of accounts instance. -
segment21ValueSetCode: string
Title:
Segment 21 Value Set CodeRead Only:trueThe code for the value set associated with Segment 21 of the chart of accounts instance. -
segment22Flag: boolean
Title:
Segment 22 EnabledMaximum Length:1Default Value:falseA 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 NameRead Only:trueThe label for Segment 22 of the chart of accounts instance. -
segment22ValueSetCode: string
Title:
Segment 22 Value Set CodeRead Only:trueThe code for the value set associated with Segment 22 of the chart of accounts instance. -
segment23Flag: boolean
Title:
Segment 23 EnabledMaximum Length:1Default Value:falseA 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 NameRead Only:trueThe label for Segment 23 of the chart of accounts instance. -
segment23ValueSetCode: string
Title:
Segment 23 Value Set CodeRead Only:trueThe code for the value set associated with Segment 23 of the chart of accounts instance. -
segment24Flag: boolean
Title:
Segment 24 EnabledMaximum Length:1Default Value:falseA 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 NameRead Only:trueThe label for Segment 24 of the chart of accounts instance. -
segment24ValueSetCode: string
Title:
Segment 24 Value Set CodeRead Only:trueThe code for the value set associated with Segment 24 of the chart of accounts instance. -
segment25Flag: boolean
Title:
Segment 25 EnabledMaximum Length:1Default Value:falseA 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 NameRead Only:trueThe label for Segment 25 of the chart of accounts instance. -
segment25ValueSetCode: string
Title:
Segment 25 Value Set CodeRead Only:trueThe code for the value set associated with Segment 25 of the chart of accounts instance. -
segment26Flag: boolean
Title:
Segment 26 EnabledMaximum Length:1Default Value:falseA 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 NameRead Only:trueThe label for Segment 26 of the chart of accounts instance. -
segment26ValueSetCode: string
Title:
Segment 26 Value Set CodeRead Only:trueThe code for the value set associated with Segment 26 of the chart of accounts instance. -
segment27Flag: boolean
Title:
Segment 27 EnabledMaximum Length:1Default Value:falseA 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 NameRead Only:trueThe label for Segment 27 of the chart of accounts instance. -
segment27ValueSetCode: string
Title:
Segment 27 Value Set CodeRead Only:trueThe code for the value set associated with Segment 27 of the chart of accounts instance. -
segment28Flag: boolean
Title:
Segment 28 EnabledMaximum Length:1Default Value:falseA 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 NameRead Only:trueThe label for Segment 28 of the chart of accounts instance. -
segment28ValueSetCode: string
Title:
Segment 28 Value Set CodeRead Only:trueThe code for the value set associated with Segment 28 of the chart of accounts instance. -
segment29Flag: boolean
Title:
Segment 29 EnabledMaximum Length:1Default Value:falseA 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 NameRead Only:trueThe label for Segment 29 of the chart of accounts instance. -
segment29ValueSetCode: string
Title:
Segment 29 Value Set CodeRead Only:trueThe code for the value set associated with Segment 29 of the chart of accounts instance. -
segment2Flag: boolean
Title:
Segment 2 EnabledMaximum Length:1Default Value:falseA 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 NameRead Only:trueThe label for Segment 2 of the chart of accounts instance. -
segment2ValueSetCode: string
Title:
Segment 2 Value Set CodeRead Only:trueThe code for the value set associated with Segment 2 of the chart of accounts instance. -
segment30Flag: boolean
Title:
Segment 30 EnabledMaximum Length:1Default Value:falseA 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 NameRead Only:trueThe label for Segment 30 of the chart of accounts instance. -
segment30ValueSetCode: string
Title:
Segment 30 Value Set CodeRead Only:trueThe code for the value set associated with Segment 30 of the chart of accounts instance. -
segment3Flag: boolean
Title:
Segment 3 EnabledMaximum Length:1Default Value:falseA 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 NameRead Only:trueThe label for Segment 3 of the chart of accounts instance. -
segment3ValueSetCode: string
Title:
Segment 3 Value Set CodeRead Only:trueThe code for the value set associated with Segment 3 of the chart of accounts instance. -
segment4Flag: boolean
Title:
Segment 4 EnabledMaximum Length:1Default Value:falseA 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 NameRead Only:trueThe label for Segment 4 of the chart of accounts instance. -
segment4ValueSetCode: string
Title:
Segment 4 Value Set CodeRead Only:trueThe code for the value set associated with Segment 4 of the chart of accounts instance. -
segment5Flag: boolean
Title:
Segment 5 EnabledMaximum Length:1Default Value:falseA 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 NameRead Only:trueThe label for Segment 5 of the chart of accounts instance. -
segment5ValueSetCode: string
Title:
Segment 5 Value Set CodeRead Only:trueThe code for the value set associated with Segment 5 of the chart of accounts instance. -
segment6Flag: boolean
Title:
Segment 6 EnabledMaximum Length:1Default Value:falseA 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 NameRead Only:trueThe label for Segment 6 of the chart of accounts instance. -
segment6ValueSetCode: string
Title:
Segment 6 Value Set CodeRead Only:trueThe code for the value set associated with Segment 6 of the chart of accounts instance. -
segment7Flag: boolean
Title:
Segment 7 EnabledMaximum Length:1Default Value:falseA 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 NameRead Only:trueThe label for Segment 7 of the chart of accounts instance. -
segment7ValueSetCode: string
Title:
Segment 7 Value Set CodeRead Only:trueThe code for the value set associated with Segment 7 of the chart of accounts instance. -
segment8Flag: boolean
Title:
Segment 8 EnabledMaximum Length:1Default Value:falseA 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 NameRead Only:trueThe label for Segment 8 of the chart of accounts instance. -
segment8ValueSetCode: string
Title:
Segment 8 Value Set CodeRead Only:trueThe code for the value set associated with Segment 8 of the chart of accounts instance. -
segment9Flag: boolean
Title:
Segment 9 EnabledMaximum Length:1Default Value:falseA 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 NameRead Only:trueThe label for Segment 9 of the chart of accounts instance. -
segment9ValueSetCode: string
Title:
Segment 9 Value Set CodeRead Only:trueThe code for the value set associated with Segment 9 of the chart of accounts instance. -
stakeholders: array
Stakeholders
Title:
StakeholdersThe 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 NumberRead Only:trueChart 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 ExistRead Only:trueIndicates whether there are existing transactions distributed between the partners of the joint venture. The default value is false.
Nested Schema : Attachments
Type:
arrayTitle:
AttachmentsThe attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : Distributable Project Rules
Type:
arrayTitle:
Distributable Project RulesThe 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:
arrayTitle:
Cost CentersThe 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:
arrayTitle:
Joint Venture Descriptive FlexfiedsThe 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:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Joint Venture Messages
Type:
arrayTitle:
Joint Venture MessagesThe messages resource is used to view warning messages generated from the validation of a joint venture definition.
Show Source
Nested Schema : Ownership Definitions
Type:
arrayTitle:
Ownership DefinitionsThe 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:
arrayTitle:
StakeholdersThe 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 IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdThe unique identifier of the attached document. -
CategoryName: string
Title:
CategoryMaximum Length:30The category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255The user who created the record. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueThe user name who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEA value that indicates the data type. -
Description: string
Title:
DescriptionMaximum Length:255The description of the attachment. -
DmDocumentId: string
Maximum Length:
255The document ID from which the attachment is created. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000The folder path from which the attachment is created. -
DmVersionNumber: string
Maximum Length:
255The document version number from which the attachment is created. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeThe error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageThe error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateThe expiration date of the contents in the attachment. -
FileContents: string
(byte)
Title:
File ContentsThe contents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048The file name of the attachment. -
FileUrl: string
Title:
File UrlThe URI of the file. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255The user who last updated the record. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueThe user name who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleThe title of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeThe content type of the attachment. -
UploadedFileLength: integer
Title:
File SizeThe size of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameThe name to assign to a new attachment file. -
UploadedText: string
Title:
Uploaded TextThe text content for a new text attachment. -
Uri: string
Title:
UriMaximum Length:4000The URI of a Topology Manager type attachment. -
Url: string
Title:
UrlMaximum Length:4000The URL of a web page type attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255The login credentials of the user who created the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed 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 ByRead Only:trueMaximum Length:64The user who created the distributable project rule. -
creationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the distributable project rule was created. -
distributableProjectDFF: array
distributableProjectDFF
-
distributableProjectRuleId: integer
(int64)
Title:
Distributable Project Rule IDRead Only:trueThe unique identifier of the distributable project rule. -
expenditureType: string
Title:
Expenditure Type NameThe name of the expenditure type. -
expenditureTypeDescription: string
Title:
Expenditure Type DescriptionRead Only:trueThe description of the expenditure type. -
lastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the distributable project rule was last updated. -
lastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the distributable project rule. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
project: string
Title:
Project NumberThe number of the project. -
projectName: string
Title:
Project NameRead Only:trueThe name of the project. -
task: string
Title:
Task NumberThe number of the task. -
taskName: string
Title:
Task NameRead Only:trueThe name of the task.
Nested Schema : Links
Type:
arrayTitle:
LinksThe 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 SegmentMaximum Length:150 -
__FLEX_Context_DisplayValue: string
Title:
Context Segment -
DistributableProjectValueId: integer
(int64)
Title:
Distributable Project Rule IDRead Only:true -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe 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 FlexfieldsThe 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 IDRead Only:trueThe unique identifier of the cost center. -
costCenterSegmentDescription: string
Title:
Primary Segment Value DescriptionThe description of the cost center. -
costCenterSegmentValue: string
Title:
Primary Segment ValueMaximum Length:25A 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 ByRead Only:trueMaximum Length:64The user who created the joint venture cost center. -
creationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe data and time when the joint venture cost center was created. -
distributableValueSets: array
Distributable Value Sets
Title:
Distributable Value SetsThe 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:
LinksThe link relations associated with the resource instance.
Nested Schema : Cost Center Descriptive Flexfields
Type:
arrayTitle:
Cost Center Descriptive FlexfieldsThe 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:
arrayTitle:
Distributable Value SetsThe 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:
arrayTitle:
LinksThe 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 SegmentMaximum Length:150The descriptive flexfield context name for the cost center associated with the joint venture. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentThe descriptive flexfield context display value for the cost center associated with the joint venture. -
CostCenterId: integer
(int64)
Title:
Primary Segment Value IDThe unique identifier of the cost center. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : jointVentures-jointVentureCostCenters-distributableValueSets-item-response
Type:
Show Source
object-
createdBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the distributable value set. -
creationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the distributable value set was created. -
distributableValueSetDFF: array
distributableValueSetDFF
-
distributableValuesId: integer
(int64)
Title:
Distributable Values IDRead Only:trueThe unique identifier of the distributable value set. -
lastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the distributable value set was last updated. -
lastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the distributable value set. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
segment10Description: string
Title:
Segment 10 DescriptionThe description associated with the Segment 10 value. -
segment10Value: string
Title:
Segment 10 ValueMaximum Length:25A valid value for Segment 10 of the chart of accounts instance associated with the joint venture. -
segment11Description: string
Title:
Segment 11 DescriptionThe description associated with the Segment 11 value. -
segment11Value: string
Title:
Segment 11 ValueMaximum Length:25A valid value for Segment 11 of the chart of accounts instance associated with the joint venture. -
segment12Description: string
Title:
Segment 12 DescriptionThe description associated with the Segment 12 value. -
segment12Value: string
Title:
Segment 12 ValueMaximum Length:25A valid value for Segment 12 of the chart of accounts instance associated with the joint venture. -
segment13Description: string
Title:
Segment 13 DescriptionThe description associated with the Segment 13 value. -
segment13Value: string
Title:
Segment 13 ValueMaximum Length:25A valid value for Segment 13 of the chart of accounts instance associated with the joint venture. -
segment14Description: string
Title:
Segment 14 DescriptionThe description associated with the Segment 14 value. -
segment14Value: string
Title:
Segment 14 ValueMaximum Length:25A valid value for Segment 14 of the chart of accounts instance associated with the joint venture. -
segment15Description: string
Title:
Segment 15 DescriptionThe description associated with the Segment 15 value. -
segment15Value: string
Title:
Segment 15 ValueMaximum Length:25A valid value for Segment 15 of the chart of accounts instance associated with the joint venture. -
segment16Description: string
Title:
Segment 16 DescriptionThe description associated with the Segment 16 value. -
segment16Value: string
Title:
Segment 16 ValueMaximum Length:25A valid value for Segment 16 of the chart of accounts instance associated with the joint venture. -
segment17Description: string
Title:
Segment 17 DescriptionThe description associated with the Segment 17 value. -
segment17Value: string
Title:
Segment 17 ValueMaximum Length:25A valid value for Segment 17 of the chart of accounts instance associated with the joint venture. -
segment18Description: string
Title:
Segment 18 DescriptionThe description associated with the Segment 18 value. -
segment18Value: string
Title:
Segment 18 ValueMaximum Length:25A valid value for Segment 18 of the chart of accounts instance associated with the joint venture. -
segment19Description: string
Title:
Segment 19 DescriptionThe description associated with the Segment 19 value. -
segment19Value: string
Title:
Segment 19 ValueMaximum Length:25A valid value for Segment 19 of the chart of accounts instance associated with the joint venture. -
segment1Description: string
Title:
Segment 1 DescriptionThe description associated with the Segment 1 value. -
segment1Value: string
Title:
Segment 1 ValueMaximum Length:25A valid value for Segment 1 of the chart of accounts instance associated with the joint venture. -
segment20Description: string
Title:
Segment 20 DescriptionThe description associated with the Segment 20 value. -
segment20Value: string
Title:
Segment 20 ValueMaximum Length:25A valid value for Segment 20 of the chart of accounts instance associated with the joint venture. -
segment21Description: string
Title:
Segment 21 DescriptionThe description associated with the Segment 21 value. -
segment21Value: string
Title:
Segment 21 ValueMaximum Length:25A valid value for Segment 21 of the chart of accounts instance associated with the joint venture. -
segment22Description: string
Title:
Segment 22 DescriptionThe description associated with the Segment 22 value. -
segment22Value: string
Title:
Segment 22 ValueMaximum Length:25A valid value for Segment 22 of the chart of accounts instance associated with the joint venture. -
segment23Description: string
Title:
Segment 23 DescriptionThe description associated with the Segment 23 value. -
segment23Value: string
Title:
Segment 23 ValueMaximum Length:25A valid value for Segment 23 of the chart of accounts instance associated with the joint venture. -
segment24Description: string
Title:
Segment 24 DescriptionThe description associated with the Segment 24 value. -
segment24Value: string
Title:
Segment 24 ValueMaximum Length:25A valid value for Segment 24 of the chart of accounts instance associated with the joint venture. -
segment25Description: string
Title:
Segment 25 DescriptionThe description associated with the Segment 25 value. -
segment25Value: string
Title:
Segment 25 ValueMaximum Length:25A valid value for Segment 25 of the chart of accounts instance associated with the joint venture. -
segment26Description: string
Title:
Segment 26 DescriptionThe description associated with the Segment 26 value. -
segment26Value: string
Title:
Segment 26 ValueMaximum Length:25A valid value for Segment 26 of the chart of accounts instance associated with the joint venture. -
segment27Description: string
Title:
Segment 27 DescriptionThe description associated with the Segment 27 value. -
segment27Value: string
Title:
Segment 27 ValueMaximum Length:25A valid value for Segment 27 of the chart of accounts instance associated with the joint venture. -
segment28Description: string
Title:
Segment 28 DescriptionThe description associated with the Segment 28 value. -
segment28Value: string
Title:
Segment 28 ValueMaximum Length:25A valid value for Segment 28 of the chart of accounts instance associated with the joint venture. -
segment29Description: string
Title:
Segment 29 DescriptionThe description associated with the Segment 29 value. -
segment29Value: string
Title:
Segment 29 ValueMaximum Length:25A valid value for Segment 29 of the chart of accounts instance associated with the joint venture. -
segment2Description: string
Title:
Segment 2 DescriptionThe description associated with the Segment 2 value. -
segment2Value: string
Title:
Segment 2 ValueMaximum Length:25A valid value for Segment 2 of the chart of accounts instance associated with the joint venture. -
segment30Description: string
Title:
Segment 30 DescriptionThe description associated with the Segment 30 value. -
segment30Value: string
Title:
Segment 30 ValueMaximum Length:25A valid value for Segment 30 of the chart of accounts instance associated with the joint venture. -
segment3Description: string
Title:
Segment 3 DescriptionThe description associated with the Segment 3 value. -
segment3Value: string
Title:
Segment 3 ValueMaximum Length:25A valid value for Segment 3 of the chart of accounts instance associated with the joint venture. -
segment4Description: string
Title:
Segment 4 DescriptionThe description associated with the Segment 4 value. -
segment4Value: string
Title:
Segment 4 ValueMaximum Length:25A valid value for Segment 4 of the chart of accounts instance associated with the joint venture. -
segment5Description: string
Title:
Segment 5 DescriptionThe description associated with the Segment 5 value. -
segment5Value: string
Title:
Segment 5 ValueMaximum Length:25A valid value for Segment 5 of the chart of accounts instance associated with the joint venture. -
segment6Description: string
Title:
Segment 6 DescriptionThe description associated with the Segment 6 value. -
segment6Value: string
Title:
Segment 6 ValueMaximum Length:25A valid value for Segment 6 of the chart of accounts instance associated with the joint venture. -
segment7Description: string
Title:
Segment 7 DescriptionThe description associated with the Segment 7 value. -
segment7Value: string
Title:
Segment 7 ValueMaximum Length:25A valid value for Segment 7 of the chart of accounts instance associated with the joint venture. -
segment8Description: string
Title:
Segment 8 DescriptionThe description associated with the Segment 8 value. -
segment8Value: string
Title:
Segment 8 ValueMaximum Length:25A valid value for Segment 8 of the chart of accounts instance associated with the joint venture. -
segment9Description: string
Title:
Segment 9 DescriptionThe description associated with the Segment 9 value. -
segment9Value: string
Title:
Segment 9 ValueMaximum Length:25A valid value for Segment 9 of the chart of accounts instance associated with the joint venture.
Nested Schema : Links
Type:
arrayTitle:
LinksThe 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 SegmentMaximum Length:150 -
__FLEX_Context_DisplayValue: string
Title:
Context Segment -
DistributableValuesId: integer
(int64)
Title:
Distributable Values ID -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : jointVentures-jointVentureDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:150The descriptive flexfield context name for the joint venture. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentThe descriptive flexfield context display value for the joint venture. -
JointVentureId: integer
(int64)
Title:
Joint Venture IDThe unique identifier of the joint venture. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : jointVentures-messages-item-response
Type:
Show Source
object-
detail: string
Title:
Message DetailRead Only:trueThe joint venture message text. -
errorCode: string
Title:
Error CodeRead Only:trueMaximum Length:255The unique identifier of the joint venture message. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
resourceType: string
Title:
Resource TypeRead Only:trueMaximum Length:255The joint venture resource associated with the message.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : jointVentures-ownershipDefinitions-item-response
Type:
Show Source
object-
activeFlag: boolean
Title:
Invoicing Partner ActiveRead Only:trueIndicates whether the ownership definition is active or not. -
agreement: string
Title:
AgreementRead Only:trueMaximum Length:30The name of the carried interest agreement. -
attachments: array
Attachments
Title:
AttachmentsThe attachments resource is used to view, create, and update attachments. -
changeReason: string
Title:
Change ReasonMaximum Length:255Indicates the reason for changing the effective dates on the ownership definition. -
changeReasonAdditionalText: string
Title:
Change Reason Additional InformationMaximum Length:240Additional information describing the reason for changing the ownership definition. -
createdBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the ownership definition. -
creationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time the ownership definition was created. -
defaultOwnershipDefinitionFlag: boolean
Title:
Default Ownership DefinitionRead Only:trueIndicates that the ownership definition is the default ownership definition of the joint venture. -
distributionExist: string
Title:
Distributions ExistRead Only:trueIndicates whether joint venture distributions exist for the ownership definition. -
effectiveEndDate: string
(date)
Title:
End DateThe end date of the effective date range of the ownership definition. -
effectiveStartDate: string
(date)
Title:
Start DateThe start date of the effective date range of the ownership definition. -
externalStakeholderExistsFlag: boolean
Title:
External Stakeholder ExistsRead Only:trueIndicates that the ownership definition has at least one external stakeholder. -
internalStakeholderExistsFlag: boolean
Title:
Internal Stakeholder ExistsRead Only:trueIndicates that the ownership definition has at least one internal stakeholder. -
jointVentureDescription: string
Title:
Joint Venture DescriptionRead Only:trueMaximum Length:240The description of the joint venture. -
jointVentureName: string
Title:
Joint Venture NameRead Only:trueMaximum Length:30The name of the joint venture. -
lastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time the ownership definition was last updated. -
lastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the ownership definition. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ownershipChangeFlag: boolean
Title:
Ownership Definition ChangedRead Only:trueMaximum Length:1Default Value:falseIndicates whether the ownership definition has changed and the associated joint venture distributions need to be rebilled. -
ownershipDefinitionDescription: string
Title:
DescriptionMaximum Length:240A description of the ownership definition. -
ownershipDefinitionDFF: array
Ownership Definition Descriptive Flexfields
Title:
Ownership Definition Descriptive FlexfieldsThe 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 IDRead Only:trueThe unique identifier of the ownership definition. -
ownershipDefinitionShortName: string
Title:
Ownership DefinitionMaximum Length:30The short name of the ownership definition that is used as an identifier across effective dates for the joint venture. -
ownershipDefinitionStatus: string
Title:
StatusMaximum Length:255The status of the ownership definition. -
ownershipPercentages: array
Ownership Percentages
Title:
Ownership PercentagesThe 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 VersionRead Only:trueThe version number of the ownership definition. -
sourceOwnershipDefinition: string
Title:
Source Ownership DefinitionRead Only:trueMaximum Length:30The name of the ownership definition used as the basis for creating the carried interest ownership definition. -
sourceOwnershipDefinitionDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240The description of the ownership definition used as the basis for creating the carried interest ownership definition. -
stakeholderGroup: string
Title:
Stakeholder GroupRead Only:trueMaximum Length:30The name of the stakeholder group associated with the carried interest ownership definition. -
stakeholderGroupDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240The description of the stakeholder group associated with the carried interest ownership definition. -
totalPercentage: number
Title:
Total PercentageRead Only:trueThe sum of all percentages of ownership in the ownership definition.
Nested Schema : Attachments
Type:
arrayTitle:
AttachmentsThe attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Ownership Definition Descriptive Flexfields
Type:
arrayTitle:
Ownership Definition Descriptive FlexfieldsThe 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:
arrayTitle:
Ownership PercentagesThe 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 IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdThe unique identifier of the attached document. -
CategoryName: string
Title:
CategoryMaximum Length:30The category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255The user who created the record. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueThe user name who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEA value that indicates the data type. -
Description: string
Title:
DescriptionMaximum Length:255The description of the attachment. -
DmDocumentId: string
Maximum Length:
255The document ID from which the attachment is created. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000The folder path from which the attachment is created. -
DmVersionNumber: string
Maximum Length:
255The document version number from which the attachment is created. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeThe error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageThe error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateThe expiration date of the contents in the attachment. -
FileContents: string
(byte)
Title:
File ContentsThe contents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048The file name of the attachment. -
FileUrl: string
Title:
File UrlThe URI of the file. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255The user who last updated the record. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueThe user name who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleThe title of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeThe content type of the attachment. -
UploadedFileLength: integer
Title:
File SizeThe size of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameThe name to assign to a new attachment file. -
UploadedText: string
Title:
Uploaded TextThe text content for a new text attachment. -
Uri: string
Title:
UriMaximum Length:4000The URI of a Topology Manager type attachment. -
Url: string
Title:
UrlMaximum Length:4000The URL of a web page type attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255The login credentials of the user who created the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe 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 SegmentMaximum Length:150The descriptive flexfield context name for the ownership definition associated with the joint venture. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentThe descriptive flexfield context display value for the ownership definition associated with the joint venture. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OwnershipPercentageId: integer
(int64)
The unique identifier of the ownership definition.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : jointVentures-ownershipDefinitions-ownershipPercentages-item-response
Type:
Show Source
object-
createdBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the ownership percentage. -
creationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the ownership percentage was created. -
distributionOnlyFlag: boolean
Title:
Distribution OnlyMaximum Length:1Indicates that the joint venture stakeholder is only participating in the transaction distribution and is not being invoiced. -
internalStakeholderFlag: boolean
Title:
Stakeholder TypeRead Only:trueMaximum Length:1Indicates that the joint venture stakeholder is an internal stakeholder. -
invoicingPartnerId: integer
(int64)
Title:
Invoicing Partner IDRead Only:trueThe unique identifier of the invoicing partner. -
lastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time the ownership percentage was last updated. -
lastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the ownership percentage. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ownershipDefinitionName: string
Title:
Ownership DefinitionRead Only:trueMaximum Length:30The name of the ownership definition. -
ownershipPercentageDFF: array
Ownership Percentage Descriptive Flexfields
Title:
Ownership Percentage Descriptive FlexfieldsThe 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 IDRead Only:trueThe unique identifier of the ownership percentage. -
percentageOfInterest: number
Title:
Ownership PercentageDefault Value:0The percent of ownership a stakeholder has in a joint venture transaction. -
roundingPartnerFlag: boolean
Title:
Rounding PartnerMaximum Length:1Indicates 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:
DescriptionRead Only:trueMaximum Length:240The description of the joint venture stakeholder. -
stakeholderName: string
Title:
StakeholderThe name of the joint venture stakeholder.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Ownership Percentage Descriptive Flexfields
Type:
arrayTitle:
Ownership Percentage Descriptive FlexfieldsThe 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 SegmentMaximum Length:150The descriptive flexfield context name for the ownership percentage associated with the ownership definition. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentThe descriptive flexfield context display value for the ownership percentage associated with the ownership definition. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OwnershipLineId: integer
(int64)
The unique identifier of the ownership percentage.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : jointVentures-stakeholders-item-response
Type:
Show Source
object-
attachments: array
Attachments
Title:
AttachmentsThe attachments resource is used to view, create, and update attachments. -
classification: string
Title:
ClassificationIndicates the classification of a stakeholder as an operator or a nonoperator. -
costCenterSegmentValue: string
Title:
Cost CenterMaximum Length:25The cost center segment value associated with the joint venture stakeholder. -
createdBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the joint venture stakeholder. -
creationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe data and time the joint venture stakeholder was created. -
distributionOnlyFlag: boolean
Title:
Distribution OnlyMaximum Length:1The flag that indicates whether the joint venture stakeholder is only participating in the transaction distribution and not being invoiced. -
internalStakeholderFlag: boolean
Title:
Stakeholder TypeMaximum Length:1The flag that indicates whether the joint venture stakeholder is internal or external. -
invoicingPartnerName: string
Title:
Invoicing PartnerMaximum Length:255The invoicing partner name associated with the joint venture stakeholder. -
jibOutputFormat: string
Title:
Joint Interest Billing Report Output FormatThe format of the Joint Interest Billing report output associated with the stakeholder. -
jibTemplateName: string
Title:
Joint Interest Billing Report TemplateMaximum Length:100The name of the Joint Interest Billing report template associated with the stakeholder. -
lastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time the joint venture stakeholder was last updated. -
lastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the joint venture stakeholder. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
partyAddress: string
Title:
Party AddressMaximum Length:960The address of the party. -
partyEmail: string
Title:
Party EmailMaximum Length:255The email address of the party. -
partyName: string
Title:
Contact PersonMaximum Length:255The name of the party. -
partyNumber: string
Title:
Party NumberMaximum Length:255The party number. -
partyPhone: string
Title:
Party PhoneThe phone number of the party. -
preferredCurrencyCode: string
Title:
Preferred CurrencyMaximum Length:15The preferred currency code defined for the stakeholder to use when creating joint venture invoices. -
stakeholderDescription: string
Title:
DescriptionMaximum Length:240The description of the joint venture stakeholder. -
stakeholderDFF: array
Stakeholder Descriptive Flexfields
Title:
Stakeholder Descriptive FlexfieldsThe stakeholder descriptive flexfields resource is used to manage details about the descriptive flexfield references for a joint venture stakeholder. -
stakeholderId: integer
(int64)
Title:
Stakeholder IDRead Only:trueThe unique identifier for joint venture stakeholder. -
stakeholderShortName: string
Title:
StakeholderMaximum Length:30The short name of the joint venture stakeholder. -
stakeholderStatus: string
Title:
StatusMaximum Length:255The status of the joint venture stakeholder. -
stakeholderTypeCode: string
Title:
Stakeholder CategoryMaximum Length:255The joint venture stakeholder type.
Nested Schema : Attachments
Type:
arrayTitle:
AttachmentsThe attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Stakeholder Descriptive Flexfields
Type:
arrayTitle:
Stakeholder Descriptive FlexfieldsThe 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 IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdThe unique identifier of the attached document. -
CategoryName: string
Title:
CategoryMaximum Length:30The category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255The user who created the record. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueThe user name who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEA value that indicates the data type. -
Description: string
Title:
DescriptionMaximum Length:255The description of the attachment. -
DmDocumentId: string
Maximum Length:
255The document ID from which the attachment is created. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000The folder path from which the attachment is created. -
DmVersionNumber: string
Maximum Length:
255The document version number from which the attachment is created. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeThe error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageThe error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateThe expiration date of the contents in the attachment. -
FileContents: string
(byte)
Title:
File ContentsThe contents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048The file name of the attachment. -
FileUrl: string
Title:
File UrlThe URI of the file. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255The user who last updated the record. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueThe user name who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleThe title of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeThe content type of the attachment. -
UploadedFileLength: integer
Title:
File SizeThe size of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameThe name to assign to a new attachment file. -
UploadedText: string
Title:
Uploaded TextThe text content for a new text attachment. -
Uri: string
Title:
UriMaximum Length:4000The URI of a Topology Manager type attachment. -
Url: string
Title:
UrlMaximum Length:4000The URL of a web page type attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255The login credentials of the user who created the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe 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 SegmentMaximum Length:150The descriptive flexfield context name for the joint venture stakeholder. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentThe descriptive flexfield context display value for the joint venture stakeholder. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
StakeholderId: integer
(int64)
The unique identifier of the joint venture stakeholder.
Nested Schema : Links
Type:
arrayTitle:
LinksThe 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)",
}