Zx-party-tax-profile Query

: Determines if taxes should be automatically calculated for the party. REP_REGISTRATION_NUMBER : The primary tax registration number for the profile. Oracle Help Center Common Reporting Tools Oracle BI Publisher / OTBI Receivables - Customer Tax Profile Real Time subject area for real-time reporting. Blitz Report

If you can provide more context — such as the country, legal framework, or specific party/organization involved — I would be glad to help write a well-sourced, informative article on the actual tax policy or political finance rules you have in mind. zx-party-tax-profile query

For a standard report on supplier-level tax registrations, use the following join logic: HP.party_name supplier_name, SUP.segment1 : Determines if taxes should be automatically calculated

Alternatively, if you meant to ask about (e.g., how a particular party’s tax proposals affect different income groups), please clarify the party and jurisdiction. Blitz Report If you can provide more context

| Status Code | Description | Resolution | |-------------|-------------|-------------| | 400 Bad Request | Missing partyId/tin or malformed jurisdiction code | Check that jurisdiction is a valid ISO 3166-1 code and exactly one identifier is passed. | | 401 Unauthorized | Missing or invalid JWT | Refresh token via ZX Auth service. | | 403 Forbidden | Authenticated but party is in a restricted tenant or user lacks TAX_PROFILE_READ scope | Verify tenant isolation and OAuth scopes. | | 404 Not Found | Party exists but tax profile not configured – or party does not exist | Create a tax profile first using POST /parties/partyId/tax-profile or validate partyId. | | 422 Unprocessable Entity | TIN syntax is invalid for the given jurisdiction (e.g., non-numeric characters in a purely numeric TIN country) | Implement client-side validation against ZX’s TIN format library. | | 429 Too Many Requests | Rate limit exceeded (default: 1000 queries per minute per tenant) | Implement exponential backoff or batch queries via the /bulk endpoint. | | 500 Internal Server Error | ZX backend database unavailable | Retry with jitter + circuit breaker pattern. |

Scroll to Top