Calculate Tax as a Buyer
Learn about calculating tax for buyers.
Calculate tax as a buyer
| Endpoint | Method | Key values | Required fields |
|---|---|---|---|
/v2/procurement | POST | purchaseMessageType | transactionType |
This request represents tax calculation from the buyer's perspective. It performs a calculation request based on the set property of the Purchase Message Type. Valid values are: Purchase Order, Invoice Verification, Accrual, Distribute Tax, Evaluated Receipts Settlement (ERS), APInvoiceSync, and AccrualSync. Based on the property PurchaseMessageType value, a tax calculation is performed and may or may not be saved for reporting and tax remittance.
Purchase message types
| Message type | Description |
|---|---|
| Purchase Order | A Purchase Order is used to estimate the tax on intended purchases for a Buyer. The intended purchase of goods or services, including tax, is used as input to generate the purchase order. The ultimate use of the goods or services typically dictates the taxability of the purchase. Purchase Order transactions are not stored for reporting or used in tax remittance. |
| Invoice Verification | The Accrual Request initiates a self-accrual calculation. This situation occurs when the buyer must remit tax on tangible personal property or services (used or consumed) when tax due on the transaction has not been paid. Accrual transactions are stored and used for reporting and remittance. |
| Accrual | The Invoice Verification is used to verify tax on incoming invoices to the buyer for tangible personal property, rentals, and leases. The invoice is recreated from the seller's perspective to validate that the appropriate tax has been applied. The Invoice Verification compares the total vendor-charged or supplier-charged tax amount from the original invoice to the Vertex-calculated tax amount. If any user-defined verification thresholds are set up, the engine validates for tolerances at the transaction level, and returns an indicator to the host system for undercharges and overcharges outside of the settings. The invoice may display no tax if the buyer has filed a direct pay permit with the vendor or supplier. Invoice Verification transactions are not stored for reporting or used in tax remittance. |
| Distribute Tax | The Distribute Tax Procurement accepts a combined total tax amount for a purchase and distributes that tax to the appropriate jurisdictions. The engine uses the total tax amount with the combined rates for the taxing jurisdictions to determine the taxable base, and then redistributes the calculated taxes to each level for remittance. Use this request for a tax-only adjustment (debit or credit) to reconcile a tax underpayment or overpayment. The engine uses Vertex taxability rules that are effective on the date specified in the documentDate attribute. The engine processes records for jurisdiction registration, product exception or customer exception, or customer exemption if they are dated on or before that date. A Distribute Tax Procurement transaction impacts revenue unless you designate it as a tax-only adjustment. Distribute Tax Procurement transactions are stored for reporting. |
| Evaluated Receipts Settlement (ERS) | Initiates an ERS calculation. Use the ERS request to calculate tax when a formalized agreement between the buyer and seller places the tax calculation burden on the buyer. In these situations, the seller does not issue an invoice. Instead, the buyer relies on pre-established terms (represented in a purchase order or other agreement) to calculate the tax due and remit payment directly to the seller. You must have a current knowledge of the seller's tax status (for example, where the seller is registered or has nexus) to assess tax at the appropriate rate. In instances where the seller is not registered or does not have nexus in a taxing jurisdiction, the buyer determines the tax due and remits this Consumer Use Tax directly to the jurisdiction |
| APInvoiceSync | ⚠️APInvoiceSync requests must be submitted in the suggested time period to prevent calculation errors or duplicate transactions. For On-Premise and On-Demand deployments, requests must be executed prior to Tax Journal Purges that include impacted transactions. For Cloud deployments, requests must be executed within 90 days of tax calculation for impacted transactions. An Accounts Payable Invoice Synchronization Request message. This request initiates the reconciliation of Accounts Payable invoices between O Series and your host system. |
| AccrualSync | ⚠️AccrualSync requests must be submitted in the suggested time period to prevent calculation errors or duplicate transactions. For On-Premise and On-Demand deployments, requests must be executed prior to Tax Journal Purges that include impacted transactions. For Cloud deployments, requests must be executed within 90 days of tax calculation for impacted transactions. An Accrual Synchronization Response message. This response returns the calculation results for the reconciliation process for Accrual transactions between O Series and your host system. |
| Conditional Procurement | The Conditional Procurement message. This request enables invoice verification and tax reconciliation via procure-to-pay workflows by comparing Vendor Charged Tax (VCT) against O Series Calculated Tax (OCT). Based on the comparison, the API applies preconfigured Conditional Procurement rules to determine the appropriate action, such as accruing additional tax, paying vendor charged tax, or holding the invoice for review if discrepancies exceed configured thresholds. |
Conditional Procurement
Note:
Conditional Procurement calculation is released for O Series calculation APIs. Additional configuration enhancements are planned for this feature in future releases. For O Series On-Premise deployments, Monthly Data Update (MDU) 266 or higher is required for Conditional Procurement calculation.
A Conditional Procurement calculation evaluates the difference between Vendor Charged Tax (VCT) and O Series Calculated Tax (OCT), then it applies preconfigured decision rules to determine whether to accrue or distribute tax. If the variance between VCT and OCT exceeds a threshold, the invoice is flagged as HOLD; otherwise, the calculation response indicates to pay or accrue the difference.
Conditional Procurement tax evaluation scenarios include:
| Conditional Procurement Scenario | Scenario Description |
|---|---|
| Match | Vendor charged tax equals calculated tax. |
| Undercharge | Vendor charged less than calculated tax. |
| Overcharge | Vendor charged more than calculated tax. |
| Zero Charged Tax | Vendor charged zero tax, but tax was calculated. |
| Delivered Duty Paid (DDP) | Buyer has DDP terms and tax should not be accrued. |
| Reverse Charge (Canada only) | Vendor returns no tax, buyer accrues tax and sends responsibility in response. |
Conditional Procurement response
Conditional Procurement response values are returned in taxEvaluation fields at the transaction and line level. Here is a sample calculation response for a Conditional Procurement calculation where an Overcharge scenario exceeds the HOLD threshold:
{
"buyer": {
"company": "TEST",
"destination": {
"taxAreaId": "390910000"
}
},
"documentDate": "2026-01-16",
"lineItems": [
{
"assistedParameters": [
{
"originalValue": "TEST",
"paramName": "buyer.company",
"phase": "PRE",
"ruleName": "ALL_Company Code to Division-Buyer",
"value": "NEXTERA_PARENT"
},
{
"paramName": "buyer.division",
"phase": "PRE",
"ruleName": "ALL_Company Code to Division-Buyer",
"value": "TEST"
}
],
"buyer": {
"company": "NEXTERA_PARENT",
"division": "TEST"
},
"extendedPrice": 44,
"lineItemNumber": 1,
"quantity": {
"value": 1
},
"taxEvaluationResult": "UNDERCHARGED",
"taxEvaluationActionResult": "HOLD",
"taxEvaluationHoldFlag": true,
"taxEvaluationHoldReason": "Variance between charged and calculated tax.",
"taxIncludedIndicator": false,
"taxes": [
{
"calculatedTax": 2.64,
"calculationRuleId": {
"salesTaxHolidayIndicator": false,
"userDefined": false,
"value": "v301383775"
},
"effectiveRate": 0.06,
"exempt": 0,
"imposition": {
"impositionId": "1",
"jurisdictionId": "31152",
"userDefined": false,
"value": "Sales and Use Tax"
},
"impositionType": {
"impositionTypeId": "v1",
"userDefined": false,
"value": "General Sales and Use Tax",
"informationOnly": false
},
"inclusionRuleId": {
"salesTaxHolidayIndicator": false,
"userDefined": false,
"value": "v313442122"
},
"isService": false,
"jurisdiction": {
"effectiveDate": "1900-01-01",
"expirationDate": "9999-12-31",
"jurisdictionId": "31152",
"jurisdictionType": "STATE",
"value": "PENNSYLVANIA"
},
"maxTaxIndicator": false,
"nominalRate": 0.06,
"nonTaxable": 0,
"notRegisteredIndicator": false,
"remitToVendor": true,
"situs": "DESTINATION",
"taxCollectedFromParty": "BUYER",
"taxRateReductionExempt": 0,
"taxResult": "TAXABLE",
"taxStructure": "SINGLE_RATE",
"taxType": "SALES",
"taxable": 44
}
],
"totalTax": 2.64
}
],
"postToJournal": false,
"purchaseMessageType": "CONDITIONAL_PROCUREMENT",
"returnAssistedParametersIndicator": true,
"roundAtLineLevel": false,
"subTotal": 44,
"taxEvaluationHoldFlag": true,
"taxEvaluationHoldReason": "Variance between charged and calculated tax. See individual line items.",
"total": 46.64,
"totalTax": 2.64,
"transactionType": "PURCHASE",
"applicationData": {
"responseTimeMS": "32.5"
}
}
Child lines and the lineItems array
All calculation requests include alineItems array, which is the header for a component (a line) of a transaction. A separate lineItems array is required for each component (line) to be calculated in a tax calculation request.
One of the objects in a header-level lineItems array is a sub-level lineItems array, used for the calculation of child lines. Child lines are transaction lines that belong to a parent line on a transaction. Child lines are required for complex taxing scenarios, such as bundled services, multi-line calculation for line-based telecommunications taxes, and the allocation of accruals.
A sub-level lineItems array includes the same objects and fields as a header-level lineItems array, so each sub-level lineItems array contains its ownlineItems array. To allow for flexibility during calculation, O Series supports the calculation of child lines that belong to other child lines.
Support logging for tax calculations
Pass this attribute in your tax calculation request to enable support logging:
"applicationData": {
"messageLogging": {
"overrideLoggingThresholds": [
{
"logLevel": "SUPPORT"
}
],
"returnLogEntries": true
},
When support logging is enabled, the calculation response includes additional calculation details, full situs determination logic, and calculation response times. For example:
"applicationData": {
"messageLogging": {
"overrideLoggingThresholds": [
{
"logLevel": "SUPPORT"
}
],
"returnLogEntries": true
},
"logEntries": [
{
"logLevel": "OPS",
"className": "com.vertexinc.tps.common.persist.TaxabilityCategoryCachingPersister",
"message": [
"Reloaded cache in 63 ms."
]
},
{
"logLevel": "SUPPORT",
"className": "com.vertexinc.tps.common.domain.Transaction",
"message": [
"Calculation Details:",
"Transaction: documentNumber=, transactionId=, taxDate=20260109, calcBothPerspectives=false, calcLowestTax=false, lineItemLevelRounding=false, returnGeneratedLineItems=false",
"Participant: role=Seller, id=425, detailId=425, cmpCode=Test, divCode=, deptCode=, classCode=, name=Test, isExempt=false, startDate=20080514, endDate=",
"Line Item: num=1, shippingTerms=, taxDate=20260109, gross=100.0, taxable=100.0, nontaxable=0.0, exempt=0.0, tax=6.0",
"Location: roleType=Destination, taxAreaId=390910000",
"Location: roleType=Physical Origin, taxAreaId=390910000",
"Tax Assist Rule: ruleName=pre_TAID, phase=PRE_CALCULATION, parameterName=physicalOrigin.taxAreaId, assistedParameterValue=390910000, originalParameterValue=",
"Derived Taxability Category: categoryId=2, categoryCode=TPP",
"Derived Taxability Category: categoryId=980, categoryCode=Personal Use",
"Derived Taxability Category: categoryId=118862, categoryCode=Reverse Charge Automated Threshold Evaluation",
"LineItemTax: situsTaxAreaId=390910000, jurId=31152, jurName=PENNSYLVANIA, taxable=100.0, nontaxable=0.0, exempt=0.0, tax=6.0, effRate=0.06, taxResultType=Taxable",
"LineItemTaxDetail: basis=0.0, taxable=0.0, nontaxable=0, exempt=0, tax=0.0, rate=0.06, taxResultType=Taxable",
"LineItemTaxDetail: basis=100.0, taxable=100.0, nontaxable=0, exempt=0, tax=6.0, rate=0.06, taxResultType=Taxable",
"Tax Rule: id=12211187, srcId=1, jurId=31152, impsnId=1, isAutomatic=true, startDate=20200601, endDate=",
"Tax Assist Rule: ruleName=pre_PO_TAID_invoicetextsummary, phase=POST_CALCULATION, parameterName=tax.summaryInvoiceText, assistedParameterValue=salestax_invoicesummary_prepost, originalParameterValue=",
"Situs:",
"Node=200 Condition=2001 - Transaction Type is Sale? True",
"Conclusion=14001 - Set variable Goods to true.",
"Node=202 Condition=1819 - Category is Seller/Vendor Voluntarily Collects Tax? False",
"Node=210 Condition=2001 - Transaction Type is Sale? True",
"Node=300 Condition=6002 - Perspective is Seller? True",
"Node=301 Condition=5032 - Transaction Date is between 20150101 and 99991231? True",
"Node=302 Condition=310199 - Administrative Origin is ARIZONA? False",
"Node=306 Condition=330009 - Administrative Origin is TEXAS? False",
"Node=309 Condition=310546 - Physical Origin is DP1 COMMUNITY DEVELOPMENT DISTRICT? False",
"Node=311 Condition=310530 - Administrative Origin is DP1 COMMUNITY DEVELOPMENT DISTRICT? False",
"Node=313 Condition=320001 - Physical Origin is UNITED STATES? True",
"Node=6988 Condition=310852 - Physical Origin is GARDENS ON HAVANA METROPOLITAN DISTRICT NO. 1? False",
"Node=6993 Condition=310855 - Physical Origin is RIVER POINT AT SHERIDAN? False",
"Node=6998 Condition=310858 - Physical Origin is GLENWOOD MEADOWS METROPOLITAN DISTRICT? False",
"Node=7008 Condition=310862 - Physical Origin is MAMMOTH LAKES TBID? False",
"Node=7032 Condition=310869 - Physical Origin is DENVER WEST VILLAGE PUBLIC IMPROVEMENT DISTRICT 1? False",
"Node=7034 Condition=310871 - Physical Origin is DENVER WEST VILLAGE PUBLIC IMPROVEMENT DISTRICT 2? False",
"Node=7048 Condition=310873 - Physical Origin is PROMENADE DENVER WEST PUBLIC IMPROVEMENT FEE? False",
"Node=7060 Condition=310885 - Physical Origin is BOULEVARD AT LOWRY PUBLIC IMPROVEMENT DISTRICT? False",
"Node=7090 Condition=310895 - Physical Origin is SHOPPES ON SOUTH NEVADA PUBLIC IMPROVEMENT DISTRICT? False",
"Node=7094 Condition=310897 - Physical Origin is NORTH CAROLINA? False",
"Node=7098 Condition=310899 - Physical Origin is RALSTON CREEK PUBLIC IMPROVEMENT DISTRICT? False",
"Node=7132 Condition=310949 - Physical Origin is MIAMI WORLD CENTER COMMUNITY DEVELOPMENT DISTRICT? False",
"Node=7160 Condition=310953 - Physical Origin is PELL CITY SQUARE COOPERATIVE DISTRICT? False",
"Node=7170 Condition=310966 - Physical Origin is PANAMA CITY? False",
"Node=7216 Condition=310992 - Physical Origin is PAVILION AT PORT ORANGE PUBLIC INFRASTRUCTURE FEE, DP1 COMMUNITY DEVELOPMENT DISTRICT, HAMMOCK LANDING SHOPPING CENTER PUBLIC USER FEE, VILLAGE AT GULFSTREAM PARK DISTRICT IMPROVEMENT FEE, TANGER OUTLETS PUBLIC USER FEE, CELEBRATION POINTE PUBLIC USER DISTRICT, CYPRESS CREEK TOWN CENTER NORTH, ONE DAYTONA ENHANCED AMENITY DISTRICT? False",
"Node=7238 Condition=311002 - Physical Origin is SNOWSHOE RESORT COMMUNITY DISTRICT? False",
"Node=7242 Condition=311010 - Physical Origin is LAKE NONA ARTS AND EXPERIENCES PUBLIC USER FEE? False",
"Node=7277 Condition=311048 - Destination is PARK MEADOWS PROPERTY IMPROVEMENT DISTRICT? False",
"Node=7278 Condition=311050 - Administrative Origin is PARK MEADOWS PROPERTY IMPROVEMENT DISTRICT? False",
"Node=7280 Condition=311049 - Physical Origin is PARK MEADOWS PROPERTY IMPROVEMENT DISTRICT? False",
"Node=314 Condition=310001 - Destination is UNITED STATES? True",
"Node=319 Condition=310435 - Destination is BELMAR-PLAZA METROPOLITAN DISTRICT NO. 1? False",
"Node=324 Condition=310938 - Destination is CREEKWALK MARKETPLACE BUSINESS IMPROVEMENT DISTRICT? False",
"Node=1632 Condition=310940 - Destination is CENTENNIAL YARDS? False",
"Node=1694 Condition=310472 - Destination is NEBRASKA? False",
"Node=1785 Condition=311021 - Destination is EASTERN BAND OF CHEROKEE INDIAN RESERVATION? False",
"Node=1799 Condition=311026 - Destination is FOLEY HILTON HOME 2 PUBLIC FACILITIES COOPERATIVE DISTRICT? False",
"Node=6990 Condition=310851 - Administrative Origin is GARDENS ON HAVANA METROPOLITAN DISTRICT NO. 1? False",
"Node=6991 Condition=310852 - Physical Origin is GARDENS ON HAVANA METROPOLITAN DISTRICT NO. 1? False",
"Node=6992 Condition=310850 - Destination is GARDENS ON HAVANA METROPOLITAN DISTRICT NO. 1? False",
"Node=6995 Condition=310854 - Administrative Origin is RIVER POINT AT SHERIDAN? False",
"Node=6996 Condition=310855 - Physical Origin is RIVER POINT AT SHERIDAN? False",
"Node=6997 Condition=310853 - Destination is RIVER POINT AT SHERIDAN? False",
"Node=7012 Condition=310860 - Destination is MAMMOTH LAKES TBID? False",
"Node=7015 Condition=310857 - Administrative Origin is GLENWOOD MEADOWS METROPOLITAN DISTRICT? False",
"Node=7016 Condition=310858 - Physical Origin is GLENWOOD MEADOWS METROPOLITAN DISTRICT? False",
"Node=7017 Condition=310856 - Destination is GLENWOOD MEADOWS METROPOLITAN DISTRICT? False",
"Node=7030 Condition=310865 - Destination is JOHNSTOWN PLAZA PUBLIC IMPROVEMENT DISTRICT? False",
"Node=7036 Condition=310868 - Destination is DENVER WEST VILLAGE PUBLIC IMPROVEMENT DISTRICT 1? False",
"Node=7038 Condition=310870 - Destination is DENVER WEST VILLAGE PUBLIC IMPROVEMENT DISTRICT 2? False",
"Node=7051 Condition=310872 - Destination is PROMENADE DENVER WEST PUBLIC IMPROVEMENT FEE? False",
"Node=7054 Condition=310900 - Destination is FIRST AND MAIN BUSINESS IMPROVEMENT DISTRICT NO. 2? False",
"Node=7057 Condition=310903 - Destination is INTERQUEST MARKETPLACE PUBLIC IMPROVEMENT FEE? False",
"Node=7063 Condition=310884 - Destination is BOULEVARD AT LOWRY PUBLIC IMPROVEMENT DISTRICT? False",
"Node=7069 Condition=310886 - Destination is NORTH LAKE TAHOE TBID ZONE 1? False",
"Node=7075 Condition=310888 - Destination is NORTH LAKE TAHOE TBID ZONE 2? False",
"Node=7087 Condition=330133 - Administrative Origin is CAFARELLI CENTER AT DENVER WEST PID 1? False",
"Node=7088 Condition=330134 - Destination is CAFARELLI CENTER AT DENVER WEST PID 1? False",
"Node=7089 Condition=330135 - Administrative Origin is CAFARELLI CENTER AT DENVER WEST PID 2? False",
"Node=7093 Condition=330136 - Destination is CAFARELLI CENTER AT DENVER WEST PID 2? False",
"Node=7102 Condition=310898 - Destination is RALSTON CREEK PUBLIC IMPROVEMENT DISTRICT? False",
"Node=7112 Condition=310924 - Destination is GRAND TARGHEE RESORT DISTRICT, TETON VILLAGE RESORT DISTRICT? False",
"Node=7121 Condition=310934 - Destination is OXBOW CROSSING AND RIVER LANDING PHASE I? False",
"Node=7126 Condition=310936 - Destination is OXBOW CROSSING AND RIVER LANDING PHASE II? False",
"Node=7130 Condition=310947 - Destination is BRANDS REGIONAL PROJECT IMPROVEMENTS DISTRICT? False",
"Node=7138 Condition=310948 - Destination is MIAMI WORLD CENTER COMMUNITY DEVELOPMENT DISTRICT? False",
"Node=7153 Condition=310939 - Destination is CENTERRA PUBLIC IMPROVEMENT DISTRICT? False",
"Node=7163 Condition=310951 - Destination is PELL CITY SQUARE COOPERATIVE DISTRICT? False",
"Node=7182 Condition=310968 - Destination is PANAMA CITY BEACH, PANAMA CITY? False",
"Node=7193 Condition=310054 - Destination is NEW JERSEY? False",
"Node=7223 Condition=310991 - Destination is PAVILION AT PORT ORANGE PUBLIC INFRASTRUCTURE FEE, DP1 COMMUNITY DEVELOPMENT DISTRICT, HAMMOCK LANDING SHOPPING CENTER PUBLIC USER FEE, TANGER OUTLETS PUBLIC USER FEE, CYPRESS CREEK TOWN CENTER NORTH, ONE DAYTONA ENHANCED AMENITY DISTRICT, CELEBRATION POINTE PUBLIC USER DISTRICT, VILLAGE AT GULFSTREAM PARK DISTRICT IMPROVEMENT FEE? False",
"Node=7229 Condition=310994 - Destination is VILLAGE AT DRY CREEK PUBLIC IMPROVEMENT DISTRICT NO. 1? False",
"Node=7230 Condition=310998 - Destination is BELLEVIEW STATION PUBLIC IMPROVEMENT DISTRICT? False",
"Node=7231 Condition=310999 - Administrative Origin is BELLEVIEW STATION PUBLIC IMPROVEMENT DISTRICT? False",
"Node=7232 Condition=311001 - Destination is SNOWSHOE RESORT COMMUNITY DISTRICT? False",
"Node=7241 Condition=311001 - Destination is SNOWSHOE RESORT COMMUNITY DISTRICT? False",
"Node=7244 Condition=311012 - Destination is LAKE NONA ARTS AND EXPERIENCES PUBLIC USER FEE? False",
"Node=7245 Condition=311013 - Destination is SHOE STATION PUBLIC FACILITIES COOPERATIVE DISTRICT, FOLEY SQUARE PUBLIC FACILITIES COOPERATIVE DISTRICT, WOLF BAY LODGE PUBLIC FACILITIES COOPERATIVE DISTRICT, FOLEY HOLDINGS PUBLIC FACILITIES COOPERATIVE DISTRICT, FOLEY STREAMLINE PUBLIC FACILITIES COOPERATIVE DISTRICT, FOLEY SQUARE II PUBLIC FACILITIES COOPERATIVE DISTRICT, TANGER OUTLET PUBLIC FACILITIES COOPERATIVE DISTRICT, MCKENZIE VILLAGE PUBLIC FACILITIES COOPERATIVE DISTRICT, TROJAN MARKETPLACE COOPERATIVE DISTRICT? False",
"Node=7258 Condition=310472 - Destination is NEBRASKA? False",
"Node=7281 Condition=311048 - Destination is PARK MEADOWS PROPERTY IMPROVEMENT DISTRICT? False",
"Node=8001 Condition=330140 - Destination is CROSSROADS METROPOLITAN DISTRICT NOS. 1 AND 2? False",
"Node=315 Condition=330001 - Administrative Origin is UNITED STATES? False",
"Node=1000 Condition=8002 - Physical Origin supplied? True",
"Node=1002 Condition=4120001 - Destination Country is the same as the Physical Origin Country? True",
"Node=1012 Condition=5055 - Transaction Date is between 19000101 and 19000101? False",
"Node=1054 Condition=310002 - Destination is CANADA? False",
"Node=1056 Condition=310001 - Destination is UNITED STATES? True",
"Node=1397 Condition=320163 - Physical Origin is TENNESSEE? False",
"Node=1401 Condition=330009 - Administrative Origin is TEXAS? False",
"Node=1421 Condition=330132 - Administrative Origin is CAFARELLI CENTER AT DENVER WEST PID 1, CAFARELLI CENTER AT DENVER WEST PID 2? False",
"Node=1427 Condition=330139 - Physical Origin is CAFARELLI CENTER AT DENVER WEST PID 1, CAFARELLI CENTER AT DENVER WEST PID 2? False",
"Node=1403 Condition=310432 - Physical Origin is LAKESIDE CENTER PUBLIC IMPROVEMENT FEE? False",
"Node=1404 Condition=310433 - Physical Origin is BELMAR-PLAZA METROPOLITAN DISTRICT NO. 1? False",
"Node=1439 Condition=310715 - Physical Origin is CITYSET I? False",
"Node=1408 Condition=310436 - Physical Origin is TANGER OUTLETS PUBLIC USER FEE? False",
"Node=1409 Condition=310442 - Physical Origin is CELEBRATION POINTE PUBLIC USER DISTRICT? False",
"Node=1432 Condition=310602 - Physical Origin is RIMROCK CROSSING PUBLIC IMPROVEMENT DISTRICT? False",
"Node=1434 Condition=310708 - Physical Origin is CYPRESS CREEK TOWN CENTER NORTH? False",
"Node=1413 Condition=330129 - Administrative Origin is PANAMA CITY? False",
"Node=1414 Condition=330130 - Administrative Origin is PANAMA CITY BEACH? False",
"Node=1437 Condition=310709 - Administrative Origin is CYPRESS CREEK TOWN CENTER NORTH? False",
"Node=1441 Condition=310716 - Administrative Origin is CITYSET I? False",
"Node=1320 Condition=310004 - Destination is GUAM? False",
"Node=1390 Condition=5032 - Transaction Date is between 20150101 and 99991231? True",
"Node=1391 Condition=310197 - Destination is ARIZONA? False",
"Node=1392 Condition=8003 - Administrative Origin supplied? False",
"Node=1324 Condition=8002 - Physical Origin supplied? True",
"Node=1400 Condition=310008 - Destination is FLORIDA, ALASKA, CALIFORNIA, VIRGINIA, ALABAMA, NEW YORK, DISTRICT OF COLUMBIA, GEORGIA, PUERTO RICO, SOUTH CAROLINA, TEXAS, COLORADO? False",
"Node=1750 Condition=310504 - Destination is LOUISIANA? False",
"Node=1450 Condition=310088 - Destination is MARSHALL ISLANDS, PALAU, VIRGIN ISLANDS, NORTHERN MARIANA ISLANDS, AMERICAN SAMOA, F.S. OF MICRONESIA? False",
"Node=1455 Condition=310320 - Destination is UNITED STATES MINOR OUTLYING ISLANDS? False",
"Node=1500 Condition=310003 - Destination is IDAHO, MONTANA, NEBRASKA, SOUTH DAKOTA, VERMONT, IOWA, OKLAHOMA, CONNECTICUT, MAINE, MISSISSIPPI, WYOMING, KENTUCKY, HAWAII, MASSACHUSETTS, WEST VIRGINIA, MICHIGAN, RHODE ISLAND, WISCONSIN, DELAWARE, LOUISIANA, NORTH DAKOTA, OREGON, INDIANA, NEW HAMPSHIRE, MARYLAND, MINNESOTA, NEVADA, NEW JERSEY, NORTH CAROLINA? False",
"Node=1800 Condition=310034 - Destination is KANSAS? False",
"Node=1860 Condition=310083 - Destination is UTAH? False",
"Node=1890 Condition=310121 - Destination is ARKANSAS? False",
"Node=1900 Condition=310029 - Destination is PENNSYLVANIA, NEW MEXICO, OHIO, TENNESSEE, MISSOURI, ARIZONA, ILLINOIS? True",
"Node=1905 Condition=310197 - Destination is ARIZONA? False",
"Node=2000 Condition=4130002 - Destination State is the same as the Administrative Origin State? False",
"Node=2001 Condition=310035 - Destination is PENNSYLVANIA? True",
"Node=2100 Condition=4120002 - Destination State is the same as the Physical Origin State? True",
"Node=2122 Condition=5137 - Transaction Date is between 20220601 and 99991231? True",
"Node=37805 Condition=310035 - Destination is PENNSYLVANIA? True",
"Node=37806 Condition=2001 - Transaction Type is Sale? True",
"Node=37808 Condition=1141 - Category is Automobiles? False",
"Node=37809 Condition=1142 - Category is Buses? False",
"Node=37810 Condition=1143 - Category is Aircraft? False",
"Node=37811 Condition=1144 - Category is Containers & Trailers? False",
"Node=37812 Condition=1145 - Category is Motor Boats/Watercraft/Vessels? False",
"Node=37813 Condition=1146 - Category is Motorcycle? False",
"Node=37814 Condition=1147 - Category is Watercraft No Motors? False",
"Node=37815 Condition=1148 - Category is Helicopters? False",
"Node=37816 Condition=1149 - Category is Trucks? False",
"Node=37817 Condition=1150 - Category is Trucks - Class 1 Light Duty (Gvw 0 - 4000)? False",
"Node=37818 Condition=1151 - Category is Trucks - Class 2 Light Duty (Gvw 4001 - 6000)? False",
"Node=37819 Condition=1152 - Category is Trucks - Class 3 Light Duty (Gvw 6001 - 10000)? False",
"Node=37820 Condition=1153 - Category is Trucks - Class 4 Medium Duty (Gvw 10001 - 16000)? False",
"Node=37821 Condition=1154 - Category is Trucks - Class 5 Medium Duty (Gvw 16001 - 19500)? False",
"Node=37822 Condition=1155 - Category is Trucks - Class 6 Medium Duty (Gvw 19501 - 26000)? False",
"Node=37823 Condition=1156 - Category is Trucks - Class 7 and 8 Heavy Duty (Gvw exceeds 26000)? False",
"Node=37824 Condition=1157 - Category is Real property? False",
"Node=37825 Condition=8003 - Administrative Origin supplied? False",
"Node=38374 Condition=310457 - Destination is PHILADELPHIA? False",
"Node=38375 Condition=320164 - Physical Origin is PENNSYLVANIA? True",
"Node=38506 Condition=2001 - Transaction Type is Sale? True",
"Node=38376 Condition=5057 - Transaction Date is between 20170101 and 99991231? True",
"Conclusion=120000 - Calculate Sales at the Physical Origin for all Jurisdiction Types.",
"Conclusion=34112035 - Excludes imposition type id id = 35, source id = 1 at the Physical Origin tax type is Sales jurisdiciton types are City.",
"Node=6910 Condition=310742 - Physical Origin is VALLEY CLUB POINTE METROPOLITAN DISTRICT? False",
"Node=6912 Condition=310740 - Destination is VALLEY CLUB POINTE METROPOLITAN DISTRICT? False",
"Node=6914 Condition=310745 - Administrative Origin is LITTLETON VILLAGE METROPOLITAN DISTRICT NO. 3? False",
"Node=6917 Condition=310744 - Physical Origin is LITTLETON VILLAGE METROPOLITAN DISTRICT NO. 3? False",
"Node=6920 Condition=310746 - Physical Origin is SOUTH ACADEMY HIGHLANDS PUBLIC IMPROVEMENT DISTRICT? False",
"Node=6921 Condition=310747 - Administrative Origin is SOUTH ACADEMY HIGHLANDS PUBLIC IMPROVEMENT DISTRICT? False",
"Node=6924 Condition=310761 - Physical Origin is OCEAN CITY? False",
"Node=6934 Condition=310764 - Destination is OCEAN CITY? False",
"Node=6925 Condition=310762 - Physical Origin is MECKLENBURG? False",
"Node=6935 Condition=310765 - Destination is MECKLENBURG? False",
"Node=6926 Condition=310763 - Physical Origin is DARE? False",
"Node=6936 Condition=310766 - Destination is DARE? False",
"Node=6939 Condition=310768 - Physical Origin is KENTUCKY? False",
"Node=6942 Condition=310770 - Destination is KENTUCKY? False",
"Node=6940 Condition=310769 - Physical Origin is ARKANSAS? False",
"Node=6943 Condition=310771 - Destination is ARKANSAS? False",
"Node=6947 Condition=310473 - Physical Origin is OMAHA? False",
"Node=6948 Condition=310474 - Destination is OMAHA? False",
"Node=6951 Condition=310805 - Physical Origin is PRAIRIE CENTER METROPOLITAN DISTRICT NO. 1? False",
"Node=6954 Condition=310804 - Destination is PRAIRIE CENTER METROPOLITAN DISTRICT NO. 1? False",
"Node=6961 Condition=310818 - Physical Origin is CREEKSIDE-PUBLIC IMPROVEMENT DISTRICT? False",
"Node=6964 Condition=310819 - Administrative Origin is CREEKSIDE-PUBLIC IMPROVEMENT DISTRICT? False",
"Node=6965 Condition=310818 - Physical Origin is CREEKSIDE-PUBLIC IMPROVEMENT DISTRICT? False",
"Node=6966 Condition=310817 - Destination is CREEKSIDE-PUBLIC IMPROVEMENT DISTRICT? False",
"Node=6967 Condition=310821 - Physical Origin is COLORADO MILLS-PUBLIC IMPROVEMENT DISTRICT? False",
"Node=6969 Condition=310822 - Administrative Origin is COLORADO MILLS-PUBLIC IMPROVEMENT DISTRICT? False",
"Node=6970 Condition=310821 - Physical Origin is COLORADO MILLS-PUBLIC IMPROVEMENT DISTRICT? False",
"Node=6971 Condition=310820 - Destination is COLORADO MILLS-PUBLIC IMPROVEMENT DISTRICT? False",
"Node=6974 Condition=310827 - Administrative Origin is WILLITS TOWN CENTER PUBLIC IMPROVEMENT DISTRICT? False",
"Node=6976 Condition=310825 - Destination is WILLITS TOWN CENTER PUBLIC IMPROVEMENT DISTRICT? False",
"Node=6981 Condition=310828 - Destination is 9TH AND COLORADO METROPOLITAN DISTRICT? False",
"Node=61541 Condition=310928 - Physical Origin is FOOTHILLS PUBLIC IMPROVEMENT DISTRICT? False",
"Node=61543 Condition=310929 - Administrative Origin is FOOTHILLS PUBLIC IMPROVEMENT DISTRICT? False",
"Node=61545 Condition=310927 - Destination is FOOTHILLS PUBLIC IMPROVEMENT DISTRICT? False",
"Node=234 Condition=1866 - Category is Return Sales Tax for All Levels at Destination? False",
"Node=250 Condition=310086 - Destination is UNITED STATES, CANADA? True"
]
}
],
"responseTimeMS": "14401.7"
}
}
Sample request - Calculate tax as a buyer
--body '{
"transactionType": "PURCHASE",
"accumulationCustomerNumber": "string",
"accumulationDocumentNumber": "string",
"billingType": "strin",
"buyer": {
"administrativeDestination": {
"city": "string",
"country": "string",
"currencyConversion": {
"currency": {
"isoCurrencyCodeAlpha": "NXI",
"isoCurrencyCodeNum": 6979,
"isoCurrencyName": "string"
},
"rate": 8180.054264119083
},
"externalJurisdictionCode": "st",
"latitude": "string",
"locationCode": "",
"locationCustomsStatus": "TEMPORARY_IMPORT",
"longitude": "string",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
},
"company": "st",
"department": "string",
"destination": {
"city": "string",
"country": "string",
"currencyConversion": {
"currency": {
"isoCurrencyCodeAlpha": "WAY",
"isoCurrencyCodeNum": 9217,
"isoCurrencyName": "string"
},
"rate": 6382.916287551772
},
"externalJurisdictionCode": "string",
"latitude": "st",
"locationCode": "string",
"locationCustomsStatus": "OUTWARD_PROCESSING_RELIEF",
"longitude": "stri",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "stri",
"taxAreaId": "string"
},
"division": "string",
"exemptionCertificate": {
"exemptionCertificateNumber": "string",
"value": "string"
},
"exemptionReasonCode": "string",
"isTaxExempt": false,
"recipient": {
"recipientCode": {
"classCode": "st",
"isBusinessIndicator": true,
"value": "string"
},
"taxRegistrations": [
{
"fiscalRepresentative": {
"address": {
"city": "string",
"country": "string",
"currencyConversion": {
"currency": {
"isoCurrencyCodeAlpha": "LJQ",
"isoCurrencyCodeNum": 8141,
"isoCurrencyName": "string"
},
"rate": 26.569990218288098
},
"externalJurisdictionCode": "st",
"latitude": "strin",
"locationCode": "string",
"locationCustomsStatus": "TEMPORARY_IMPORT",
"longitude": "string",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
},
"businessName": "string",
"taxRegistrationNumber": "string"
},
"hasPhysicalPresenceIndicator": true,
"impositionType": {
"impositionTypeId": "string",
"userDefined": true,
"value": "string",
"withholdingType": "string",
"informationOnly": false
},
"isoCountryCode": "8B",
"jurisdictionId": "string",
"mainDivision": "string",
"nexusOverrides": [
{
"city": false,
"country": true,
"district": true,
"locationRole": "PHYSICAL_ORIGIN",
"mainDivision": true,
"subDivision": true
}
],
"physicalLocations": [
{
"city": "string",
"country": "string",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
}
],
"taxRegistrationAdditionalId": "string",
"taxRegistrationNumber": "string",
"filingCurrency": {
"isoCurrencyCodeAlpha": "ZAW",
"isoCurrencyCodeNum": 8882,
"isoCurrencyName": "string"
},
"taxRegistrationType": "VAT Registration",
"validationResult": {
"isValid": true,
"isSyntaxValid": true,
"validationInfo": "TAX_NUMBER_VALIDATION_NOT_AVAILABLE",
"taxRegistrationNumberNormalized": "string",
"cacheTimestamp": "string",
"cached": true,
"taxNumberService": "string"
}
}
]
},
"taxRegistrations": [
{
"fiscalRepresentative": {
"address": {
"city": "string",
"country": "string",
"currencyConversion": {
"currency": {
"isoCurrencyCodeAlpha": "IDZ",
"isoCurrencyCodeNum": 4488,
"isoCurrencyName": "string"
},
"rate": 4912.477673578664
},
"externalJurisdictionCode": "strin",
"latitude": "string",
"locationCode": "string",
"locationCustomsStatus": "FREE_TRADE_ZONE",
"longitude": "string",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
},
"businessName": "string",
"taxRegistrationNumber": "string"
},
"hasPhysicalPresenceIndicator": true,
"impositionType": {
"impositionTypeId": "string",
"userDefined": false,
"value": "string",
"withholdingType": "string",
"informationOnly": true
},
"isoCountryCode": "6V",
"jurisdictionId": "string",
"mainDivision": "string",
"nexusOverrides": [
{
"city": false,
"country": true,
"district": true,
"locationRole": "ADMINISTRATIVE_ORIGIN",
"mainDivision": false,
"subDivision": false
}
],
"physicalLocations": [
{
"city": "string",
"country": "string",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
}
],
"taxRegistrationAdditionalId": "string",
"taxRegistrationNumber": "string",
"filingCurrency": {
"isoCurrencyCodeAlpha": "AYN",
"isoCurrencyCodeNum": 2733,
"isoCurrencyName": "string"
},
"taxRegistrationType": "Import One Stop Shop",
"validationResult": {
"isValid": false,
"isSyntaxValid": true,
"validationInfo": "TAX_NUMBER_SYNTAX_CONSIDERED_VALID_BUT_NOT_VERIFIED",
"taxRegistrationNumberNormalized": "string",
"cacheTimestamp": "string",
"cached": false,
"taxNumberService": "string"
}
}
],
"utilityProvider": "UNREGULATED_TAXPAYER"
},
"buyerCondition": "string",
"buyerCNAE": "string",
"calculateVendorTaxIndicator": true,
"calculateSelfAccrualIndicator": false,
"chargedTax": 1573.9429739277289,
"citationOverrides": [
{
"impositionType": {
"impositionTypeId": "string",
"userDefined": false,
"value": "string",
"withholdingType": "string",
"informationOnly": true
},
"jurisdictionType": "FPO",
"citation": "string",
"jurisdictionId": "string"
}
],
"companyCodeCurrency": {
"isoCurrencyCodeAlpha": "FAW",
"isoCurrencyCodeNum": 5612,
"isoCurrencyName": "string"
},
"currency": {
"isoCurrencyCodeAlpha": "RME",
"isoCurrencyCodeNum": 643,
"isoCurrencyName": "string"
},
"currencyConversionFactors": [
{
"conversionFactor": 1348.202215495895,
"sourceCurrency": {
"isoCurrencyCodeAlpha": "ZZS",
"isoCurrencyCodeNum": 1693,
"isoCurrencyName": "string"
},
"targetCurrency": {
"isoCurrencyCodeAlpha": "LQK",
"isoCurrencyCodeNum": 7730,
"isoCurrencyName": "string"
}
}
],
"deliveryTerm": "CUS",
"discount": {
"discountType": "DiscountAmount",
"discountValue": 678.9035357314566,
"userDefinedDiscountCode": "string"
},
"documentDate": "2002-05-22",
"documentNumber": "string",
"documentSequenceId": "string",
"documentType": "string",
"exemptOverrides": [
{
"amount": 1392.9600129286234,
"impositionType": {
"impositionTypeId": "string",
"userDefined": false,
"value": "string",
"withholdingType": "string",
"informationOnly": false
},
"jurisdictionType": "TERRITORY",
"jurisdictionId": "string",
"reasonCode": "string"
}
],
"franchiseAreaId": "string",
"impositionInclusions": [
{
"impositionType": {
"impositionTypeId": "string",
"userDefined": true,
"value": "string",
"withholdingType": "string",
"informationOnly": false
},
"jurisdictionType": "PROVINCE",
"jurisdictionId": "string"
}
],
"isTaxOnlyAdjustmentIndicator": false,
"lineItems": [
{
"amountBilledToDate": 9670.991195862387,
"blockingOverridePercent": 9052.030175753014,
"buyer": {
"administrativeDestination": {
"city": "string",
"country": "strin",
"currencyConversion": {
"currency": {
"isoCurrencyCodeAlpha": "ZWH",
"isoCurrencyCodeNum": 1490,
"isoCurrencyName": "string"
},
"rate": 4768.192647530609
},
"externalJurisdictionCode": "string",
"latitude": "string",
"locationCode": "strin",
"locationCustomsStatus": "TEMPORARY_IMPORT",
"longitude": "str",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "str",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
},
"company": "string",
"department": "string",
"destination": {
"city": "string",
"country": "string",
"currencyConversion": {
"currency": {
"isoCurrencyCodeAlpha": "UHR",
"isoCurrencyCodeNum": 7843,
"isoCurrencyName": "string"
},
"rate": 3028.2534666577467
},
"externalJurisdictionCode": "",
"latitude": "string",
"locationCode": "string",
"locationCustomsStatus": "FREE_TRADE_ZONE",
"longitude": "stri",
"mainDivision": "string",
"postalCode": "stri",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
},
"division": "string",
"exemptionCertificate": {
"exemptionCertificateNumber": "string",
"value": "string"
},
"exemptionReasonCode": "string",
"isTaxExempt": true,
"recipient": {
"recipientCode": {
"classCode": "string",
"isBusinessIndicator": false,
"value": "string"
},
"taxRegistrations": [
{
"fiscalRepresentative": {
"address": {
"city": "string",
"country": "string",
"currencyConversion": {
"currency": {
"isoCurrencyCodeAlpha": "RDL",
"isoCurrencyCodeNum": 6412,
"isoCurrencyName": "string"
},
"rate": 2241.8809268895743
},
"externalJurisdictionCode": "string",
"latitude": "st",
"locationCode": "strin",
"locationCustomsStatus": "INWARD_PROCESSING_RELIEF",
"longitude": "s",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
},
"businessName": "string",
"taxRegistrationNumber": "string"
},
"hasPhysicalPresenceIndicator": false,
"impositionType": {
"impositionTypeId": "string",
"userDefined": false,
"value": "string",
"withholdingType": "string",
"informationOnly": true
},
"isoCountryCode": "MQV",
"jurisdictionId": "string",
"mainDivision": "string",
"nexusOverrides": [
{
"city": true,
"country": false,
"district": false,
"locationRole": "ADMINISTRATIVE_DESTINATION",
"mainDivision": false,
"subDivision": false
}
],
"physicalLocations": [
{
"city": "string",
"country": "string",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
}
],
"taxRegistrationAdditionalId": "string",
"taxRegistrationNumber": "string",
"filingCurrency": {
"isoCurrencyCodeAlpha": "KST",
"isoCurrencyCodeNum": 930,
"isoCurrencyName": "string"
},
"taxRegistrationType": "Commercial Registration",
"validationResult": {
"isValid": true,
"isSyntaxValid": true,
"validationInfo": "TAX_NUMBER_VALID_ACCORDING_TO_EXTERNAL_SERVICE",
"taxRegistrationNumberNormalized": "string",
"cacheTimestamp": "string",
"cached": true,
"taxNumberService": "string"
}
}
]
},
"taxRegistrations": [
{
"fiscalRepresentative": {
"address": {
"city": "string",
"country": "str",
"currencyConversion": {
"currency": {
"isoCurrencyCodeAlpha": "RAZ",
"isoCurrencyCodeNum": 1549,
"isoCurrencyName": "string"
},
"rate": 1770.2499045627662
},
"externalJurisdictionCode": "string",
"latitude": "string",
"locationCode": "string",
"locationCustomsStatus": null,
"longitude": "string",
"mainDivision": "s",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
},
"businessName": "string",
"taxRegistrationNumber": "string"
},
"hasPhysicalPresenceIndicator": true,
"impositionType": {
"impositionTypeId": "string",
"userDefined": true,
"value": "string",
"withholdingType": "string",
"informationOnly": false
},
"isoCountryCode": "II4",
"jurisdictionId": "string",
"mainDivision": "string",
"nexusOverrides": [
{
"city": true,
"country": false,
"district": false,
"locationRole": "ADMINISTRATIVE_DESTINATION",
"mainDivision": true,
"subDivision": false
}
],
"physicalLocations": [
{
"city": "string",
"country": "string",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
}
],
"taxRegistrationAdditionalId": "string",
"taxRegistrationNumber": "string",
"filingCurrency": {
"isoCurrencyCodeAlpha": "VXO",
"isoCurrencyCodeNum": 6406,
"isoCurrencyName": "string"
},
"taxRegistrationType": "Non-Union Scheme",
"validationResult": {
"isValid": false,
"isSyntaxValid": true,
"validationInfo": "TAX_NUMBER_SYNTAX_VALID",
"taxRegistrationNumberNormalized": "string",
"cacheTimestamp": "string",
"cached": true,
"taxNumberService": "string"
}
}
],
"utilityProvider": "REGULATED_TAXPAYER"
},
"buyerCondition": "string",
"buyerCNAE": "string",
"chainTransactionPhase": "FINAL",
"chargedTax": 9690.06777256431,
"citationOverrides": [
{
"impositionType": {
"impositionTypeId": "string",
"userDefined": false,
"value": "string",
"withholdingType": "string",
"informationOnly": false
},
"jurisdictionType": "TRADE_BLOCK",
"citation": "string",
"jurisdictionId": "string"
}
],
"commodityCode": {
"commodityCodeType": "string",
"value": "string"
},
"additionalCommodityCode": {
"commodityCodeType": "string",
"value": "string"
},
"companyCodeCurrencyTaxAmount": 5964.26368709613,
"companyCodeCurrencyTaxableAmount": 6493.105123915508,
"cost": 206.5371008932404,
"costCenter": "string",
"countryOfOriginISOCode": "SQY",
"deliveryTerm": "CFR",
"departmentCode": "string",
"discount": {
"discountType": "DiscountPercent",
"discountValue": 6689.022253798971,
"userDefinedDiscountCode": "string"
},
"exemptOverrides": [
{
"amount": 2788.5694709866284,
"impositionType": {
"impositionTypeId": "string",
"userDefined": false,
"value": "string",
"withholdingType": "string",
"informationOnly": false
},
"jurisdictionType": "TERRITORY",
"jurisdictionId": "string",
"reasonCode": "string"
}
],
"exportProcedure": "stri",
"extendedPrice": 9261.234697933085,
"flexibleFields": {
"flexibleCodeFields": [
{
"fieldId": 10,
"value": "string"
}
],
"flexibleDateFields": [
{
"fieldId": 3,
"value": "1985-05-16"
}
],
"flexibleNumericFields": [
{
"fieldId": 3,
"value": 9341.393366328419
}
]
},
"franchiseAreaId": "string",
"freight": 2558.995380130031,
"generalLedgerAccount": "string",
"impositionInclusions": [
{
"impositionType": {
"impositionTypeId": "string",
"userDefined": false,
"value": "string",
"withholdingType": "string",
"informationOnly": true
},
"jurisdictionType": "CITY",
"jurisdictionId": "string"
}
],
"inputTotalTax": 7600.408626642685,
"intrastatCommodityCode": "string",
"isMulticomponent": true,
"landedCost": 5937.319559071574,
"lineItemId": "string",
"lineItemNumber": 3855,
"lineItems": [
{
"value": "<Circular reference to #/components/schemas/PurchaseRequestLineItemType detected>"
}
],
"lineType": {
"accumulationLocation": "stri",
"content": "string",
"direction": "string",
"status": "string",
"value": "string"
},
"locationCode": "stri",
"materialCode": "string",
"materialOrigin": "string",
"modeOfTransport": 20,
"natureOfTransaction": 352,
"natureOfFiscalOperation": "string",
"cfopTaxCodeOverride": 3635,
"netMassKilograms": 6124,
"nonTaxableOverrides": [
{
"amount": 3901.0884326932096,
"impositionType": {
"impositionTypeId": "string",
"userDefined": false,
"value": "string",
"withholdingType": "string",
"informationOnly": true
},
"jurisdictionType": "FPO",
"jurisdictionId": "string",
"reasonCode": "string"
}
],
"partialExemptRecoverableOverridePercent": 8501.616222019356,
"pautaOverrides": {
"overrides": [
{
"impositionTypeId": 9978,
"quantityType": "COM",
"pautaAmount": 7276.248312272147,
"pautaAdjustmentPercentage": 2018.3144449305867,
"pautaLockPercentage": 9653.414337890817,
"pautaPmpfAmount": 7382.147642625508,
"pautaPmcAmount": 9657.605570276417,
"basisReductionPercentageOverride": 7535.275570123543,
"icmsStLogicComparison": "string",
"citation": {
"value": "string"
},
"taxableWithoutIPI": true,
"strictPautaOverride": true,
"destinationRateOverride": false,
"considerDiscountOnTaxable": true
}
]
},
"projectNumber": "string",
"purchase": {
"purchaseClass": "string",
"value": "string"
},
"quantity": {
"unitOfMeasure": "st",
"value": 2343.523282430473
},
"rateOverrides": [
{
"impositionType": {
"impositionTypeId": "string",
"userDefined": true,
"value": "string",
"withholdingType": "string",
"informationOnly": false
},
"jurisdictionType": "TERRITORY",
"rate": 5846.716845404141,
"jurisdictionId": "string"
}
],
"taxDeferredOverrides": [
{
"impositionType": {
"impositionTypeId": "string",
"userDefined": false,
"value": "string",
"withholdingType": "string",
"informationOnly": true
},
"jurisdictionType": "APO",
"taxDeferredFactor": 7166.294779524467,
"jurisdictionId": "string"
}
],
"recoverableDate": "2008-02-21",
"returnsFields": {
"returnsCodeFields": [
{
"name": "string",
"value": "string"
}
],
"returnsDateFields": [
{
"name": "string",
"value": "1967-09-16"
}
],
"returnsIndicatorFields": [
{
"name": "string",
"value": true
}
],
"returnsNumericFields": [
{
"name": "string",
"value": 4713.225270719304
}
]
},
"sellerCondition": "string",
"sellerCNAE": "str",
"simplificationCode": "TRIANGULATION",
"situsOverride": {
"taxingLocation": "DESTINATION"
},
"specialTaxBasis": 8281.589092967895,
"statisticalValue": {
"amount": 9125.08413486479,
"currency": {
"isoCurrencyCodeAlpha": "IYS",
"isoCurrencyCodeNum": 7866,
"isoCurrencyName": "string"
}
},
"supplementaryUnit": {
"unitType": "str",
"value": 4967.026724673758
},
"syncType": "DELETE",
"taxDate": "1956-11-28",
"taxIncludedIndicator": true,
"taxOverride": {
"overrideReasonCode": "string",
"overrideType": "TAXABLE"
},
"titleTransfer": null,
"transactionType": "LEASE",
"unitPrice": 2041.8474835074153,
"usage": "string",
"usageClass": "stri",
"vendor": {
"administrativeOrigin": {
"city": "string",
"country": "string",
"currencyConversion": {
"currency": {
"isoCurrencyCodeAlpha": "MYO",
"isoCurrencyCodeNum": 3440,
"isoCurrencyName": "string"
},
"rate": 1526.5325383329541
},
"externalJurisdictionCode": "string",
"latitude": "string",
"locationCode": "string",
"locationCustomsStatus": "TEMPORARY_IMPORT",
"longitude": "stri",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
},
"physicalOrigin": {
"city": "stri",
"country": "string",
"currencyConversion": {
"currency": {
"isoCurrencyCodeAlpha": "JKN",
"isoCurrencyCodeNum": 4378,
"isoCurrencyName": "string"
},
"rate": 4361.931271488331
},
"externalJurisdictionCode": "string",
"latitude": "string",
"locationCode": "s",
"locationCustomsStatus": "INWARD_PROCESSING_RELIEF",
"longitude": "string",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
},
"taxRegistrations": [
{
"fiscalRepresentative": {
"address": {
"city": "string",
"country": "string",
"currencyConversion": {
"currency": {
"isoCurrencyCodeAlpha": "WNF",
"isoCurrencyCodeNum": 60,
"isoCurrencyName": "string"
},
"rate": 8345.880907170942
},
"externalJurisdictionCode": "string",
"latitude": "string",
"locationCode": "string",
"locationCustomsStatus": "INWARD_PROCESSING_RELIEF",
"longitude": "string",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
},
"businessName": "string",
"taxRegistrationNumber": "string"
},
"hasPhysicalPresenceIndicator": true,
"impositionType": {
"impositionTypeId": "string",
"userDefined": true,
"value": "string",
"withholdingType": "string",
"informationOnly": true
},
"isoCountryCode": "2ND",
"jurisdictionId": "string",
"mainDivision": "string",
"nexusOverrides": [
{
"city": false,
"country": false,
"district": false,
"locationRole": "ADMINISTRATIVE_DESTINATION",
"mainDivision": false,
"subDivision": true
}
],
"physicalLocations": [
{
"city": "string",
"country": "string",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
}
],
"taxRegistrationAdditionalId": "string",
"taxRegistrationNumber": "string",
"filingCurrency": {
"isoCurrencyCodeAlpha": "PQD",
"isoCurrencyCodeNum": 1013,
"isoCurrencyName": "string"
},
"taxRegistrationType": "LVG Registration",
"validationResult": {
"isValid": true,
"isSyntaxValid": true,
"validationInfo": "TAX_NUMBER_INVALID_ACCORDING_TO_EXTERNAL_SERVICE",
"taxRegistrationNumberNormalized": "string",
"cacheTimestamp": "string",
"cached": true,
"taxNumberService": "string"
}
}
],
"vendorCode": {
"classCode": "string",
"value": "str"
},
"dispatcherCode": {
"classCode": "stri",
"value": "string"
}
},
"vendorSKU": "string",
"vendorTaxes": [
{
"blockingOverridePercent": 5912.676395170382,
"inputAmount": 3.493063268396046,
"invoiceTaxRate": 3024.5119308469757,
"isImport": true,
"partialExemptRecoverableOverridePercent": 4907.491535424578,
"taxingJurisdictionLocation": {
"city": "string",
"country": "string",
"currencyConversion": {
"currency": {
"isoCurrencyCodeAlpha": "VMJ",
"isoCurrencyCodeNum": 3209,
"isoCurrencyName": "string"
},
"rate": 4184.83029853991
},
"externalJurisdictionCode": "string",
"impositionType": {
"impositionTypeId": "string",
"userDefined": true,
"value": "string",
"withholdingType": "string",
"informationOnly": false
},
"jurisdictionType": "STATE",
"latitude": "strin",
"locationCode": "string",
"longitude": "string",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
}
}
],
"volume": {
"unitOfMeasure": "st",
"value": 7783.371374102259
},
"wageBasis": 7495.115619029542,
"weight": {
"unitOfMeasure": "st",
"value": 9250.90030431637
}
}
],
"locationCode": "string",
"nonTaxableOverrides": [
{
"amount": 9051.71083931928,
"impositionType": {
"impositionTypeId": "string",
"userDefined": true,
"value": "string",
"withholdingType": "string",
"informationOnly": true
},
"jurisdictionType": "COUNTRY",
"jurisdictionId": "string",
"reasonCode": "string"
}
],
"natureOfFiscalOperation": "string",
"orderType": "string",
"originalCurrency": {
"isoCurrencyCodeAlpha": "DXD",
"isoCurrencyCodeNum": 3159,
"isoCurrencyName": "string"
},
"paymentDate": "1951-08-08",
"postToJournal": false,
"postingDate": "1986-01-08",
"proratePercentage": -36376366.099724166,
"purchaseMessageType": "PURCHASE_ORDER",
"rateOverrides": [
{
"impositionType": {
"impositionTypeId": "string",
"userDefined": true,
"value": "string",
"withholdingType": "string",
"informationOnly": true
},
"jurisdictionType": "LOCAL_IMPROVEMENT_DISTRICT",
"rate": 1843.2053814040205,
"jurisdictionId": "string"
}
],
"taxDeferredOverrides": [
{
"impositionType": {
"impositionTypeId": "string",
"userDefined": true,
"value": "string",
"withholdingType": "string",
"informationOnly": false
},
"jurisdictionType": "DISTRICT",
"taxDeferredFactor": 3565.846798089123,
"jurisdictionId": "string"
}
],
"recoverableDate": "1972-01-17",
"returnAssistedParametersIndicator": true,
"returnGeneratedLineItemsIndicator": true,
"roundAtLineLevel": true,
"sellerCondition": "string",
"sellerCNAE": "string",
"simplificationCode": "REGISTRATION_GROUP",
"situsOverride": {
"taxingLocation": "PHYSICAL_ORIGIN"
},
"taxOverride": {
"overrideReasonCode": "string",
"overrideType": "TAXABLE"
},
"taxPointDate": "1976-11-21",
"taxabilityCategoryTotals": [
{
"city": "string",
"country": "string",
"impositionType": {
"impositionTypeId": "string",
"userDefined": true,
"value": "string",
"withholdingType": "string",
"informationOnly": true
},
"mainDivision": "string",
"subDivision": "string",
"taxImposition": {
"impositionId": "string",
"jurisdictionId": "string",
"userDefined": false,
"value": "string"
},
"taxabilityCategory": {
"userDefined": true,
"value": "string"
},
"totalAmount": {
"amount": 5056.418261981632,
"currency": {
"isoCurrencyCodeAlpha": "RHX",
"isoCurrencyCodeNum": 518,
"isoCurrencyName": "string"
}
}
}
],
"transactionId": "string",
"vendor": {
"administrativeOrigin": {
"city": "st",
"country": "string",
"currencyConversion": {
"currency": {
"isoCurrencyCodeAlpha": "VSH",
"isoCurrencyCodeNum": 7440,
"isoCurrencyName": "string"
},
"rate": 5430.5123259473075
},
"externalJurisdictionCode": "string",
"latitude": "str",
"locationCode": "",
"locationCustomsStatus": "INWARD_PROCESSING_RELIEF",
"longitude": "string",
"mainDivision": "string",
"postalCode": "strin",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
},
"physicalOrigin": {
"city": "string",
"country": "string",
"currencyConversion": {
"currency": {
"isoCurrencyCodeAlpha": "AAI",
"isoCurrencyCodeNum": 7277,
"isoCurrencyName": "string"
},
"rate": 7497.71182535768
},
"externalJurisdictionCode": "str",
"latitude": "stri",
"locationCode": "string",
"locationCustomsStatus": "BONDED_WAREHOUSE",
"longitude": "string",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "st",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
},
"taxRegistrations": [
{
"fiscalRepresentative": {
"address": {
"city": "string",
"country": "string",
"currencyConversion": {
"currency": {
"isoCurrencyCodeAlpha": "SLP",
"isoCurrencyCodeNum": 5863,
"isoCurrencyName": "string"
},
"rate": 5704.08492884183
},
"externalJurisdictionCode": "string",
"latitude": "string",
"locationCode": "string",
"locationCustomsStatus": "INWARD_PROCESSING_RELIEF",
"longitude": "string",
"mainDivision": "string",
"postalCode": "st",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
},
"businessName": "string",
"taxRegistrationNumber": "st"
},
"hasPhysicalPresenceIndicator": false,
"impositionType": {
"impositionTypeId": "string",
"userDefined": false,
"value": "string",
"withholdingType": "string",
"informationOnly": true
},
"isoCountryCode": "HV",
"jurisdictionId": "string",
"mainDivision": "string",
"nexusOverrides": [
{
"city": false,
"country": false,
"district": true,
"locationRole": "PHYSICAL_ORIGIN",
"mainDivision": false,
"subDivision": false
}
],
"physicalLocations": [
{
"city": "string",
"country": "string",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
}
],
"taxRegistrationAdditionalId": "string",
"taxRegistrationNumber": "s",
"filingCurrency": {
"isoCurrencyCodeAlpha": "BLM",
"isoCurrencyCodeNum": 7778,
"isoCurrencyName": "string"
},
"taxRegistrationType": "Commercial Registration",
"validationResult": {
"isValid": true,
"isSyntaxValid": false,
"validationInfo": "TAX_NUMBER_SYNTAX_CONSIDERED_VALID_BUT_NOT_VERIFIED",
"taxRegistrationNumberNormalized": "string",
"cacheTimestamp": "string",
"cached": true,
"taxNumberService": "string"
}
}
],
"vendorCode": {
"classCode": "string",
"value": "string"
},
"dispatcherCode": {
"classCode": "string",
"value": "string"
}
},
"applicationData": {
"sender": "string",
"applicationProperties": [
{
"key": "string",
"value": "string"
}
],
"messageLogging": {
"overrideLoggingThresholds": [
{
"logLevel": "ERROR",
"thresholdScope": "string"
}
],
"returnLogEntries": false
},
"logEntries": [
{
"logLevel": "string",
"instanceId": "string",
"threadId": "string",
"className": "string",
"message": [
"string"
],
"exception": "string"
}
],
"responseTimeMS": "string"
}
}'
Sample response - Calculate tax as a buyer
{
"data": {
"accumulationCustomerNumber": "string",
"accumulationDocumentNumber": "string",
"billingType": "string",
"buyer": {
"administrativeDestination": {
"city": "string",
"country": "string",
"currencyConversion": {
"currency": {
"isoCurrencyCodeAlpha": "BHC",
"isoCurrencyCodeNum": 1399,
"isoCurrencyName": "string"
},
"rate": 6195.769124738508
},
"externalJurisdictionCode": "str",
"latitude": "string",
"locationCode": "string",
"locationCustomsStatus": null,
"longitude": "string",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
},
"company": "string",
"department": "string",
"destination": {
"city": "string",
"country": "string",
"currencyConversion": {
"currency": {
"isoCurrencyCodeAlpha": "HNZ",
"isoCurrencyCodeNum": 796,
"isoCurrencyName": "string"
},
"rate": 1887.3717758422038
},
"externalJurisdictionCode": "string",
"latitude": "string",
"locationCode": "string",
"locationCustomsStatus": "FREE_TRADE_ZONE",
"longitude": "string",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
},
"division": "string",
"exemptionCertificate": {
"exemptionCertificateNumber": "string",
"value": "string"
},
"exemptionReasonCode": "string",
"isTaxExempt": false,
"recipient": {
"recipientCode": {
"classCode": "s",
"isBusinessIndicator": false,
"value": "string"
},
"taxRegistrations": [
{
"fiscalRepresentative": {
"address": {
"city": "string",
"country": "string",
"currencyConversion": {
"currency": {
"isoCurrencyCodeAlpha": "RBK",
"isoCurrencyCodeNum": 4939,
"isoCurrencyName": "string"
},
"rate": 9454.316192675326
},
"externalJurisdictionCode": "string",
"latitude": "string",
"locationCode": "string",
"locationCustomsStatus": "INWARD_PROCESSING_RELIEF",
"longitude": "string",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
},
"businessName": "string",
"taxRegistrationNumber": "string"
},
"hasPhysicalPresenceIndicator": false,
"impositionType": {
"impositionTypeId": "string",
"userDefined": true,
"value": "string",
"withholdingType": "string",
"informationOnly": false
},
"isoCountryCode": "ANU",
"jurisdictionId": "string",
"mainDivision": "stri",
"nexusOverrides": [
{
"city": false,
"country": true,
"district": false,
"locationRole": "ADMINISTRATIVE_DESTINATION",
"mainDivision": true,
"subDivision": false
}
],
"physicalLocations": [
{
"city": "stri",
"country": "string",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "stri",
"taxAreaId": "string"
}
],
"taxRegistrationAdditionalId": "string",
"taxRegistrationNumber": "string",
"filingCurrency": {
"isoCurrencyCodeAlpha": "KDJ",
"isoCurrencyCodeNum": 8100,
"isoCurrencyName": "string"
},
"taxRegistrationType": "Union Scheme",
"validationResult": {
"isValid": false,
"isSyntaxValid": true,
"validationInfo": "TAX_NUMBER_SERVICE_TEMPORARILY_UNAVAILABLE",
"taxRegistrationNumberNormalized": "string",
"cacheTimestamp": "string",
"cached": true,
"taxNumberService": "string"
}
}
]
},
"taxRegistrations": [
{
"fiscalRepresentative": {
"address": {
"city": "string",
"country": "string",
"currencyConversion": {
"currency": {
"isoCurrencyCodeAlpha": "BIX",
"isoCurrencyCodeNum": 6829,
"isoCurrencyName": "string"
},
"rate": 9546.542561158145
},
"externalJurisdictionCode": "strin",
"latitude": "string",
"locationCode": "string",
"locationCustomsStatus": "BONDED_WAREHOUSE",
"longitude": "string",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "st",
"taxAreaId": "string"
},
"businessName": "string",
"taxRegistrationNumber": "str"
},
"hasPhysicalPresenceIndicator": false,
"impositionType": {
"impositionTypeId": "string",
"userDefined": false,
"value": "string",
"withholdingType": "string",
"informationOnly": false
},
"isoCountryCode": "PH",
"jurisdictionId": "string",
"mainDivision": "string",
"nexusOverrides": [
{
"city": true,
"country": false,
"district": true,
"locationRole": "ADMINISTRATIVE_ORIGIN",
"mainDivision": false,
"subDivision": true
}
],
"physicalLocations": [
{
"city": "string",
"country": "string",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
}
],
"taxRegistrationAdditionalId": "string",
"taxRegistrationNumber": "str",
"filingCurrency": {
"isoCurrencyCodeAlpha": "GAM",
"isoCurrencyCodeNum": 9862,
"isoCurrencyName": "string"
},
"taxRegistrationType": "Import One Stop Shop",
"validationResult": {
"isValid": false,
"isSyntaxValid": true,
"validationInfo": "TAX_NUMBER_SYNTAX_VALID",
"taxRegistrationNumberNormalized": "string",
"cacheTimestamp": "string",
"cached": false,
"taxNumberService": "string"
}
}
],
"utilityProvider": "UNREGULATED_TAXPAYER"
},
"buyerCondition": "string",
"buyerCNAE": "string",
"calculateVendorTaxIndicator": false,
"calculateSelfAccrualIndicator": true,
"chargedTax": 6226.919078961517,
"citationOverrides": [
{
"impositionType": {
"impositionTypeId": "string",
"userDefined": false,
"value": "string",
"withholdingType": "string",
"informationOnly": false
},
"jurisdictionType": "PROVINCE",
"citation": "string",
"jurisdictionId": "string"
}
],
"companyCodeCurrency": {
"isoCurrencyCodeAlpha": "FYG",
"isoCurrencyCodeNum": 3364,
"isoCurrencyName": "string"
},
"currency": {
"isoCurrencyCodeAlpha": "QLA",
"isoCurrencyCodeNum": 5147,
"isoCurrencyName": "string"
},
"currencyConversionFactors": [
{
"conversionFactor": 8608.104930178171,
"sourceCurrency": {
"isoCurrencyCodeAlpha": "DFU",
"isoCurrencyCodeNum": 5319,
"isoCurrencyName": "string"
},
"targetCurrency": {
"isoCurrencyCodeAlpha": "OKF",
"isoCurrencyCodeNum": 5494,
"isoCurrencyName": "string"
}
}
],
"deliveryTerm": "DDP",
"discount": {
"discountType": "DiscountPercent",
"discountValue": 8031.66010334009,
"userDefinedDiscountCode": "string"
},
"documentDate": "1993-02-02",
"documentNumber": "string",
"documentSequenceId": "string",
"documentType": "s",
"exemptOverrides": [
{
"amount": 6330.707771624062,
"impositionType": {
"impositionTypeId": "string",
"userDefined": false,
"value": "string",
"withholdingType": "string",
"informationOnly": true
},
"jurisdictionType": "FPO",
"jurisdictionId": "string",
"reasonCode": "string"
}
],
"franchiseAreaId": "string",
"impositionInclusions": [
{
"impositionType": {
"impositionTypeId": "string",
"userDefined": false,
"value": "string",
"withholdingType": "string",
"informationOnly": true
},
"jurisdictionType": "CITY",
"jurisdictionId": "string"
}
],
"isTaxOnlyAdjustmentIndicator": true,
"lineItems": [
{
"amountBilledToDate": 2845.1934995211527,
"assistedParameters": [
{
"originalValue": "string",
"paramName": "string",
"phase": "POST",
"ruleName": "string",
"value": "string"
}
],
"blockingOverridePercent": 6864.169813865939,
"buyer": {
"administrativeDestination": {
"city": "string",
"country": "string",
"currencyConversion": {
"currency": {
"isoCurrencyCodeAlpha": "LYF",
"isoCurrencyCodeNum": 4883,
"isoCurrencyName": "string"
},
"rate": 9403.950429023169
},
"externalJurisdictionCode": "",
"latitude": "",
"locationCode": "s",
"locationCustomsStatus": "TEMPORARY_IMPORT",
"longitude": "stri",
"mainDivision": "string",
"postalCode": "s",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
},
"company": "string",
"department": "string",
"destination": {
"city": "string",
"country": "string",
"currencyConversion": {
"currency": {
"isoCurrencyCodeAlpha": "JJD",
"isoCurrencyCodeNum": 6994,
"isoCurrencyName": "string"
},
"rate": 2564.7357091467325
},
"externalJurisdictionCode": "string",
"latitude": "strin",
"locationCode": "string",
"locationCustomsStatus": null,
"longitude": "str",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
},
"division": "string",
"exemptionCertificate": {
"exemptionCertificateNumber": "string",
"value": "string"
},
"exemptionReasonCode": "string",
"isTaxExempt": true,
"recipient": {
"recipientCode": {
"classCode": "string",
"isBusinessIndicator": true,
"value": "string"
},
"taxRegistrations": [
{
"fiscalRepresentative": {
"address": {
"city": "string",
"country": "string",
"currencyConversion": {
"currency": {
"isoCurrencyCodeAlpha": "KKV",
"isoCurrencyCodeNum": 4782,
"isoCurrencyName": "string"
},
"rate": 88.59504507940264
},
"externalJurisdictionCode": "string",
"latitude": "string",
"locationCode": "string",
"locationCustomsStatus": "FREE_CIRCULATION",
"longitude": "string",
"mainDivision": "stri",
"postalCode": "strin",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
},
"businessName": "string",
"taxRegistrationNumber": "stri"
},
"hasPhysicalPresenceIndicator": false,
"impositionType": {
"impositionTypeId": "string",
"userDefined": true,
"value": "string",
"withholdingType": "string",
"informationOnly": false
},
"isoCountryCode": "1TO",
"jurisdictionId": "string",
"mainDivision": "string",
"nexusOverrides": [
{
"city": false,
"country": false,
"district": false,
"locationRole": "DESTINATION",
"mainDivision": true,
"subDivision": false
}
],
"physicalLocations": [
{
"city": "string",
"country": "string",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
}
],
"taxRegistrationAdditionalId": "string",
"taxRegistrationNumber": "string",
"filingCurrency": {
"isoCurrencyCodeAlpha": "WLY",
"isoCurrencyCodeNum": 8293,
"isoCurrencyName": "string"
},
"taxRegistrationType": "Import One Stop Shop",
"validationResult": {
"isValid": false,
"isSyntaxValid": false,
"validationInfo": "TAX_NUMBER_SERVICE_TEMPORARILY_UNAVAILABLE",
"taxRegistrationNumberNormalized": "string",
"cacheTimestamp": "string",
"cached": true,
"taxNumberService": "string"
}
}
]
},
"taxRegistrations": [
{
"fiscalRepresentative": {
"address": {
"city": "string",
"country": "string",
"currencyConversion": {
"currency": {
"isoCurrencyCodeAlpha": "HSR",
"isoCurrencyCodeNum": 9411,
"isoCurrencyName": "string"
},
"rate": 7895.52039869818
},
"externalJurisdictionCode": "string",
"latitude": "stri",
"locationCode": "strin",
"locationCustomsStatus": "TEMPORARY_IMPORT",
"longitude": "string",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
},
"businessName": "string",
"taxRegistrationNumber": "string"
},
"hasPhysicalPresenceIndicator": true,
"impositionType": {
"impositionTypeId": "string",
"userDefined": false,
"value": "string",
"withholdingType": "string",
"informationOnly": true
},
"isoCountryCode": "I0G",
"jurisdictionId": "string",
"mainDivision": "string",
"nexusOverrides": [
{
"city": false,
"country": false,
"district": false,
"locationRole": "DESTINATION",
"mainDivision": false,
"subDivision": true
}
],
"physicalLocations": [
{
"city": "string",
"country": "stri",
"mainDivision": "string",
"postalCode": "str",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
}
],
"taxRegistrationAdditionalId": "string",
"taxRegistrationNumber": "string",
"filingCurrency": {
"isoCurrencyCodeAlpha": "CDL",
"isoCurrencyCodeNum": 2263,
"isoCurrencyName": "string"
},
"taxRegistrationType": "VAT Registration",
"validationResult": {
"isValid": true,
"isSyntaxValid": true,
"validationInfo": "TAX_NUMBER_INVALID_ACCORDING_TO_EXTERNAL_SERVICE",
"taxRegistrationNumberNormalized": "string",
"cacheTimestamp": "string",
"cached": false,
"taxNumberService": "string"
}
}
],
"utilityProvider": "REGULATED_TAXPAYER"
},
"buyerCondition": "string",
"buyerCNAE": "string",
"chainTransactionPhase": null,
"chargedTax": 8136.6562327673655,
"citationOverrides": [
{
"impositionType": {
"impositionTypeId": "string",
"userDefined": false,
"value": "string",
"withholdingType": "string",
"informationOnly": true
},
"jurisdictionType": "PROVINCE",
"citation": "string",
"jurisdictionId": "string"
}
],
"commodityCode": {
"commodityCodeType": "string",
"usedCommodityCode": "string",
"userDefined": true,
"value": "string"
},
"additionalCommodityCode": {
"commodityCodeType": "string",
"usedCommodityCode": "string",
"userDefined": false,
"value": "string"
},
"companyCodeCurrencyTaxAmount": 7849.5259523699915,
"companyCodeCurrencyTaxableAmount": 7737.305588855643,
"costCenter": "string",
"countryOfOriginISOCode": "PKT",
"deliveryTerm": "DAP",
"departmentCode": "string",
"discount": {
"discountType": "DiscountAmount",
"discountValue": 5572.090506482073,
"userDefinedDiscountCode": "s"
},
"exemptOverrides": [
{
"amount": 710.6714331773501,
"impositionType": {
"impositionTypeId": "string",
"userDefined": false,
"value": "string",
"withholdingType": "string",
"informationOnly": false
},
"jurisdictionType": "BOROUGH",
"jurisdictionId": "string",
"reasonCode": "string"
}
],
"exportProcedure": "st",
"extendedPrice": 6494.525926585888,
"flexibleFields": {
"flexibleCodeFields": [
{
"fieldId": 8,
"value": "string"
}
],
"flexibleDateFields": [
{
"fieldId": 3,
"value": "2017-04-11"
}
],
"flexibleNumericFields": [
{
"fieldId": 3,
"value": 6491.741325127383
}
]
},
"franchiseAreaId": "string",
"freight": 5509.117946833386,
"generalLedgerAccount": "string",
"impositionInclusions": [
{
"impositionType": {
"impositionTypeId": "string",
"userDefined": false,
"value": "string",
"withholdingType": "string",
"informationOnly": true
},
"jurisdictionType": "SPECIAL_PURPOSE_DISTRICT",
"jurisdictionId": "string"
}
],
"inputTotalTax": 5254.018613508507,
"intrastatCommodityCode": "string",
"isMulticomponent": false,
"lineItemId": "string",
"lineItemNumber": 8579,
"lineItems": [
{
"value": "<Circular reference to #/components/schemas/PurchaseResponseLineItemType detected>"
}
],
"lineType": {
"accumulationLocation": "stri",
"content": "string",
"direction": "string",
"status": "string",
"value": "string"
},
"lineTypes": [
{
"accumulationLocation": "string",
"basis": "string",
"content": "string",
"count": 6717.773193911756,
"direction": "string",
"lineTypeNumber": 368414062882,
"status": "string",
"value": "string"
}
],
"locationCode": "string",
"materialCode": "string",
"materialOrigin": "string",
"modeOfTransport": 88,
"natureOfTransaction": 632,
"natureOfFiscalOperation": "string",
"netMassKilograms": 57,
"nonTaxableOverrides": [
{
"amount": 429.5074503297425,
"impositionType": {
"impositionTypeId": "string",
"userDefined": false,
"value": "string",
"withholdingType": "string",
"informationOnly": true
},
"jurisdictionType": "DISTRICT",
"jurisdictionId": "string",
"reasonCode": "string"
}
],
"outsideThreshold": true,
"partialExemptRecoverableOverridePercent": 3680.3612305555534,
"projectNumber": "string",
"purchase": {
"purchaseClass": "string",
"value": "strin"
},
"quantity": {
"unitOfMeasure": "st",
"value": 7433.028500994689
},
"rateOverrides": [
{
"impositionType": {
"impositionTypeId": "string",
"userDefined": false,
"value": "string",
"withholdingType": "string",
"informationOnly": false
},
"jurisdictionType": "CITY",
"rate": 7583.905282203685,
"jurisdictionId": "string"
}
],
"taxDeferredOverrides": [
{
"impositionType": {
"impositionTypeId": "string",
"userDefined": true,
"value": "string",
"withholdingType": "string",
"informationOnly": false
},
"jurisdictionType": "PROVINCE",
"taxDeferredFactor": 3880.0149940888027,
"jurisdictionId": "string"
}
],
"recoverableDate": "1947-08-08",
"returnsFields": {
"returnsCodeFields": [
{
"name": "string",
"value": "string"
}
],
"returnsDateFields": [
{
"name": "string",
"value": "1964-07-04"
}
],
"returnsIndicatorFields": [
{
"name": "string",
"value": true
}
],
"returnsNumericFields": [
{
"name": "string",
"value": 6468.266093001956
}
]
},
"sellerCondition": "string",
"sellerCNAE": "string",
"simplificationCode": "CALL_OFF",
"situsOverride": {
"taxingLocation": "ADMINISTRATIVE_ORIGIN"
},
"specialTaxBasis": 6527.649993915849,
"statisticalValue": {
"amount": 9601.704266978706,
"currency": {
"isoCurrencyCodeAlpha": "MZM",
"isoCurrencyCodeNum": 1069,
"isoCurrencyName": "string"
}
},
"supplementaryUnit": {
"unitType": "string",
"value": 263.7440769297972
},
"taxDate": "2013-08-10",
"taxEvaluationResult": "UNDERCHARGED",
"taxEvaluationActionResult": "PAY_VENDOR_CHARGED_TAX_AND_ACCRUE_DIFFERENCE",
"taxEvaluationHoldFlag": true,
"taxEvaluationHoldReason": "string",
"taxIncludedIndicator": true,
"taxOverride": {
"overrideReasonCode": "string",
"overrideType": "NONTAXABLE"
},
"cfopTaxCode": {
"value": 1113,
"resultSource": "PAUTA"
},
"taxes": [
{
"accumulateAsImposition": {
"impositionId": "string",
"jurisdictionId": "string",
"userDefined": false,
"value": "string"
},
"accumulateAsImpositionType": {
"impositionTypeId": "string",
"userDefined": true,
"value": "string",
"withholdingType": "string",
"informationOnly": true
},
"accumulateAsJurisdiction": {
"jurisdictionId": "string",
"jurisdictionType": "APO",
"effectiveDate": "2020-03-19",
"value": "string",
"expirationDate": "1961-11-16",
"externalJurisdictionCode": "string"
},
"accumulateAsLineType": {
"userDefined": false,
"value": "string"
},
"accumulationRuleId": {
"salesTaxHolidayIndicator": true,
"userDefined": true,
"value": "string"
},
"assistedParameters": [
{
"originalValue": "string",
"paramName": "string",
"phase": "PRE",
"ruleName": "string",
"value": "string"
}
],
"basisApportionmentRuleId": {
"salesTaxHolidayIndicator": false,
"userDefined": false,
"value": "string"
},
"basisReductionPercentage": 8775.285777518433,
"basisRuleId": {
"salesTaxHolidayIndicator": true,
"userDefined": false,
"value": "string"
},
"blockingRecoverablePercent": 9795.063810189517,
"buyerRegistrationId": "string",
"calculatedTax": 5575.788684731972,
"calculationRuleId": {
"salesTaxHolidayIndicator": true,
"userDefined": false,
"value": "string"
},
"certificateNumber": {
"certificateType": "string",
"value": "string"
},
"citation": {
"value": "string"
},
"creditRuleId": {
"salesTaxHolidayIndicator": false,
"userDefined": false,
"value": "string"
},
"dispatcherRegistrationId": "string",
"deferredTax": 3271.298707765278,
"effectiveRate": 3187.572021067491,
"exempt": 8980.789948283189,
"exemptMeasure": {
"unitOfMeasure": "str",
"value": 3191.5382499812094
},
"filingCategoryCode": 3161,
"filingCurrencyAmounts": {
"currencyConversion": {
"currency": {
"isoCurrencyCodeAlpha": "JAA",
"isoCurrencyCodeNum": 8376,
"isoCurrencyName": "string"
},
"rate": 9006.69255060792
},
"filingCalculatedTax": 5630.915312314391,
"filingExempt": 8097.111334127873,
"filingNonTaxable": 1788.3292051169808,
"filingRecoverableAmount": 8718.081329852444,
"filingTaxable": 7219.856646924419,
"filingUnrecoverableAmount": 4178.620064498768
},
"imposition": {
"impositionId": "string",
"jurisdictionId": "string",
"userDefined": false,
"value": "string"
},
"impositionType": {
"impositionTypeId": "string",
"userDefined": false,
"value": "string",
"withholdingType": "string",
"informationOnly": false
},
"includedTax": 9899.483655584629,
"inclusionRuleId": {
"salesTaxHolidayIndicator": true,
"userDefined": true,
"value": "string"
},
"taxInclusion": [
{
"direction": "PULL",
"inclusionRuleId": {
"salesTaxHolidayIndicator": false,
"userDefined": true,
"value": "string"
},
"jurisdiction": {
"jurisdictionId": "string",
"jurisdictionType": "PROVINCE",
"effectiveDate": "1982-09-03",
"value": "string",
"expirationDate": "1964-01-16",
"externalJurisdictionCode": "string"
},
"imposition": {
"impositionId": "string",
"jurisdictionId": "string",
"userDefined": false,
"value": "string"
},
"impositionType": {
"impositionTypeId": "string",
"userDefined": true,
"value": "string",
"withholdingType": "string",
"informationOnly": false
},
"includedTax": 3210.37432120014
}
],
"inputOutputType": "IMPORT",
"invoiceTextCodes": [
1848
],
"invoiceTexts": [
{
"code": "string",
"invoiceTextRuleId": "string",
"text": "string",
"invoiceTextType": "string",
"userDefined": true
}
],
"isService": false,
"jurisdiction": {
"jurisdictionId": "string",
"jurisdictionType": "STATE",
"effectiveDate": "2000-06-06",
"value": "string",
"expirationDate": "2005-02-04",
"externalJurisdictionCode": "string"
},
"markUpRate": 3128.7527390264745,
"maxTaxIndicator": false,
"maxTaxRuleId": {
"salesTaxHolidayIndicator": false,
"userDefined": false,
"value": "string"
},
"nominalRate": 7431.069035672608,
"nonTaxable": 4382.280756090726,
"nonTaxableMeasure": {
"unitOfMeasure": "st",
"value": 1861.0277236149852
},
"notRegisteredIndicator": true,
"originalTax": 1522.136984623217,
"ownerRegistrationId": "string",
"partialExemptRecoverablePercent": 4395.763657269052,
"pautaAmount": 2556.6722768181126,
"pautaPmpfAmount": 6409.867205739879,
"pautaPmcAmount": 4757.523894723301,
"postCalculationEvaluationRuleId": {
"salesTaxHolidayIndicator": true,
"userDefined": false,
"value": "string"
},
"rateClassification": "string",
"reasonCode": "string",
"recipientRegistrationId": "string",
"recoverableAmount": 112.9759858198498,
"recoverablePercent": 6768.916101795583,
"recoverableRuleId": {
"salesTaxHolidayIndicator": false,
"userDefined": true,
"value": "string"
},
"remitToVendor": true,
"reportingBasis": 5012.91864321864,
"reportingBasisRuleId": {
"salesTaxHolidayIndicator": false,
"userDefined": false,
"value": "string"
},
"sellerRegistrationId": "string",
"situs": "PHYSICAL_ORIGIN",
"summaryInvoiceText": "string",
"taxApportionmentRate": 8707.458010292661,
"taxApportionmentRuleId": {
"salesTaxHolidayIndicator": true,
"userDefined": false,
"value": "string"
},
"taxCode": "string",
"taxCollectedFromParty": "BUYER",
"taxLiabilityOwner": "BUYER",
"taxRateAdjustmentRuleId": {
"salesTaxHolidayIndicator": true,
"userDefined": true,
"value": "string"
},
"taxRateReductionPercentage": 9632.351918984068,
"taxGovernRateReductionPercentage": 4665.867428707232,
"taxRateReductionExempt": 6749.060608241095,
"taxDeferredPercentage": 4272.000261547971,
"taxResult": "NONTAXABLE",
"taxStructure": "FLAT_TAX",
"taxType": "NONE",
"taxable": 2135.7492003108323,
"taxableMeasure": {
"unitOfMeasure": "st",
"value": 2409.2441037456338
},
"telecomUnitConversionRuleId": {
"salesTaxHolidayIndicator": true,
"userDefined": true,
"value": "string"
},
"unrecoverableAmount": 4128.816408628917,
"vertexTaxCode": "string"
}
],
"titleTransfer": "ORIGIN",
"totalTax": 7573.120514507423,
"transactionType": "PURCHASE",
"unitPrice": 3773.6291767168104,
"usage": "string",
"usageClass": "string",
"variance": 5158.493472559762,
"vendor": {
"administrativeOrigin": {
"city": "string",
"country": "string",
"currencyConversion": {
"currency": {
"isoCurrencyCodeAlpha": "QLU",
"isoCurrencyCodeNum": 2785,
"isoCurrencyName": "string"
},
"rate": 2113.5837611475304
},
"externalJurisdictionCode": "s",
"latitude": "string",
"locationCode": "string",
"locationCustomsStatus": "FREE_TRADE_ZONE",
"longitude": "string",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "strin",
"taxAreaId": "string"
},
"physicalOrigin": {
"city": "string",
"country": "string",
"currencyConversion": {
"currency": {
"isoCurrencyCodeAlpha": "WSQ",
"isoCurrencyCodeNum": 1989,
"isoCurrencyName": "string"
},
"rate": 5310.310382221015
},
"externalJurisdictionCode": "string",
"latitude": "string",
"locationCode": "string",
"locationCustomsStatus": "INWARD_PROCESSING_RELIEF",
"longitude": "string",
"mainDivision": "string",
"postalCode": "st",
"streetAddress1": "string",
"streetAddress2": "strin",
"subDivision": "string",
"taxAreaId": "string"
},
"taxRegistrations": [
{
"fiscalRepresentative": {
"address": {
"city": "string",
"country": "string",
"currencyConversion": {
"currency": {
"isoCurrencyCodeAlpha": "ZVR",
"isoCurrencyCodeNum": 2509,
"isoCurrencyName": "string"
},
"rate": 6393.954699460571
},
"externalJurisdictionCode": "string",
"latitude": "string",
"locationCode": "str",
"locationCustomsStatus": "FREE_CIRCULATION",
"longitude": "string",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
},
"businessName": "string",
"taxRegistrationNumber": "string"
},
"hasPhysicalPresenceIndicator": true,
"impositionType": {
"impositionTypeId": "string",
"userDefined": false,
"value": "string",
"withholdingType": "string",
"informationOnly": false
},
"isoCountryCode": "1YP",
"jurisdictionId": "string",
"mainDivision": "string",
"nexusOverrides": [
{
"city": true,
"country": false,
"district": false,
"locationRole": "PHYSICAL_ORIGIN",
"mainDivision": false,
"subDivision": false
}
],
"physicalLocations": [
{
"city": "str",
"country": "string",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "st",
"subDivision": "string",
"taxAreaId": "string"
}
],
"taxRegistrationAdditionalId": "string",
"taxRegistrationNumber": "string",
"filingCurrency": {
"isoCurrencyCodeAlpha": "JGA",
"isoCurrencyCodeNum": 2388,
"isoCurrencyName": "string"
},
"taxRegistrationType": "Commercial Registration",
"validationResult": {
"isValid": false,
"isSyntaxValid": false,
"validationInfo": "TAX_NUMBER_VALIDATION_NOT_AVAILABLE",
"taxRegistrationNumberNormalized": "string",
"cacheTimestamp": "string",
"cached": true,
"taxNumberService": "string"
}
}
],
"vendorCode": {
"classCode": "string",
"value": "string"
},
"dispatcherCode": {
"classCode": "string",
"value": "string"
}
},
"vendorSKU": "string",
"volume": {
"unitOfMeasure": "s",
"value": 4036.76785427731
},
"wageBasis": 7162.551512497135,
"weight": {
"unitOfMeasure": "st",
"value": 2237.8915062793835
}
}
],
"locationCode": "",
"nonTaxableOverrides": [
{
"amount": 2159.6749889207613,
"impositionType": {
"impositionTypeId": "string",
"userDefined": true,
"value": "string",
"withholdingType": "string",
"informationOnly": true
},
"jurisdictionType": "PARISH",
"jurisdictionId": "string",
"reasonCode": "string"
}
],
"natureOfFiscalOperation": "string",
"orderType": "string",
"originalCurrency": {
"isoCurrencyCodeAlpha": "ZNF",
"isoCurrencyCodeNum": 8550,
"isoCurrencyName": "string"
},
"outsideThreshold": true,
"paymentDate": "2021-03-26",
"postToJournal": false,
"postingDate": "2010-06-17",
"proratePercentage": -67744993.69742323,
"purchaseMessageType": "APINVOICE_SYNC",
"rateOverrides": [
{
"impositionType": {
"impositionTypeId": "string",
"userDefined": false,
"value": "string",
"withholdingType": "string",
"informationOnly": true
},
"jurisdictionType": "FPO",
"rate": 9330.283306905396,
"jurisdictionId": "string"
}
],
"taxDeferredOverrides": [
{
"impositionType": {
"impositionTypeId": "string",
"userDefined": true,
"value": "string",
"withholdingType": "string",
"informationOnly": true
},
"jurisdictionType": "SPECIAL_PURPOSE_DISTRICT",
"taxDeferredFactor": 1189.078041703966,
"jurisdictionId": "string"
}
],
"recoverableDate": "2025-08-19",
"returnAssistedParametersIndicator": false,
"returnGeneratedLineItemsIndicator": true,
"roundAtLineLevel": true,
"sellerCondition": "string",
"sellerCNAE": "s",
"simplificationCode": "CALL_OFF",
"situsOverride": {
"taxingLocation": "PHYSICAL_ORIGIN"
},
"subTotal": 9681.652679243194,
"taxEvaluationResult": "UNDERCHARGED",
"taxEvaluationActionResult": "ACCRUE_NON_VAT",
"taxEvaluationHoldFlag": true,
"taxEvaluationHoldReason": "string",
"taxOverride": {
"overrideReasonCode": "string",
"overrideType": "NONTAXABLE"
},
"taxPointDate": "1950-04-29",
"taxabilityCategoryTotals": [
{
"city": "string",
"country": "string",
"impositionType": {
"impositionTypeId": "string",
"userDefined": true,
"value": "string",
"withholdingType": "string",
"informationOnly": true
},
"mainDivision": "string",
"subDivision": "s",
"taxImposition": {
"impositionId": "string",
"jurisdictionId": "string",
"userDefined": true,
"value": "string"
},
"taxabilityCategory": {
"userDefined": true,
"value": "string"
},
"totalAmount": {
"amount": 6723.625664791118,
"currency": {
"isoCurrencyCodeAlpha": "HGQ",
"isoCurrencyCodeNum": 7852,
"isoCurrencyName": "string"
}
}
}
],
"total": 4312.563394180007,
"totalTax": 7753.258736761053,
"totalIncludedTax": 9279.393563675842,
"invoiceTotal": 5179.026535957045,
"totalWHT": 9488.178154888206,
"totalDeferredTax": 9471.343037215045,
"totalAcctPayAcctReceive": 4347.5670613494685,
"transactionId": "string",
"transactionType": "LEASE",
"variance": 8498.120588933032,
"vendor": {
"administrativeOrigin": {
"city": "string",
"country": "string",
"currencyConversion": {
"currency": {
"isoCurrencyCodeAlpha": "IYL",
"isoCurrencyCodeNum": 8371,
"isoCurrencyName": "string"
},
"rate": 7483.802319191486
},
"externalJurisdictionCode": "string",
"latitude": "string",
"locationCode": "",
"locationCustomsStatus": "FREE_TRADE_ZONE",
"longitude": "string",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "s",
"subDivision": "strin",
"taxAreaId": "string"
},
"physicalOrigin": {
"city": "string",
"country": "string",
"currencyConversion": {
"currency": {
"isoCurrencyCodeAlpha": "SSI",
"isoCurrencyCodeNum": 8075,
"isoCurrencyName": "string"
},
"rate": 3662.2933394672173
},
"externalJurisdictionCode": "string",
"latitude": "string",
"locationCode": "",
"locationCustomsStatus": null,
"longitude": "string",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
},
"taxRegistrations": [
{
"fiscalRepresentative": {
"address": {
"city": "string",
"country": "string",
"currencyConversion": {
"currency": {
"isoCurrencyCodeAlpha": "TSO",
"isoCurrencyCodeNum": 1649,
"isoCurrencyName": "string"
},
"rate": 3755.450546956041
},
"externalJurisdictionCode": "string",
"latitude": "st",
"locationCode": "s",
"locationCustomsStatus": "OUTWARD_PROCESSING_RELIEF",
"longitude": "string",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
},
"businessName": "string",
"taxRegistrationNumber": "string"
},
"hasPhysicalPresenceIndicator": true,
"impositionType": {
"impositionTypeId": "string",
"userDefined": true,
"value": "string",
"withholdingType": "string",
"informationOnly": true
},
"isoCountryCode": "FPV",
"jurisdictionId": "string",
"mainDivision": "string",
"nexusOverrides": [
{
"city": false,
"country": true,
"district": false,
"locationRole": "DESTINATION",
"mainDivision": true,
"subDivision": false
}
],
"physicalLocations": [
{
"city": "string",
"country": "string",
"mainDivision": "string",
"postalCode": "stri",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string",
"taxAreaId": "string"
}
],
"taxRegistrationAdditionalId": "string",
"taxRegistrationNumber": "string",
"filingCurrency": {
"isoCurrencyCodeAlpha": "EKO",
"isoCurrencyCodeNum": 8773,
"isoCurrencyName": "string"
},
"taxRegistrationType": "Import One Stop Shop",
"validationResult": {
"isValid": false,
"isSyntaxValid": true,
"validationInfo": "TAX_NUMBER_VALID_ACCORDING_TO_EXTERNAL_SERVICE",
"taxRegistrationNumberNormalized": "string",
"cacheTimestamp": "string",
"cached": false,
"taxNumberService": "string"
}
}
],
"vendorCode": {
"classCode": "string",
"value": "str"
},
"dispatcherCode": {
"classCode": "string",
"value": "string"
}
},
"applicationData": {
"sender": "string",
"applicationProperties": [
{
"key": "string",
"value": "string"
}
],
"messageLogging": {
"overrideLoggingThresholds": [
{
"logLevel": "DEBUG",
"thresholdScope": "string"
}
],
"returnLogEntries": true
},
"logEntries": [
{
"logLevel": "string",
"instanceId": "string",
"threadId": "stri",
"className": "string",
"message": [
"string"
],
"exception": "string"
}
],
"responseTimeMS": "string"
}
},
"meta": {
"app": "string",
"timeElapsed(ms)": 9917,
"timeReceived": "2013-05-17T15:19:04.778Z",
"timeElapsedDetails": [
{
"key": "string",
"value": "string"
}
]
}
}
Updated 2 days ago
