Oracle Fusion FSCM endpoint reference

Joint Venture Contributions REST API

Get all joint venture partner contributions

GET https://your-pod.oraclecloud.com/fscmRestApi/resources/11.13.18.05/jointVentureContributions

Everything on this page is extracted from Oracle's official OpenAPI specification for Fusion Cloud FSCM: 29 queryable q fields, and 3 child resources. Unsure how q works? See the Oracle Fusion API guide.

Supported operations

DELETE /jointVentureContributions/{id}
GET /jointVentureContributions
GET /jointVentureContributions/{id}
PATCH /jointVentureContributions/{id}
POST /jointVentureContributions

Queryable q fields (29)

Only these fields can appear in a q filter expression on /jointVentureContributions. Filtering on any other field returns 400 Bad Request.

Example q request

GET /fscmRestApi/resources/11.13.18.05/jointVentureContributions?q=agreementDefaultChargeAccount='<value>'&onlyData=true&limit=25
Field Type Operators
agreementDefaultCharge number = !=
agreementDefaultChargeAccount string = !=
automaticContributionFlag boolean = !=
closeDate string = !=
closeReason string = !=
closeType string = !=
contributionAmount number = !=
contributionDescription string = !=
contributionId integer = !=
contributionOpenAmount number = !=
contributionStatus string = !=
createdBy string = !=
creationDate string = !=
foreignContributionAmount number = !=
grossContributionAmount number = !=
jointVenturePartnerContributionAccount string = !=
jointVentureShortName string = !=
lastUpdateDate string = !=
lastUpdatedBy string = !=
ownershipPercentShortName string = !=
partnerAccount string = !=
preferredCurrencyCode string = !=
refundAmount number = !=
stakeholderShortName string = !=
startDate string = !=
structureInstanceNumber integer = !=
transactionDate string = !=
transactionNumber string = !=
transactionReason string = !=

Child resources (3)

Each child is reachable at /jointVentureContributions/{id}/child/<name> and most can also be inlined with expand.

attachmentscontributionDFFcontributionReferences

Response fields (45)

Top-level attributes returned for each row. Use fields= to request a subset and shrink the payload.

agreementDefaultChargeagreementDefaultChargeAccountattachmentsautomaticContributionFlagcancelDatecloseDatecloseReasoncloseTypecontributionAmountcontributionDFFcontributionDescriptioncontributionIdcontributionOpenAmountcontributionReferencescontributionStatuscreateJournalsForTransferFlagcreatedBycreationDatecurrencyCodeforeignContributionAmountgrossContributionAmountjointVenturePartnerContributionAccountjointVentureShortNamelastUpdateDatelastUpdatedByownershipPercentShortNamepartnerAccountpreferredCurrencyCoderefundAmountstakeholderShortNamestakeholderWithCostCenterFlagstartDatestructureInstanceNumbertransactionCurrencyCodetransactionDatetransactionNumbertransactionReasontransactionTypetransferToContributionAccounttransferToContributionDescriptiontransferToContributionIdtransferToContributionStatustransferToJointVenturetransferToStakeholdertransferToStartDate

Build this query visually in OPAL

OPAL bundles this endpoint — and 59,000+ more — fully searchable offline, with a visual Q Builder and Finder Builder that only offer the fields listed above, so your filter can't 400. Download free · see features.

Related reference & reading