Update a joint venture subledger transaction

patch

/fscmRestApi/resources/11.13.18.05/jointVentureSLATransactions/{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
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 : jointVentureSLATransactions-transactionAccount-item-patch-request
Type: object
Show Source
Nested Schema : jointVentureSLATransactions-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 : jointVentureSLATransactions-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
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 : jointVentureSLATransactions-transactionAccount-item-response
Type: object
Show Source
Nested Schema : jointVentureSLATransactions-transactionChanges-item-response
Type: object
Show Source
  • Title: After Assignment Rule
    Read Only: true
    Maximum Length: 30
    The new ownership definition assignment rule assigned to the transaction.
  • Title: After Distribution Only
    Read Only: true
    Maximum Length: 1
    The new distribution only value assigned to the transaction.
  • Title: After Ownership Definition
    Read Only: true
    Maximum Length: 30
    The new ownership definition assigned to the transaction.
  • Title: After Direct Billed Stakeholder
    Read Only: true
    Maximum Length: 30
    The new name of the direct billed stakeholder assigned to the transaction.
  • Title: After Direct Billed Stakeholder Description
    Read Only: true
    Maximum Length: 240
    The new description of the direct billed stakeholder assigned to the transaction.
  • Title: After Status
    Read Only: true
    Maximum Length: 80
    The new status assigned to the transaction.
  • Title: After Transaction Date
    Read Only: true
    The new transaction date assigned to the transaction.
  • Title: Before Assignment Rule
    Read Only: true
    Maximum Length: 30
    The previous ownership definition assignment rule assigned to the transaction.
  • Title: Before Distribution Only
    Read Only: true
    Maximum Length: 1
    The previous distribution only value assigned to the transaction.
  • Title: Before Ownership Definition
    Read Only: true
    Maximum Length: 30
    The previous ownership definition assigned to the transaction.
  • Title: Before Direct Billed Stakeholder
    Read Only: true
    Maximum Length: 30
    The previous name of the direct billed stakeholder assigned to the transaction.
  • Title: Before Direct Billed Stakeholder Description
    Read Only: true
    Maximum Length: 240
    The previous description of the direct billed stakeholder assigned to the transaction.
  • Title: Before Status
    Read Only: true
    Maximum Length: 80
    The previous status assigned to the transaction.
  • Title: Before Transaction Date
    Read Only: true
    The previous transaction date assigned to the transaction.
  • Title: Change Reason
    Read Only: true
    Maximum Length: 80
    The reason for the manual change to the joint venture transaction.
  • Title: Change Reason Details
    Read Only: true
    Maximum Length: 240
    Additional text to describe the reason the joint venture transaction was manually changed.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user who created the joint venture transaction change.
  • Title: Creation Date
    Read Only: true
    The date and time when the joint venture transaction change was created.
  • Links
  • Title: Transaction Change ID
    Read Only: true
    The unique identifier of the joint venture transaction change.
Nested Schema : jointVentureSLATransactions-transactionDFF-item-response
Type: object
Show Source
Back to Top

Examples

The following example shows how to update the status of a subledeger accounting 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 @JVSLATransactionUpdate.json https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/jointVentureSLATransactions/100100132693436

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" : 100100132693436,
  "headerId" : 2411137,
  "lineNumber" : 1,
  "applicationId" : 10096,
  "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" : null,
  "accountingDate" : "2018-04-23",
  "accountingClassCode" : "EXPENSE_ACCRUAL",
  "accountedDebitAmount" : null,
  "accountedCreditAmount" : 1000,
  "currencyCode" : "USD",
  "statisticalAmount" : null,
  "journalDescription" : null,
  "sourceTable" : null,
  "partyNumber" : null,
  "partySiteNumber" : null,
  "partyTypeCode" : null,
  "chartOfAccountsId" : 101,
  "account" : "01-110-9110-0000-000",
  "createdBy" : "username",
  "creationDate" : "2020-02-21T08:33:14.052+00:00",
  "lastUpdatedBy" : "username",
  "lastUpdateDate" : "2020-02-21T22:38:50+00:00",
  "transactionDate" : "2018-04-23",
}
Back to Top