Supported operations
| GET /debitAuthorizations |
| GET /debitAuthorizations/{id} |
| PATCH /debitAuthorizations/{id} |
| POST /debitAuthorizations |
Finders (2)
Finders are named, pre-built queries with bound parameters. They can search values plain
q filters cannot reach.
| Finder | Bind variables |
|---|---|
| PrimaryKey | — |
| SearchDebitAuthorization | — |
Example finder request
GET /fscmRestApi/resources/11.13.18.05/debitAuthorizations?finder=PrimaryKey Queryable q fields (29)
Only these fields can appear in a q filter expression on
/debitAuthorizations. Filtering on any other field returns
400 Bad Request.
Example q request
GET /fscmRestApi/resources/11.13.18.05/debitAuthorizations?q=AuthorizationMethod='<value>'&onlyData=true&limit=25
| Field | Type | Operators |
|---|---|---|
| AuthorizationMethod | string | = != |
| BIC | string | = != |
| BankAccountCountry | string | = != |
| BankAccountCurrency | string | = != |
| BankBranchName | string | = != |
| BankName | string | = != |
| CancellationDate | string | = != |
| CreditorIdentificationNumber | string | = != |
| CustomerBankAccountIdentifier | integer | = != |
| CustomerBankAccountNumber | string | = != |
| CustomerPartyIdentifier | integer | = != |
| CustomerPartyName | string | = != |
| CustomerPartyNumber | string | = != |
| DebitAuthorizationId | integer | = != |
| DebitAuthorizationReferenceNumber | string | = != |
| DirectDebitCount | integer | = != |
| EffectiveEndDate | string | = != |
| EffectiveStartDate | string | = != |
| FinalCollectionDate | string | = != |
| Frequency | string | = != |
| IBAN | string | = != |
| LegalEntityIdentifier | integer | = != |
| LegalEntityName | string | = != |
| PrimaryIndicator | string | = != |
| ReasonForAmendment | string | = != |
| SigningDate | string | = != |
| Status | string | = != |
| TransactionType | string | = != |
| VersionNumber | integer | = != |
Child resources (1)
Each child is reachable at
/debitAuthorizations/{id}/child/<name>
and most can also be inlined with expand.
debitAuthorizationVersions Response fields (30)
Top-level attributes returned for each row. Use
fields= to request a subset and shrink the payload.
AuthorizationMethodBICBankAccountCountryBankAccountCurrencyBankBranchNameBankNameCancellationDateCreditorIdentificationNumberCustomerBankAccountIdentifierCustomerBankAccountNumberCustomerPartyIdentifierCustomerPartyNameCustomerPartyNumberDebitAuthorizationIdDebitAuthorizationReferenceNumberDirectDebitCountEffectiveEndDateEffectiveStartDateFinalCollectionDateFrequencyIBANLegalEntityIdentifierLegalEntityNamePrimaryIndicatorReasonForAmendmentSigningDateStatusTransactionTypeVersionNumberdebitAuthorizationVersions 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
- /jointVentureSourceTransactions Get all joint venture source transactions
- /jointVentureOptions Get all joint venture options
- /expenseMiscPolicies Get all expense miscellaneous policies
- /jointVentureOverheadTransactions Get all overhead transactions
- /withholdingTaxLines Get all withholding tax lines
- 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