Supported operations
| GET /expenseTemplates |
| GET /expenseTemplates/{id} |
Finders (2)
Finders are named, pre-built queries with bound parameters. They can search values plain
q filters cannot reach.
| Finder | Bind variables |
|---|---|
| PrimaryKey | — |
| findByOrgIdAndDate | — |
Example finder request
GET /fscmRestApi/resources/11.13.18.05/expenseTemplates?finder=PrimaryKey Queryable q fields (29)
Only these fields can appear in a q filter expression on
/expenseTemplates. Filtering on any other field returns
400 Bad Request.
Example q request
GET /fscmRestApi/resources/11.13.18.05/expenseTemplates?q=BusinessUnit='<value>'&onlyData=true&limit=25
| Field | Type | Operators |
|---|---|---|
| AllowRcptMissingFlag | boolean | = != |
| BusinessUnit | string | = != |
| CashReceiptRequiredFlag | boolean | = != |
| CashReceiptRequiredLimit | number | = != |
| CcReceiptRequiredFlag | boolean | = != |
| CcReceiptRequiredLimit | number | = != |
| CreatedBy | string | = != |
| CreationDate | string | = != |
| Description | string | = != |
| DescriptionBehaviour | string | = != |
| DescriptionBehaviourCode | string | = != |
| DfltCcExpTypeId | integer | = != |
| DispRcptViolationFlag | boolean | = != |
| EnableCcMappingFlag | boolean | = != |
| ExpenseTemplateId | integer | = != |
| InactiveDate | string | = != |
| LastUpdateDate | string | = != |
| LastUpdateLogin | string | = != |
| LastUpdatedBy | string | = != |
| LocationBehaviour | string | = != |
| LocationBehaviourCode | string | = != |
| MerchantBehaviour | string | = != |
| MerchantBehaviourCode | string | = != |
| Name | string | = != |
| NegativeRcptRequiredFlag | boolean | = != |
| NumberOfDaysBehaviour | string | = != |
| NumberOfDaysBehaviourCode | string | = != |
| OrgId | integer | = != |
| StartDate | string | = != |
Child resources (2)
Each child is reachable at
/expenseTemplates/{id}/child/<name>
and most can also be inlined with expand.
expenseTypesmobileExpenseTypes Response fields (31)
Top-level attributes returned for each row. Use
fields= to request a subset and shrink the payload.
AllowRcptMissingFlagBusinessUnitCashReceiptRequiredFlagCashReceiptRequiredLimitCcReceiptRequiredFlagCcReceiptRequiredLimitCreatedByCreationDateDescriptionDescriptionBehaviourDescriptionBehaviourCodeDfltCcExpTypeIdDispRcptViolationFlagEnableCcMappingFlagExpenseTemplateIdInactiveDateLastUpdateDateLastUpdateLoginLastUpdatedByLocationBehaviourLocationBehaviourCodeMerchantBehaviourMerchantBehaviourCodeNameNegativeRcptRequiredFlagNumberOfDaysBehaviourNumberOfDaysBehaviourCodeOrgIdStartDateexpenseTypesmobileExpenseTypes 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
- /externalBankAccounts Get all external bank accounts
- /dataAccessSetLedgersLOV Get all ledgers or ledger sets
- /payablesAndProcurementOptions Get payables and procurement options for all business units
- /receivablesCreditMemos Get all receivables credit memos
- /expenseCashAdvances Get all cash advance records
- Oracle Fusion API guide
- Why the q parameter fails and how to fix it
- Finders: named queries in Oracle Fusion REST APIs
- All endpoint reference pages