Update Tax Determinants on Fiscal Document Line Using REST

To better support high-volume transaction environments, the existing Inbound Fiscal Documents REST service has been enhanced to support both single and bulk patch actions.

This enhancement enables you to quickly and efficiently update tax determinants on fiscal document lines. As a result, you can easily review and correct missing or incorrect tax determinants entered on fiscal document lines.

By improving the accuracy of tax determinant updates, this feature helps ensure correct tax calculation, enhances compliance, and reduces manual rework.

Sample payload with list of tax determinants that can be updated.

{
"FiscalDocumentConvertedCFOP": "2101",
"FiscalDocumentOriginalCFOP": "5101",
"FreightModal": "AR_INCOME_TX1-A2",
"ProductFiscalClassificationId": 300100112129133,
"ProductCategory": "FISCAL CLASSIFICATION CODE/84716052",
"IntendedUseId": 100100051302298,
"TaxClassificationCode": "ACC_RATE-UES",
"FinalDischargeLocationId": 300100095929546,
"AssessableValue": 1001,
"FciControlNumber": "23456"
}

This enhancement enables greater automation and streamlining of integrations, helping you manage fiscal documents more efficiently, especially in high-volume environments. By supporting single and bulk updates through REST APIs, it reduces manual intervention and improves overall processing accuracy.

Steps to enable and configure

  • Review the REST service definition in the REST API Guides available in the Oracle Help Center (navigate to: Your Apps Service Area of Interest > APIs & Schema).
  • If you are new to Oracle REST services, refer to the Quick Start section for guidance.
  • No additional setup is required to enable this feature.

Key resources

  • Oracle Fusion Cloud SCM: Using Fiscal Document Capture, available on the Oracle Help Center.
  • Oracle Fusion Cloud SCM: Implementing Manufacturing and Supply Chain Management -Fiscal Document Capture, available on the Oracle Help Center.

Access requirements

Users who are assigned a configured job role that contain this privilege can access this feature.

  • Update Fiscal Document (CMF_UPDATE_FISCAL_DOCUMENT_PRIV)

This privilege was available prior to this update.