Update a joint venture general ledger transaction

patch

/fscmRestApi/resources/11.13.18.05/jointVentureGLTransactions/{transactionId}

Request

Path Parameters
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : Account Key Flexfields
Type: array
Title: Account Key Flexfields
The code identifying the general ledger account against which amounts are recorded. These represent assets, liabilities, revenues, expenses, and fund balances.
Show Source
  • Discriminator: _CHART_OF_ACCOUNTS_ID
    Discriminator: { "propertyName":"_CHART_OF_ACCOUNTS_ID", "mapping":{ "2001":"#/components/schemas/oracle_apps_financials_generalLedger_accounts_codeCombinations_publicFlex_Account_view_AccountVision____CityVO-item-patch-request", "3001":"#/components/schemas/oracle_apps_financials_generalLedger_accounts_codeCombinations_publicFlex_Account_view_AccountINF____LedgerVO-item-patch-request", "4001":"#/components/schemas/oracle_apps_financials_generalLedger_accounts_codeCombinations_publicFlex_Account_view_AccountOPERATIONS__5FACCOUNTING__5FFLEXVO-item-patch-request" } }
Nested Schema : Joint Venture Transaction Changes
Type: array
Title: Joint Venture Transaction Changes
The joint venture transaction changes resource is used to view the history of manual changes to joint venture transactions.
Show Source
Nested Schema : transactionDFF
Type: array
Show Source
Nested Schema : Discriminator: _CHART_OF_ACCOUNTS_ID
Type: object
Discriminator: _CHART_OF_ACCOUNTS_ID

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_financials_generalLedger_accounts_codeCombinations_publicFlex_Account_view_AccountVision____CityVO-item-patch-request
Type: object
Show Source
Nested Schema : oracle_apps_financials_generalLedger_accounts_codeCombinations_publicFlex_Account_view_AccountINF____LedgerVO-item-patch-request
Type: object
Show Source
Nested Schema : oracle_apps_financials_generalLedger_accounts_codeCombinations_publicFlex_Account_view_AccountOPERATIONS__5FACCOUNTING__5FFLEXVO-item-patch-request
Type: object
Show Source
Nested Schema : jointVentureGLTransactions-transactionChanges-item-patch-request
Type: object
Show Source
Nested Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : jointVentureGLTransactions-item-response
Type: object
Show Source
Nested Schema : Account Key Flexfields
Type: array
Title: Account Key Flexfields
The code identifying the general ledger account against which amounts are recorded. These represent assets, liabilities, revenues, expenses, and fund balances.
Show Source
  • Discriminator: _CHART_OF_ACCOUNTS_ID
    Discriminator: { "propertyName":"_CHART_OF_ACCOUNTS_ID", "mapping":{ "2001":"#/components/schemas/oracle_apps_financials_generalLedger_accounts_codeCombinations_publicFlex_Account_view_AccountVision____CityVO-item-response", "3001":"#/components/schemas/oracle_apps_financials_generalLedger_accounts_codeCombinations_publicFlex_Account_view_AccountINF____LedgerVO-item-response", "4001":"#/components/schemas/oracle_apps_financials_generalLedger_accounts_codeCombinations_publicFlex_Account_view_AccountOPERATIONS__5FACCOUNTING__5FFLEXVO-item-response" } }
Nested Schema : Joint Venture Transaction Changes
Type: array
Title: Joint Venture Transaction Changes
The joint venture transaction changes resource is used to view the history of manual changes to joint venture transactions.
Show Source
Nested Schema : transactionDFF
Type: array
Show Source
Nested Schema : Discriminator: _CHART_OF_ACCOUNTS_ID
Type: object
Discriminator: _CHART_OF_ACCOUNTS_ID

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_financials_generalLedger_accounts_codeCombinations_publicFlex_Account_view_AccountVision____CityVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_financials_generalLedger_accounts_codeCombinations_publicFlex_Account_view_AccountINF____LedgerVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_financials_generalLedger_accounts_codeCombinations_publicFlex_Account_view_AccountOPERATIONS__5FACCOUNTING__5FFLEXVO-item-response
Type: object
Show Source
Nested Schema : jointVentureGLTransactions-transactionChanges-item-response
Type: object
Show Source
Nested Schema : jointVentureGLTransactions-transactionDFF-item-response
Type: object
Show Source
Back to Top

Examples

The following example shows how to update the status of a general ledger transaction identified in Joint Venture Management by submitting a PATCH request on the REST resource using cURL.

curl -i -u "username:password" -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" -X PATCH -d @JVGLTransactionUpdate.json https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/jointVentureGLTransactions/100100132693415

Request Body Example

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

{
  "transactionStatus" : "On hold"
}

Response Body Example

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

{
  "transactionId" : 100100132693415,
  "batchId" : 1633798,
  "headerId" : 1907291,
  "lineNumber" : 1,
  "jointVentureShortName" : "JVMESS01",
  "jointVentureDescription" : "Jade Valley Mesa Project\nParcel S01,  Lot#34TY6",
  "transactionStatus" : "On hold",
  "ownerDefinitionShortName" : "JVMESSOPD1",
  "originalOwnerDefinitionShortName" : "JVMESSOPD1",
  "stakeholderShortName" : null,
  "stakeholderDescription" : null,
  "originalStakeholderShortName" : null,
  "originalStakeholderDescription" : null,
  "ledgerName" : "Vision Operations (USA)",
  "periodName" : "Apr-18",
  "effectiveDate" : "2018-04-30",
  "journalStatus" : "P",
  "accountedDebitAmount" : 1500,
  "accountedCreditAmount" : null,
  "currencyCode" : "USD",
  "statisticalAmount" : null,
  "journalDescription" : null,
  "chartOfAccountsId" : 101,
  "account" : "01-110-1110-0000-000",
  "createdBy" : "username",
  "creationDate" : "2020-02-21T08:33:14.001+00:00",
  "lastUpdatedBy" : "username",
  "lastUpdateDate" : "2020-02-21T21:13:22+00:00",
  "transactionDate" : "2018-04-30",
}
Back to Top