Oracle Fusion FSCM endpoint reference

Withholding Tax Lines REST API

Get all withholding tax lines

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

Everything on this page is extracted from Oracle's official OpenAPI specification for Fusion Cloud FSCM: 31 queryable q fields, 2 named finders. Unsure how q works? See the Oracle Fusion API guide.

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