# AvaTaxExciseController_CreateOrAdjustTransaction

Alters and recalculates taxes for an existing AvaTax Excise transaction.

`POST /api/v1/AvaTaxExcise/transactions/createoradjust`

**API:** Excise Platform API
**Tag:** AvaTaxExciseController
**API Version:** v1
**Base URL:** https://excise.avalara.com
**Content-Type:** `application/json`
**Accepts:** `application/json`
**Authentication:** Basic (username + license key)

Source: https://developer.avalara.com/products/excise/api/methods/AvaTaxExciseController/AvaTaxExciseController_CreateOrAdjustTransaction/

## Description

Creates a new transaction or adjusts an existing one, then recalculates the applicable taxes.
If a transaction with the same transaction code already exists, it is adjusted; otherwise a new
transaction is created.

## Parameters

| Name | Type | In | Required | Description |
|---|---|---|---|---|
| `x-company-id` | integer | header | Yes | Company ID that owns the data. |
| `X-Avalara-Client` | string | header | No | Identifies the software you are using to call this API. For more information on the client header, see Client Headers. |
| `include` | string | query | No | Specifies one or more options to include additional nested data in the response. Separate multiple values with commas. |

## Request Body

**Schema:** `Avalara.Excise.Determination.Engine.AdjustTransactionRequest`

Represents a request to adjust an existing transaction in the system.
This class contains the information needed to modify transaction data,
including the reason for adjustment, description, and the new transaction data.

| Property | Type | Required | Description |
|---|---|---|---|
| `adjustmentReason` | string | No | Gets or sets the reason for adjusting the transaction.
Specifies the type of adjustment being made (e.g., "CORRECTION", "REFUND", "VOID"). Values: `NotAdjusted`, `SourcingIssue`, `ReconciledWithGeneralLedger`, `ExemptCertApplied`, `PriceAdjusted`, `ProductReturned`, `ProductExchanged`, `BadDebt`, `Other`, `Offline`. Example: `NotAdjusted`. |
| `adjustmentDescription` | string | No | Gets or sets a human-readable description explaining why the transaction is being adjusted.
Provides additional context and justification for the adjustment request. Example: `string`. |
| `newTransaction` | Avalara.Excise.Determination.Engine.RestTransaction | No | Gets or sets the new transaction data that will replace or modify the existing transaction.
Contains the updated transaction information after the adjustment is applied. |

## Responses

| Status | Description | Schema |
|---|---|---|
| 200 | Returns the calculated tax results and transaction details for the created or adjusted transaction. | `Avalara.Excise.Determination.Engine.RestTransactionResult` |

### 200 Response: `Avalara.Excise.Determination.Engine.RestTransactionResult`

Represents the result of a REST transaction processing, including status, taxes, errors, and the complete transaction response.

| Property | Type | Required | Description |
|---|---|---|---|
| `UserTranId` | string | No | The client-supplied transaction identifier echoed in this result. Example: `USER-TRAN-001`. |
| `TranId` | integer | No | The system-assigned identifier for this calculated transaction. Example: `12345`. |
| `Status` | string | No | The processing status of this record. Example: `Success`. |
| `ReturnCode` | integer | No | The numeric outcome code for this tax calculation request. Example: `0`. |
| `TotalTaxAmount` | number | No | The total calculated tax amount. Example: `184`. |
| `TransactionTaxes` | Avalara.Excise.Determination.Engine.RestTransactionTax[] | No | Per-tax breakdown of amounts, rates, and jurisdictions for this transaction. |
| `TransactionErrors` | Avalara.Excise.Determination.Engine.RestTransactionError[] | No | Errors or warnings encountered while calculating tax for this transaction. |
| `Transaction` | Avalara.Excise.Determination.Engine.RestTransactionResponse | No | The full transaction payload returned with this calculation result. |
| `UserReturnValue` | string | No | A value returned with the result for client-side correlation or downstream use. Example: `custom value`. |

## Example Request

```bash
curl -X POST "https://excise.avalara.com/api/v1/AvaTaxExcise/transactions/createoradjust" \
  -H "Authorization: Basic <credentials>" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{
  "adjustmentReason": "NotAdjusted",
  "adjustmentDescription": "string",
  "newTransaction": {
    "TransactionSchedule": {
      "BuyerAccountCountryCode": "USA",
      "BuyerAccountCustomId": "custom value",
      "BuyerAccountJurisdiction": "AL",
      "BuyerAddress1": "123 Main Street",
      "BuyerAddress2": "Suite 100",
      "BuyerAlternateJurisdiction": "AL",
      "BuyerBusinessSubType": "WHOLESALE",
      "BuyerCity": "Montgomery",
      "BuyerCountryCode": "USA",
      "BuyerCounty": "Montgomery",
      "BuyerCountyCode": "001",
      "BuyerCustomId": "custom value",
      "BuyerIdCode": "12-3456789",
      "BuyerIdCodeCountry": "USA",
      "BuyerIdType": "FEIN",
      "BuyerJurisdiction": "AL",
      "BuyerLegalName": "Acme Corporation",
      "BuyerLicenseNumber": "LIC-001",
      "BuyerLicensePercentage": 100,
      "BuyerNameControl": "ACME",
      "BuyerPostalCode": "36104",
      "BuyerTradeName": "Acme Trading",
      "CarrierAccountCountryCode": "USA",
      "CarrierAccountCustomId": "custom value",
      "CarrierAccountJurisdiction": "AL",
      "CarrierAddress1": "123 Main Street",
      "CarrierAddress2": "Suite 100",
      "CarrierAlternateJurisdiction": "AL",
      "CarrierBusinessSubType": "WHOLESALE",
      "CarrierCity": "Montgomery",
      "CarrierCountryCode": "USA",
      "CarrierCounty": "Montgomery",
      "CarrierCountyCode": "001",
      "CarrierCustomId": "custom value",
      "CarrierIdCode": "12-3456789",
      "CarrierIdCodeCountry": "USA",
      "CarrierIdType": "FEIN",
      "CarrierJurisdiction": "AL",
      "CarrierLegalName": "Acme Corporation",
      "CarrierLicenseNumber": "LIC-001",
      "CarrierLicensePercentage": 100,
      "CarrierNameControl": "ACME",
      "CarrierPostalCode": "36104",
      "CarrierTradeName": "Acme Trading",
      "ConsignorAccountCountryCode": "USA",
      "ConsignorAccountCustomId": "custom value",
      "ConsignorAccountJurisdiction": "AL",
      "ConsignorAddress1": "123 Main Street",
      "ConsignorAddress2": "Suite 100",
      "ConsignorAlternateJurisdiction": "AL",
      "ConsignorBusinessSubType": "WHOLESALE",
      "ConsignorCity": "Montgomery",
      "ConsignorCountryCode": "USA",
      "ConsignorCounty": "Montgomery",
      "ConsignorCountyCode": "001",
      "ConsignorCustomId": "custom value",
      "ConsignorIdCode": "12-3456789",
      "ConsignorIdCodeCountry": "USA",
      "ConsignorIdType": "FEIN",
      "ConsignorJurisdiction": "AL",
      "ConsignorLegalName": "Acme Corporation",
      "ConsignorLicenseNumber": "LIC-001",
      "ConsignorLicensePercentage": 100,
      "ConsignorNameControl": "ACME",
      "ConsignorPostalCode": "36104",
      "ConsignorTradeName": "Acme Trading",
      "ExchangePositionAccountCountryCode": "USA",
      "ExchangePositionAccountCustomId": "custom value",
      "ExchangePositionAccountJurisdiction": "AL",
      "ExchangePositionAddress1": "123 Main Street",
      "ExchangePositionAddress2": "Suite 100",
      "ExchangePositionAlternateJurisdiction": "AL",
      "ExchangePositionBusinessSubType": "WHOLESALE",
      "ExchangePositionCity": "Montgomery",
      "ExchangePositionCountryCode": "USA",
      "ExchangePositionCounty": "Montgomery",
      "ExchangePositionCountyCode": "001",
      "ExchangePositionCustomId": "custom value",
      "ExchangePositionIdCode": "12-3456789",
      "ExchangePositionIdCodeCountry": "USA",
      "ExchangePositionIdType": "FEIN",
      "ExchangePositionJurisdiction": "AL",
      "ExchangePositionLegalName": "Acme Corporation",
      "ExchangePositionLicenseNumber": "LIC-001",
      "ExchangePositionLicensePercentage": 100,
      "ExchangePositionNameControl": "ACME",
      "ExchangePositionPostalCode": "36104",
      "ExchangePositionTradeName": "Acme Trading",
      "ImporterAccountCountryCode": "USA",
      "ImporterAccountCustomId": "custom value",
      "ImporterAccountJurisdiction": "AL",
      "ImporterAddress1": "123 Main Street",
      "ImporterAddress2": "Suite 100",
      "ImporterAlternateJurisdiction": "AL",
      "ImporterBusinessSubType": "WHOLESALE",
      "ImporterCity": "Montgomery",
      "ImporterCountryCode": "USA",
      "ImporterCounty": "Montgomery",
      "ImporterCountyCode": "001",
      "ImporterCustomId": "custom value",
      "ImporterIdCode": "12-3456789",
      "ImporterIdCodeCountry": "USA",
      "ImporterIdType": "FEIN",
      "ImporterJurisdiction": "AL",
      "ImporterLegalName": "Acme Corporation",
      "ImporterLicenseNumber": "LIC-001",
      "ImporterLicensePercentage": 100,
      "ImporterNameControl": "ACME",
      "ImporterPostalCode": "36104",
      "ImporterTradeName": "Acme Trading",
      "MiddlemanAccountCountryCode": "USA",
      "MiddlemanAccountCustomId": "custom value",
      "MiddlemanAccountJurisdiction": "AL",
      "MiddlemanAddress1": "123 Main Street",
      "MiddlemanAddress2": "Suite 100",
      "MiddlemanAlternateJurisdiction": "AL",
      "MiddlemanBusinessSubType": "WHOLESALE",
      "MiddlemanCity": "Montgomery",
      "MiddlemanCountryCode": "USA",
      "MiddlemanCounty": "Montgomery",
      "MiddlemanCountyCode": "001",
      "MiddlemanCustomId": "custom value",
      "MiddlemanIdCode": "12-3456789",
      "MiddlemanIdCodeCountry": "USA",
      "MiddlemanIdType": "FEIN",
      "MiddlemanJurisdiction": "AL",
      "MiddlemanLegalName": "Acme Corporation",
      "MiddlemanLicenseNumber": "LIC-001",
      "MiddlemanLicensePercentage": 100,
      "MiddlemanNameControl": "ACME",
      "MiddlemanPostalCode": "36104",
      "MiddlemanTradeName": "Acme Trading",
      "PositionHolderAccountCountryCode": "USA",
      "PositionHolderAccountCustomId": "custom value",
      "PositionHolderAccountJurisdiction": "AL",
      "PositionHolderAddress1": "123 Main Street",
      "PositionHolderAddress2": "Suite 100",
      "PositionHolderAlternateJurisdiction": "AL",
      "PositionHolderBusinessSubType": "WHOLESALE",
      "PositionHolderCity": "Montgomery",
      "PositionHolderCountryCode": "USA",
      "PositionHolderCounty": "Montgomery",
      "PositionHolderCountyCode": "001",
      "PositionHolderCustomId": "custom value",
      "PositionHolderIdCode": "12-3456789",
      "PositionHolderIdCodeCountry": "USA",
      "PositionHolderIdType": "FEIN",
      "PositionHolderJurisdiction": "AL",
      "PositionHolderLegalName": "Acme Corporation",
      "PositionHolderLicenseNumber": "LIC-001",
      "PositionHolderLicensePercentage": 100,
      "PositionHolderNameControl": "ACME",
      "PositionHolderPostalCode": "36104",
      "PositionHolderTradeName": "Acme Trading",
      "SellerAccountCountryCode": "USA",
      "SellerAccountCustomId": "custom value",
      "SellerAccountJurisdiction": "AL",
      "SellerAddress1": "123 Main Street",
      "SellerAddress2": "Suite 100",
      "SellerAlternateJurisdiction": "AL",
      "SellerBusinessSubType": "WHOLESALE",
      "SellerCity": "Montgomery",
      "SellerCountryCode": "USA",
      "SellerCounty": "Montgomery",
      "SellerCountyCode": "001",
      "SellerCustomId": "custom value",
      "SellerIdCode": "12-3456789",
      "SellerIdCodeCountry": "USA",
      "SellerIdType": "FEIN",
      "SellerJurisdiction": "AL",
      "SellerLegalName": "Acme Corporation",
      "SellerLicenseNumber": "LIC-001",
      "SellerLicensePercentage": 100,
      "SellerNameControl": "ACME",
      "SellerPostalCode": "36104",
      "SellerTradeName": "Acme Trading"
    },
    "TransactionLines": [
      {
        "TransactionLineSchedule": {
          "ActivityDate": "2024-01-01T00:00:00",
          "AllowanceCode": "custom value",
          "BaseProduct": "065",
          "BaseProductUnits": 1000,
          "BlendProduct1": "065",
          "BlendProduct1Units": 1000,
          "BlendProduct2": "065",
          "BlendProduct2Units": 1000,
          "BlendProduct3": "065",
          "BlendProduct3Units": 1000,
          "DestinationAlternateFacilityNumber": "custom value",
          "DestinationAlternateJurisdiction": "AL",
          "DestinationCountyCode": "custom value",
          "DestinationDepNumber": "custom value",
          "DestinationDescription": "custom value",
          "DestinationSiteCode": "custom value",
          "DestinationSpecialJurisdiction": "AL-SPJ-01",
          "DestinationStateAssignedCode": "custom value",
          "DestinationTerminalCode": "T01ME1000",
          "DiversionAddress1": "123 Main Street",
          "DiversionAddress2": "Suite 100",
          "DiversionAirportCode": "MGM",
          "DiversionAlternateFacilityNumber": "custom value",
          "DiversionAlternateJurisdiction": "AL",
          "DiversionCity": "Montgomery",
          "DiversionCountryCode": "USA",
          "DiversionCounty": "Montgomery",
          "DiversionCountyCode": "custom value",
          "DiversionCustomId": "custom value",
          "DiversionDepNumber": "custom value",
          "DiversionDescription": "custom value",
          "DiversionJurisdiction": "AL",
          "DiversionType": "custom value",
          "DiversionOutsideCityLimitInd": "Y",
          "DiversionPostalCode": "36104",
          "DiversionSiteCode": "custom value",
          "DiversionSpecialJurisdiction": "AL-SPJ-01",
          "DiversionStateAssignedCode": "custom value",
          "DiversionTerminalCode": "T01ME1000",
          "DiversionNumber": "custom value",
          "DocumentType": "custom value",
          "ExchangeInd": "Y",
          "ExemptionType": "custom value",
          "FilingEntity": "custom value",
          "ItemCode": "custom value",
          "ItemCodeDescription": "custom value",
          "ManufacturerCode": "custom value",
          "ManufacturerCountryCode": "USA",
          "ManufacturerCustomId": "custom value",
          "ManufacturerId": 500,
          "ManufacturerIdCode": "custom value",
          "ManufacturerIdType": "custom value",
          "ManufacturerJurisdiction": "AL",
          "ManufacturerJurisdictionCountrycode": "USA",
          "ManufacturerJurisdictionJurisdiction": "AL",
          "ManufacturerJurisdictionLicenseNumber": "custom value",
          "ManufacturerJurisdictionManufacturerCode": "custom value",
          "ManufacturerJurisdictionMsaStatus": "custom value",
          "ManufacturerLegalName": "custom value",
          "ManufacturerLicenseNumber": "custom value",
          "ManufacturerMailingAddress1": "123 Main Street",
          "ManufacturerMailingAddress2": "Suite 100",
          "ManufacturerMailingCity": "Montgomery",
          "ManufacturerMailingCountryCode": "USA",
          "ManufacturerMailingCounty": "custom value",
          "ManufacturerMailingCountyCode": "custom value",
          "ManufacturerMailingJurisdiction": "AL",
          "ManufacturerMailingPostalCode": "36104",
          "ManufacturerMsaStatus": "custom value",
          "ManufacturerPhysicalAddress1": "123 Main Street",
          "ManufacturerPhysicalAddress2": "Suite 100",
          "ManufacturerPhysicalCity": "Montgomery",
          "ManufacturerPhysicalCountryCode": "USA",
          "ManufacturerPhysicalCounty": "custom value",
          "ManufacturerPhysicalCountyCode": "custom value",
          "ManufacturerPhysicalJurisdiction": "AL",
          "ManufacturerPhysicalPostalCode": "36104",
          "ManufacturerTradeName": "custom value",
          "OriginAlternateFacilityNumber": "custom value",
          "OriginAlternateJurisdiction": "AL",
          "OriginCountyCode": "custom value",
          "OriginDepNumber": "custom value",
          "OriginDescription": "custom value",
          "OriginSiteCode": "custom value",
          "OriginSpecialJurisdiction": "AL-SPJ-01",
          "OriginStateAssignedCode": "custom value",
          "OriginTerminalCode": "T01ME1000",
          "PaymentDate": "2024-06-15T00:00:00",
          "ProductTobaccoAttribute01": "custom value",
          "ProductTobaccoAttribute02": "custom value",
          "ProductTobaccoAttribute03": "custom value",
          "ProductTobaccoAttribute04": "custom value",
          "ProductTobaccoAttribute05": "custom value",
          "ProductTobaccoAttribute06": "custom value",
          "ProductTobaccoAttribute07": "custom value",
          "ProductTobaccoAttribute08": "custom value",
          "ProductTobaccoAttribute09": "custom value",
          "ProductTobaccoAttribute10": "custom value",
          "ProductTobaccoAttribute11": "custom value",
          "ProductTobaccoAttribute12": "custom value",
          "ProductTobaccoAttribute13": "custom value",
          "ProductTobaccoAttribute14": "custom value",
          "ProductTobaccoAttribute15": "custom value",
          "ProductTobaccoAttributeValue01": "custom value",
          "ProductTobaccoAttributeValue02": "custom value",
          "ProductTobaccoAttributeValue03": "custom value",
          "ProductTobaccoAttributeValue04": "custom value",
          "ProductTobaccoAttributeValue05": "custom value",
          "ProductTobaccoAttributeValue06": "custom value",
          "ProductTobaccoAttributeValue07": "custom value",
          "ProductTobaccoAttributeValue08": "custom value",
          "ProductTobaccoAttributeValue09": "custom value",
          "ProductTobaccoAttributeValue10": "custom value",
          "ProductTobaccoAttributeValue11": "custom value",
          "ProductTobaccoAttributeValue12": "custom value",
          "ProductTobaccoAttributeValue13": "custom value",
          "ProductTobaccoAttributeValue14": "custom value",
          "ProductTobaccoAttributeValue15": "custom value",
          "ProductTobaccoBrandCode": "custom value",
          "ProductTobaccoCountryCode": "USA",
          "ProductTobaccoCustomId": "custom value",
          "ProductTobaccoDescription": "custom value",
          "ProductTobaccoId": 750,
          "ProductTobaccoJurisdiction": "AL",
          "ProductTobaccoJurisdictionDescriptionCode": "custom value",
          "ProductTobaccoModifiedRiskNumber": "custom value",
          "ProductTobaccoModifiedRiskType": "custom value",
          "ProductTobaccoName": "custom value",
          "ProductTobaccoPackSize": 20,
          "ProductTobaccoProductCode": "065",
          "ProductTobaccoSku": "custom value",
          "ProductTobaccoStyle": "custom value",
          "ProductTobaccoUnitLength": 1000,
          "ProductTobaccoUnitLengthOfMeasure": "IN",
          "ProductTobaccoUnitOfMeasure": "GAL",
          "ProductTobaccoUnitsPerPackage": 1000,
          "ProductTobaccoUnitVolume": 1000,
          "ProductTobaccoUnitVolumeUnitOfMeasure": "GAL",
          "ProductTobaccoUnitWeight": 1000,
          "ProductTobaccoUnitWeightUnitOfMeasure": "GAL",
          "ProductTobaccoUpc": "custom value",
          "PtOrderAcceptAlternateFacilityNumber": "custom value",
          "PtOrderAcceptAlternateJurisdiction": "AL",
          "PtOrderAcceptCountyCode": "custom value",
          "PtOrderAcceptDepNumber": "custom value",
          "PtOrderAcceptDescription": "custom value",
          "PtOrderAcceptSiteCode": "custom value",
          "PtOrderAcceptSpecialJurisdiction": "AL-SPJ-01",
          "PtOrderAcceptStateAssignedCode": "custom value",
          "PtOrderAcceptTerminalCode": "T01ME1000",
          "PtOrderOriginAlternateFacilityNumber": "custom value",
          "PtOrderOriginAlternateJurisdiction": "AL",
          "PtOrderOriginCountyCode": "custom value",
          "PtOrderOriginDepNumber": "custom value",
          "PtOrderOriginDescription": "custom value",
          "PtOrderOriginSiteCode": "custom value",
          "PtOrderOriginSpecialJurisdiction": "AL-SPJ-01",
          "PtOrderOriginStateAssignedCode": "custom value",
          "PtOrderOriginTerminalCode": "T01ME1000",
          "PurchaseDate": "2024-06-15T00:00:00",
          "SalesAmount": 1000,
          "ScheduleCode": "custom value",
          "ScheduleType": "custom value",
          "SequenceId": "custom value",
          "StampAttribute": "custom value",
          "SystemOfRecord": "custom value",
          "SystemOfRecordProductCode": "065",
          "TaxCollected": 1000,
          "TaxSessionCountryCode": "USA",
          "TaxSessionJurisdiction": "AL",
          "TaxSessionLocationId": 100,
          "TaxSessionTaxpayerType": "custom value",
          "TaxSessionTerminalCode": "T01ME1000",
          "TobaccoJurisdictionsBrandCode": "custom value",
          "TobaccoJurisdictionsCountryCode": "custom value",
          "TobaccoJurisdictionsJurisdiction": "AL",
          "TobaccoJurisdictionsJurisdictionDescriptionCode": "custom value",
          "TobaccoJurisdictionsModifiedRiskNumber": "custom value",
          "TobaccoJurisdictionsModifiedRiskType": "custom value",
          "TobaccoJurisdictionsProductCode": "custom value",
          "TobaccoJurisdictionsStyle": "custom value",
          "Acres": 1000,
          "ActionType": "custom value",
          "AdjustedBalance": 1000,
          "AdjustedCredits": 1000,
          "AdjustedMiles": 1000,
          "AdjustedTax": 1000,
          "AdjustedUnits": 1000,
          "AdjustmentCode": "custom value",
          "AdjustmentExplanation": "custom value",
          "AircraftType": "custom value",
          "AltDocumentNumber": "custom value",
          "AviationType": "custom value",
          "AzUstBuyerExemptNumber": "custom value",
          "Balance": 1000,
          "BeginningDate": "2024-01-01T00:00:00",
          "BeginningReading": 1000,
          "BilledUnitsProduced": 1000,
          "BranchNumber": "custom value",
          "BuyerExemptNumber": "custom value",
          "ContactInfo1": "custom value",
          "ContactInfo2": "custom value",
          "ContactInfo3": "custom value",
          "ContactInfo4": "custom value",
          "CorrectionType": "custom value",
          "CountryOfOrigin": "USA",
          "CreditAmount": 1000,
          "Crop": "custom value",
          "DeductionAmount": 1000,
          "DeductionTypeId": "custom value",
          "DestinationLicense": "custom value",
          "DiscountAmount": 3.5,
          "DiversionDate": "2024-06-15T00:00:00",
          "DriverLicenseNumber": "custom value",
          "EmblemNumber": "custom value",
          "EndingDate": "custom value",
          "EndingReading": 1000,
          "EntryValue": 1000,
          "EnvironmentalFeeInterest": 1000,
          "EnvironmentalFeePenalty": 1000,
          "EquipmentCount": 1000,
          "EquipmentType": "custom value",
          "ErrorType": "custom value",
          "ExemptLocationType": "custom value",
          "Explanation": "custom value",
          "FilingType": "custom value",
          "FlightCount": 1000,
          "FlightDate": "2024-06-15T00:00:00",
          "FlightNumber": "custom value",
          "FuelEfficiency": "custom value",
          "FuelRate": 1000,
          "FuelType": "custom value",
          "FuelUseCodeDescOther": "custom value",
          "GasolineInterest": 1000,
          "GasolinePenalty": 1000,
          "GrossReceiptsAmount": 1000,
          "GrossUnitsProduced": 1000,
          "HeatingType": "custom value",
          "Horsepower": "custom value",
          "ImportComponentTaxRate": 1000,
          "ImportTaxRate": 0.05,
          "ImportVerificationNumber": "custom value",
          "InspectionFeeInterest": 1000,
          "InspectionFeePenalty": 1000,
          "IvpNumber": "custom value",
          "IvpPayment": 150,
          "Lessor": "custom value",
          "LicenseTagNumber": "custom value",
          "LicenseTagState": "custom value",
          "Miles": 1000,
          "MilesOffRoad": 1000,
          "MilesOnRoad": 1000,
          "MilesOther": 1000,
          "MilesOutOfState": 1000,
          "MsaStatus": "custom value",
          "NetUnitsProduced": 1000,
          "NontaxableMiles": 1000,
          "NontaxableUnits": 1000,
          "Odometer": 1000,
          "OperationType": "custom value",
          "OriginTerminalOperatorName": "custom value",
          "OtherUnits": 1000,
          "PackSize": 20,
          "PrintSchedLicense": "custom value",
          "ProductCount": 1000,
          "ProductProduced": "065",
          "ProductVolume": 1000,
          "ProductWeight": 1000,
          "PumpNumber": "custom value",
          "PumpNumberNew": "custom value",
          "PurchasePrice": 3.5,
          "PurchaseType": "custom value",
          "RateTypeId": "custom value",
          "ReceiptType": "custom value",
          "RegistrationNumber": "custom value",
          "ReportLevel": "custom value",
          "ResidentialType": "custom value",
          "RetailPrice": 3.5,
          "RuleId": "custom value",
          "Schedule4bTotal": 1000,
          "SignedStatementNumber": "custom value",
          "SpecialFuelInterest": 1000,
          "SpecialFuelPenalty": 1000,
          "StampType": "custom value",
          "StateAssignedLocationCode": "custom value",
          "StatusType": "custom value",
          "SubRuleId": "custom value",
          "TankCapacity": 1000,
          "TankNumber": "custom value",
          "TankReading": 1000,
          "TaxDollarsRecovered": 1000,
          "TaxFreeType": "custom value",
          "TaxPaidType": "custom value",
          "TaxRate": 0.05,
          "TaxTypeId": "custom value",
          "Taxable": 1000,
          "TaxableMiles": 1000,
          "TaxableUnits": 1000,
          "TaxationType": "custom value",
          "TaxingJurisdiction": "AL",
          "TransferType": "custom value",
          "TribalCode": "custom value",
          "TribalIdCode": "custom value",
          "TribalName": "custom value",
          "TribalReservation": "custom value",
          "UnitsPerPackage": 1000,
          "VehicleIdNumber": "custom value",
          "VehicleLeasedInd": "custom value",
          "VehicleMake": "custom value",
          "VehicleModel": "custom value",
          "VehicleModelYear": "custom value",
          "VehicleOwnedInd": "custom value",
          "VehicleType": "custom value",
          "VehicleUseType": "custom value",
          "VehicleWeight": 1000,
          "VesselName": "custom value",
          "VesselNumber": "custom value",
          "WholesalePrice": 3.5,
          "UnitOfMeasure": "GAL",
          "CustomDate01": "2024-01-01T00:00:00",
          "CustomDate02": "2024-01-01T00:00:00",
          "CustomDate03": "2024-01-01T00:00:00",
          "CustomDate04": "2024-01-01T00:00:00",
          "CustomDate05": "2024-01-01T00:00:00",
          "CustomDate06": "2024-01-01T00:00:00",
          "CustomDate07": "2024-01-01T00:00:00",
          "CustomDate08": "2024-01-01T00:00:00",
          "CustomDate09": "2024-01-01T00:00:00",
          "CustomDate10": "2024-01-01T00:00:00",
          "CustomNumeric01": 0,
          "CustomNumeric02": 0,
          "CustomNumeric03": 0,
          "CustomNumeric04": 0,
          "CustomNumeric05": 0,
          "CustomNumeric06": 0,
          "CustomNumeric07": 0,
          "CustomNumeric08": 0,
          "CustomNumeric09": 0,
          "CustomNumeric10": 0,
          "CustomNumeric11": 0,
          "CustomNumeric12": 0,
          "CustomNumeric13": 0,
          "CustomNumeric14": 0,
          "CustomNumeric15": 0,
          "CustomNumeric16": 0,
          "CustomNumeric17": 0,
          "CustomNumeric18": 0,
          "CustomNumeric19": 0,
          "CustomNumeric20": 0,
          "CustomNumeric21": 0,
          "CustomNumeric22": 0,
          "CustomNumeric23": 0,
          "CustomNumeric24": 0,
          "CustomNumeric25": 0,
          "CustomNumeric26": 0,
          "CustomNumeric27": 0,
          "CustomNumeric28": 0,
          "CustomNumeric29": 0,
          "CustomNumeric30": 0,
          "CustomString01": "custom value",
          "CustomString02": "custom value",
          "CustomString03": "custom value",
          "CustomString04": "custom value",
          "CustomString05": "custom value",
          "CustomString06": "custom value",
          "CustomString07": "custom value",
          "CustomString08": "custom value",
          "CustomString09": "custom value",
          "CustomString10": "custom value",
          "CustomString11": "custom value",
          "CustomString12": "custom value",
          "CustomString13": "custom value",
          "CustomString14": "custom value",
          "CustomString15": "custom value",
          "CustomString16": "custom value",
          "CustomString17": "custom value",
          "CustomString18": "custom value",
          "CustomString19": "custom value",
          "CustomString20": "custom value",
          "CustomString21": "custom value",
          "CustomString22": "custom value",
          "CustomString23": "custom value",
          "CustomString24": "custom value",
          "CustomString25": "custom value",
          "CustomString26": "custom value",
          "CustomString27": "custom value",
          "CustomString28": "custom value",
          "CustomString29": "custom value",
          "CustomString30": "custom value",
          "CustomString31": "custom value",
          "CustomString32": "custom value",
          "CustomString33": "custom value",
          "CustomString34": "custom value",
          "CustomString35": "custom value",
          "CustomString36": "custom value",
          "CustomString37": "custom value",
          "CustomString38": "custom value",
          "CustomString39": "custom value",
          "CustomString40": "custom value",
          "CustomString41": "custom value",
          "CustomString42": "custom value",
          "CustomString43": "custom value",
          "CustomString44": "custom value",
          "CustomString45": "custom value",
          "CustomString46": "custom value",
          "CustomString47": "custom value",
          "CustomString48": "custom value",
          "CustomString49": "custom value",
          "CustomString50": "custom value"
        },
        "TransactionLineMeasures": [
          {
            "QuantityInd": "string",
            "UnitOfMeasure": "string",
            "MeasureValue": 0
          }
        ],
        "OriginSpecialJurisdictions": [
          {
            "SpecialJurisdictionCode": "string",
            "SpecialJurisdictionType": "string"
          }
        ],
        "DestinationSpecialJurisdictions": [
          {
            "SpecialJurisdictionCode": "string",
            "SpecialJurisdictionType": "string"
          }
        ],
        "SaleSpecialJurisdictions": [
          {
            "SpecialJurisdictionCode": "string",
            "SpecialJurisdictionType": "string"
          }
        ],
        "CounterSpecialJurisdictions": [
          {
            "SpecialJurisdictionCode": "string",
            "SpecialJurisdictionType": "string"
          }
        ],
        "OrderOriginSpecialJurisdictions": [
          {
            "SpecialJurisdictionCode": "string",
            "SpecialJurisdictionType": "string"
          }
        ],
        "OrderAcceptanceSpecialJurisdictions": [
          {
            "SpecialJurisdictionCode": "string",
            "SpecialJurisdictionType": "string"
          }
        ],
        "GpsrSpecialJurisdictions": [
          {
            "SpecialJurisdictionCode": "string",
            "SpecialJurisdictionType": "string"
          }
        ],
        "BillToSpecialJurisdictions": [
          {
            "SpecialJurisdictionCode": "string",
            "SpecialJurisdictionType": "string"
          }
        ],
        "InvoiceLine": 1,
        "MovementStartDate": "2024-01-01T00:00:00",
        "MovementEndDate": "2028-12-31T23:59:59",
        "ProductCode": "065",
        "BlendToProductCode": "065",
        "UnitPrice": 3.5,
        "AlternateUnitPrice": 3.5,
        "NetUnits": 1000,
        "GrossUnits": 1000,
        "BilledUnits": 1000,
        "LineAmount": 3500,
        "AlternateLineAmount": 3500,
        "BillOfLadingNumber": "BOL-2024-001",
        "BillOfLadingDate": "2024-06-15T00:00:00",
        "OriginCountryCode": "USA",
        "OriginJurisdiction": "AL",
        "OriginCounty": "Montgomery",
        "OriginCity": "Montgomery",
        "OriginPostalCode": "36104",
        "OriginType": "TERMINAL",
        "Origin": "LOC-ORIG-01",
        "OriginOutCityLimitInd": "Y",
        "OriginSpecialJurisdictionInd": "N",
        "OriginExciseWarehouse": "EW-001",
        "OriginAddress1": "123 Main Street",
        "OriginAddress2": "Suite 100",
        "OriginAirportCode": "MGM",
        "DestinationCountryCode": "USA",
        "DestinationJurisdiction": "AL",
        "DestinationCounty": "Montgomery",
        "DestinationCity": "Montgomery",
        "DestinationPostalCode": "36104",
        "DestinationType": "RACK",
        "Destination": "LOC-DEST-01",
        "DestinationOutCityLimitInd": "Y",
        "DestinationSpecialJurisdictionInd": "N",
        "DestinationExciseWarehouse": "EW-002",
        "DestinationAddress1": "123 Main Street",
        "DestinationAddress2": "Suite 100",
        "DestinationAirportCode": "MGM",
        "SaleCountryCode": "USA",
        "SaleJurisdiction": "AL",
        "SaleCounty": "Montgomery",
        "SaleCity": "Montgomery",
        "SalePostalCode": "36104",
        "SaleType": "RETAIL",
        "SaleLocation": "OUTLET-01",
        "SaleOutCityLimitInd": "Y",
        "SaleSpecialJurisdictionInd": "N",
        "SaleExciseWarehouse": "EW-003",
        "SaleAddress1": "123 Main Street",
        "SaleAddress2": "Suite 100",
        "SaleAirportCode": "MGM",
        "CounterCountryCode": "USA",
        "CounterJurisdiction": "AL",
        "CounterCounty": "Montgomery",
        "CounterCity": "Montgomery",
        "CounterPostalCode": "36104",
        "CounterType": "WHOLESALE",
        "CounterParty": "COUNTER-001",
        "CounterOutCityLimitInd": "Y",
        "CounterSpecialJurisdictionInd": "N",
        "CounterExciseWarehouse": "EW-004",
        "CounterFiscalRepInd": "N",
        "CounterAddress1": "123 Main Street",
        "CounterAddress2": "Suite 100",
        "CounterAirportCode": "MGM",
        "PtOrderOrigin": "POO-01",
        "PtOrderOriginCountryCode": "USA",
        "PtOrderOriginJurisdiction": "AL",
        "PtOrderOriginCounty": "Montgomery",
        "PtOrderOriginCity": "Montgomery",
        "PtOrderOriginPostalCode": "36104",
        "PtOrderOriginType": "WAREHOUSE",
        "PtOrderOriginOutCityLimitInd": "Y",
        "PtOrderOriginCustomId": "custom value",
        "PtOrderOriginSpecialJurisdictionInd": "N",
        "PtOrderOriginExciseWarehouse": "EW-005",
        "PtOrderOriginAddress1": "123 Main Street",
        "PtOrderOriginAddress2": "Suite 100",
        "PtOrderOriginAirportCode": "MGM",
        "PtOrderAccept": "POA-01",
        "PtOrderAcceptCountryCode": "USA",
        "PtOrderAcceptJurisdiction": "AL",
        "PtOrderAcceptCounty": "Montgomery",
        "PtOrderAcceptCity": "Montgomery",
        "PtOrderAcceptPostalCode": "36104",
        "PtOrderAcceptType": "DC",
        "PtOrderAcceptOutCityLimitInd": "Y",
        "PtOrderAcceptCustomId": "custom value",
        "PtOrderAcceptSpecialJurisdictionInd": "N",
        "PtOrderAcceptExciseWarehouse": "EW-006",
        "PtOrderAcceptAddress1": "123 Main Street",
        "PtOrderAcceptAddress2": "Suite 100",
        "PtOrderAcceptAirportCode": "MGM",
        "Gpsr": "GPSR-01",
        "GpsrCountryCode": "USA",
        "GpsrJurisdiction": "AL",
        "GpsrCounty": "Montgomery",
        "GpsrCity": "Montgomery",
        "GpsrPostalCode": "36104",
        "GpsrType": "SERVICE",
        "GpsrOutCityLimitInd": "Y",
        "GpsrCustomId": "custom value",
        "GpsrSpecialJurisdictionInd": "N",
        "GpsrExciseWarehouse": "EW-007",
        "GpsrAddress1": "123 Main Street",
        "GpsrAddress2": "Suite 100",
        "GpsrAirportCode": "MGM",
        "BillTo": "BILL-01",
        "BillToCountryCode": "USA",
        "BillToJurisdiction": "AL",
        "BillToCounty": "Montgomery",
        "BillToCity": "Montgomery",
        "BillToPostalCode": "36104",
        "BillToType": "CORPORATE",
        "BillToOutCityLimitInd": "Y",
        "BillToCustomId": "custom value",
        "BillToSpecialJurisdictionInd": "N",
        "BillToExciseWarehouse": "EW-008",
        "BillToAddress1": "123 Main Street",
        "BillToAddress2": "Suite 100",
        "BillToAirportCode": "MGM",
        "UserData": "custom value",
        "AlternativeFuelContent": 10,
        "BlendToAltFuelContent": 5,
        "BlendToInd": "Y",
        "Currency": "USD",
        "UnitOfMeasure": "GAL",
        "FreightUnitPrice": 150,
        "FreightType": "PREPAID",
        "FreightLineAmount": 150,
        "CustomString1": "custom value",
        "CustomString2": "custom value",
        "CustomString3": "custom value",
        "CustomNumeric1": 0,
        "CustomNumeric2": 0,
        "CustomNumeric3": 0,
        "NthTimeSale": 1,
        "TaxIncluded": true,
        "UnitQuantity": 1000,
        "UnitQuantityUnitOfMeasure": "GAL",
        "UnitVolume": 1000,
        "UnitVolumeUnitOfMeasure": "GAL",
        "UnitWeight": 1000,
        "UnitWeightUnitOfMeasure": "GAL",
        "UnitLength": 1000,
        "UnitLengthUnitOfMeasure": "GAL",
        "Discounted": false,
        "EntityUseCode": "A",
        "CustomString4": "custom value",
        "CustomString5": "custom value",
        "CustomString6": "custom value",
        "CustomString7": "custom value",
        "CustomString8": "custom value",
        "CustomString9": "custom value",
        "CustomString10": "custom value",
        "CustomNumeric4": 0,
        "CustomNumeric5": 0,
        "CustomNumeric6": 0,
        "CustomNumeric7": 0,
        "CustomNumeric8": 0,
        "CustomNumeric9": 0,
        "CustomNumeric10": 0,
        "ExemptionCode": "EXEMPT01",
        "HsCode": "2402.20.00"
      }
    ],
    "TransactionExchangeRates": [
      {
        "FromCurrency": "USD",
        "ToCurrency": "EUR",
        "EffectiveDate": "2024-01-01T00:00:00",
        "ConversionFactor": 1.25
      }
    ],
    "EffectiveDate": "2024-01-01T00:00:00",
    "InvoiceDate": "2024-06-15T00:00:00",
    "InvoiceNumber": "INV-2024-001",
    "FuelUseCode": "custom value",
    "TitleTransferCode": "DEST",
    "TransactionType": "SALE",
    "TransportationModeCode": "TRUCK",
    "Seller": "SELLER-001",
    "Buyer": "BUYER-001",
    "PreviousSeller": "PREV-SELLER-001",
    "NextBuyer": "NEXT-BUYER-001",
    "Middleman": "MID-001",
    "CustomsStatus": "CLEARED",
    "FormAPresentedInd": "Y",
    "SimplifiedProcedureInd": "N",
    "Incoterms": "FOB",
    "PerspectiveBusinessType": "DIST",
    "ChainLeg": "1",
    "OrderType": "STANDARD",
    "TotalDyedUnits": 1000,
    "TotalReportingTaxes": 1000,
    "ReportingCurrency": "USD",
    "ReportingUnitOfMeasure": "GAL",
    "UserData": "custom value",
    "UserTranId": "TXN-2024-001",
    "SourceSystem": "ERP",
    "CustomString1": "custom value",
    "CustomString2": "custom value",
    "CustomString3": "custom value",
    "CustomNumeric1": 0,
    "CustomNumeric2": 0,
    "CustomNumeric3": 0,
    "DebugInd": "N",
    "CalculationMethod": "STANDARD",
    "CommitStatus": "OPEN",
    "AvaTaxTransactionType": "SalesOrder",
    "Discount": 3.5,
    "EntityUseCode": "A",
    "CustomString4": "custom value",
    "CustomString5": "custom value",
    "CustomString6": "custom value",
    "CustomString7": "custom value",
    "CustomString8": "custom value",
    "CustomString9": "custom value",
    "CustomString10": "custom value",
    "CustomNumeric4": 0,
    "CustomNumeric5": 0,
    "CustomNumeric6": 0,
    "CustomNumeric7": 0,
    "CustomNumeric8": 0,
    "CustomNumeric9": 0,
    "CustomNumeric10": 0,
    "ExemptionCode": "EXEMPT01",
    "SellerImporterOfRecordInd": "Y"
  }
}'
```