Supported operations
| GET /withholdingTaxLines |
| GET /withholdingTaxLines/{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 | — |
| findByTransactionFinder | — |
Example finder request
GET /fscmRestApi/resources/11.13.18.05/withholdingTaxLines?finder=PrimaryKey Queryable q fields (31)
Only these fields can appear in a q filter expression on
/withholdingTaxLines. Filtering on any other field returns
400 Bad Request.
Example q request
GET /fscmRestApi/resources/11.13.18.05/withholdingTaxLines?q=CalculationPoint='<value>'&onlyData=true&limit=25
| Field | Type | Operators |
|---|---|---|
| ApplicationId | integer | = != |
| CalculationPoint | string | = != |
| Cancelled | string | = != |
| EntityCode | string | = != |
| EventClassCode | string | = != |
| InternalOrganizationId | integer | = != |
| SummaryTaxLineId | integer | = != |
| Tax | string | = != |
| TaxAmount | number | = != |
| TaxApportionmentLineNumber | integer | = != |
| TaxId | integer | = != |
| TaxJurisdictionCode | string | = != |
| TaxJurisdictionId | integer | = != |
| TaxJurisdictionName | string | = != |
| TaxLineId | integer | = != |
| TaxLineNumber | integer | = != |
| TaxRate | integer | = != |
| TaxRateCode | string | = != |
| TaxRateId | integer | = != |
| TaxRateName | string | = != |
| TaxRegimeCode | string | = != |
| TaxRegimeId | integer | = != |
| TaxRegimeName | string | = != |
| TaxStatusCode | string | = != |
| TaxStatusId | integer | = != |
| TaxStatusName | string | = != |
| TrxId | integer | = != |
| TrxLevelType | string | = != |
| TrxLineId | integer | = != |
| TrxLineNumber | string | = != |
| UnroundedTaxAmount | integer | = != |
Response fields (31)
Top-level attributes returned for each row. Use
fields= to request a subset and shrink the payload.
ApplicationIdCalculationPointCancelledEntityCodeEventClassCodeInternalOrganizationIdSummaryTaxLineIdTaxTaxAmountTaxApportionmentLineNumberTaxIdTaxJurisdictionCodeTaxJurisdictionIdTaxJurisdictionNameTaxLineIdTaxLineNumberTaxRateTaxRateCodeTaxRateIdTaxRateNameTaxRegimeCodeTaxRegimeIdTaxRegimeNameTaxStatusCodeTaxStatusIdTaxStatusNameTrxIdTrxLevelTypeTrxLineIdTrxLineNumberUnroundedTaxAmount 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
- /jointVentureOverheadTransactions Get all overhead transactions
- /debitAuthorizations Get all debit authorizations
- /jointVentureSourceTransactions Get all joint venture source transactions
- /nettingAgreements Get all netting agreements
- /jointVentureOptions Get all joint venture options
- 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