Oracle Fusion FSCM endpoint reference

Joint Venture Contribution Requests REST API

Get all joint venture partner contribution requests

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

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

Supported operations

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

Queryable q fields (24)

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

Example q request

GET /fscmRestApi/resources/11.13.18.05/jointVentureContributionRequests?q=contributionAccount='<value>'&onlyData=true&limit=25
Field Type Operators
contributionAccount string = !=
contributionRequestId integer = !=
conversionDate string = !=
createdBy string = !=
creationDate string = !=
currencyCode string = !=
endDate string = !=
frequency string = !=
jointVenture string = !=
jointVentureDescription string = !=
lastRunDate string = !=
lastUpdateDate string = !=
lastUpdatedBy string = !=
openDistributionAmountFlag boolean = !=
ownershipDefinition string = !=
request string = !=
requestDescription string = !=
requestedGrossAmount number = !=
runDay string = !=
stakeholder string = !=
startDate string = !=
status string = !=
weekEndDay string = !=
weekStartDay string = !=

Child resources (1)

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

contributionRequestDFF

Response fields (27)

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

contributionAccountcontributionRequestDFFcontributionRequestIdcontributionsExistFlagconversionDatecreatedBycreationDatecurrencyCodeendDatefrequencyjointVenturejointVentureDescriptionlastRunDatelastUpdateDatelastUpdatedByopenDistributionAmountFlagownershipDefinitionrequestrequestDescriptionrequestedGrossAmountrunDaystakeholderstartDatestatusstructureInstanceNumberweekEndDayweekStartDay

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