# ImportScheduleTransactionsController_ImportScheduleTransactions

Imports schedule transactions.

`POST /api/v1/ImportScheduleTransactions/ImportScheduleTransactions`

**API:** Excise Platform API
**Tag:** ImportScheduleTransactionsController
**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/ImportScheduleTransactionsController/ImportScheduleTransactionsController_ImportScheduleTransactions/

## Description

Accepts a JSON request containing schedule transaction records to import. The request is serialized
and stored, then a scheduled task is created to process the import asynchronously.
            
The import supports batching - multiple batches can be sent with the same load ID. Options include
business entity matching, location matching, tobacco product matching, manufacturer matching,
workflow reset, and email notifications at various import steps.
            
Monitor the System Activity Logs for processing status and results.

## 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. |

## Request Body

**Schema:** `Avalara.Excise.Common.Contracts.Services.ScheduleTransactionImportRequest`

This is the request object for the REST service

| Property | Type | Required | Description |
|---|---|---|---|
| `Transactions` | Avalara.Excise.Common.Contracts.Services.RestScheduleTransaction[] | No | Gets or sets the array of schedule transactions to be imported. |
| `LoadId` | string | No | Gets or sets the load identifier for this import request.
This uniquely identifies the import batch. Example: `a1b2c3d4-e5f6-7890-abcd-ef1234567890`. |
| `OverridePriorityBusinessEntityLegalName` | integer | No | Gets or sets the override priority for business entity legal name matching. Example: `0`. |
| `OverridePriorityBusinessEntityIdTypeCode` | integer | No | Gets or sets the override priority for business entity ID type code matching. Example: `0`. |
| `OverridePriorityBusinessEntityCustomId` | integer | No | Gets or sets the override priority for business entity custom ID matching. Example: `0`. |
| `TotalBatches` | integer | No | Gets or sets the total number of batches in this import operation. Example: `0`. |
| `BatchSize` | integer | No | Gets or sets the size of each batch in this import operation. Example: `0`. |
| `BusinessEntityUpdateMatchesMode` | string | No | Gets or sets the update match type mode for business entity matching. Values: `NONE`, `INSERT`, `UPDATE`, `COPY`. Example: `NONE`. |
| `TerminateNewBusinessEntities` | boolean | No | Gets or sets a value indicating whether new business entities should be terminated. Example: `false`. |
| `LocationsUpdateMatchesMode` | string | No | Gets or sets the update match type mode for location matching. Values: `NONE`, `INSERT`, `UPDATE`, `COPY`. Example: `NONE`. |
| `LimitTaxSessionsByEndPeriod` | string | No | Gets or sets the end period date to limit tax sessions by. Example: `2026-05-22T04:06:14.5076572Z`. |
| `LimitTaxSessionsByCountry` | string | No | Gets or sets the country code to limit tax sessions by. Example: `string`. |
| `LimitTaxSessionsByJurisdiction` | string | No | Gets or sets the jurisdiction to limit tax sessions by. Example: `string`. |
| `LimitTaxSessionsByTaxpayerType` | string | No | Gets or sets the taxpayer type to limit tax sessions by. Example: `string`. |
| `LimitTaxSessionsByTerminalCode` | string | No | Gets or sets the terminal code to limit tax sessions by. Example: `string`. |
| `LimitTaxSessionsByLocationId` | string | No | Gets or sets the location ID to limit tax sessions by. Example: `string`. |
| `ScheduleTransactionDataEntryComplete` | boolean | No | Gets or sets a value indicating whether schedule transaction data entry is complete. Example: `false`. |
| `EnableWorkflowReset` | boolean | No | Gets or sets a value indicating whether workflow reset is enabled. Example: `false`. |
| `TerminateNewLocations` | boolean | No | Gets or sets a value indicating whether new locations should be terminated. Example: `false`. |
| `PrimarySelectionType` | string | No | Gets or sets the primary selection type for the import operation. Example: `string`. |
| `SecondarySelectionType` | string | No | Gets or sets the secondary selection type for the import operation. Example: `string`. |
| `TargetEndPeriod` | string | No | Gets or sets the target end period date for the import operation. Example: `2026-05-22T04:06:14.5701133Z`. |
| `ApplyProfiles` | boolean | No | Gets or sets a value indicating whether to apply profiles during import. Example: `false`. |
| `CorrectionType` | string | No | INSERT, UPDATE, or CORRECT Example: `string`. |
| `LastBatchSent` | boolean | No | Gets or sets a value indicating whether this is the last batch being sent. Example: `false`. |
| `BatchNumber` | integer | No | Gets or sets the current batch number in the import sequence. Example: `0`. |
| `EmailNotification` | string | No | Gets or sets the email address for import completion notifications. Example: `string`. |
| `EmailNotificationUserId` | string | No | Gets or sets the user ID associated with email notifications. Example: `string`. |
| `EmailNotificationEnabledStepOne` | boolean | No | Gets or sets a value indicating whether email notification is enabled for step one. Example: `false`. |
| `EmailNotificationEnabledStepTwo` | boolean | No | Gets or sets a value indicating whether email notification is enabled for step two. Example: `false`. |
| `EmailNotificationEnabledStepThree` | boolean | No | Gets or sets a value indicating whether email notification is enabled for step three. Example: `false`. |
| `SourceName` | string | No | Gets or sets the source name for the import operation. Example: `string`. |
| `LocationExactMatchCountryCode` | boolean | No | Gets or sets a value indicating whether to use exact match for location country code. Example: `false`. |
| `LocationExactMatchJurisdiction` | boolean | No | Gets or sets a value indicating whether to use exact match for location jurisdiction. Example: `false`. |
| `LocationExactMatchDescription` | boolean | No | Gets or sets a value indicating whether to use exact match for location description. Example: `false`. |
| `LocationExactMatchAddress1` | boolean | No | Gets or sets a value indicating whether to use exact match for location address line 1. Example: `false`. |
| `LocationExactMatchAddress2` | boolean | No | Gets or sets a value indicating whether to use exact match for location address line 2. Example: `false`. |
| `LocationExactMatchCity` | boolean | No | Gets or sets a value indicating whether to use exact match for location city. Example: `false`. |
| `LocationExactMatchPostalCode` | boolean | No | Gets or sets a value indicating whether to use exact match for location postal code. Example: `false`. |
| `LocationExactMatchAlternateJurisdiction` | boolean | No | Gets or sets a value indicating whether to use exact match for location alternate jurisdiction. Example: `false`. |
| `LocationExactMatchAlternateFacilityNumber` | boolean | No | Gets or sets a value indicating whether to use exact match for location alternate facility number. Example: `false`. |
| `LocationExactMatchAirportCode` | boolean | No | Gets or sets a value indicating whether to use exact match for location airport code. Example: `false`. |
| `LocationExactMatchStateAssignedCode` | boolean | No | Gets or sets a value indicating whether to use exact match for location state assigned code. Example: `false`. |
| `LocationExactMatchSiteCode` | boolean | No | Gets or sets a value indicating whether to use exact match for location site code. Example: `false`. |
| `LocationExactMatchSpecialJurisdiction` | boolean | No | Gets or sets a value indicating whether to use exact match for location special jurisdiction. Example: `false`. |
| `LocationExactMatchCounty` | boolean | No | Gets or sets a value indicating whether to use exact match for location county. Example: `false`. |
| `LocationExactMatchCountyCode` | boolean | No | Gets or sets a value indicating whether to use exact match for location county code. Example: `false`. |
| `LocationExactMatchDepNumber` | boolean | No | Gets or sets a value indicating whether to use exact match for location DEP number. Example: `false`. |
| `LocationExactMatchLocationType` | boolean | No | Gets or sets a value indicating whether to use exact match for location type. Example: `false`. |
| `LocationExactMatchOutsideCityLimit` | boolean | No | Gets or sets a value indicating whether to use exact match for location outside city limit indicator. Example: `false`. |
| `ProductTobaccoMatchCountryCode` | boolean | No | Gets or sets a value indicating whether to match product tobacco by country code. Example: `false`. |
| `ProductTobaccoMatchJurisdiction` | boolean | No | Gets or sets a value indicating whether to match product tobacco by jurisdiction. Example: `false`. |
| `ProductTobaccoMatchName` | boolean | No | Gets or sets a value indicating whether to match product tobacco by name. Example: `false`. |
| `ProductTobaccoMatchStateAssignedCode` | boolean | No | Gets or sets a value indicating whether to match product tobacco by state assigned code. Example: `false`. |
| `ProductTobaccoMatchStyle` | boolean | No | Gets or sets a value indicating whether to match product tobacco by style. Example: `false`. |
| `ProductTobaccoMatchUnitOfMeasure` | boolean | No | Gets or sets a value indicating whether to match product tobacco by unit of measure. Example: `false`. |
| `ProductTobaccoMatchUnitsPerPackage` | boolean | No | Gets or sets a value indicating whether to match product tobacco by units per package. Example: `false`. |
| `ProductTobaccoMatchUpc` | boolean | No | Gets or sets a value indicating whether to match product tobacco by UPC. Example: `false`. |
| `ProductTobaccoMatchProductCode` | boolean | No | Gets or sets a value indicating whether to match product tobacco by product code. Example: `false`. |
| `ProductTobaccoMatchCustomId` | boolean | No | Gets or sets a value indicating whether to match product tobacco by custom ID. Example: `false`. |
| `ProductTobaccoMatchDescription` | boolean | No | Gets or sets a value indicating whether to match product tobacco by description. Example: `false`. |
| `ProductTobaccoMatchModifiedRisk` | boolean | No | Gets or sets a value indicating whether to match product tobacco by modified risk type. Example: `false`. |
| `ProductTobaccoMatchModifiedRiskNumber` | boolean | No | Gets or sets a value indicating whether to match product tobacco by modified risk number. Example: `false`. |
| `ProductTobaccoMatchUnitVolume` | boolean | No | Gets or sets a value indicating whether to match product tobacco by unit volume. Example: `false`. |
| `ProductTobaccoMatchUnitVolumeUnitOfMeasure` | boolean | No | Gets or sets a value indicating whether to match product tobacco by unit volume unit of measure. Example: `false`. |
| `ProductTobaccoMatchUnitWeight` | boolean | No | Gets or sets a value indicating whether to match product tobacco by unit weight. Example: `false`. |
| `ProductTobaccoMatchUnitWeightUnitOfMeasure` | boolean | No | Gets or sets a value indicating whether to match product tobacco by unit weight unit of measure. Example: `false`. |
| `ProductTobaccoMatchUnitLength` | boolean | No | Gets or sets a value indicating whether to match product tobacco by unit length. Example: `false`. |
| `ProductTobaccoMatchUnitLengthUnitOfMeasure` | boolean | No | Gets or sets a value indicating whether to match product tobacco by unit length unit of measure. Example: `false`. |
| `ProductTobaccoMatchJurisdictionDescriptionCode` | boolean | No | Gets or sets a value indicating whether to match product tobacco by jurisdiction description code. Example: `false`. |
| `ProductTobaccoMatchSku` | boolean | No | Gets or sets a value indicating whether to match product tobacco by SKU. Example: `false`. |
| `ProductTobaccoMatchPackSize` | boolean | No | Gets or sets a value indicating whether to match product tobacco by pack size. Example: `false`. |
| `ProductTobaccoTerminateNewRecords` | boolean | No | Gets or sets a value indicating whether to terminate new product tobacco records. Example: `false`. |
| `ProductTobaccoAssignManufacturers` | boolean | No | Gets or sets a value indicating whether to assign manufacturers to product tobacco records. Example: `false`. |
| `ProductTobaccoAssignDefaultManufacturer` | boolean | No | Gets or sets a value indicating whether to assign default manufacturer to product tobacco records. Example: `false`. |
| `ProductTobaccoDetermineProductJurisdictions` | boolean | No | Gets or sets a value indicating whether to determine product jurisdictions for product tobacco records. Example: `false`. |
| `ProductTobaccoProductCrossReference` | boolean | No | Gets or sets a value indicating whether to use product cross reference for product tobacco records. Example: `false`. |
| `ProductsTobaccoUpdateMatchesMode` | string | No | Gets or sets the update match type mode for product tobacco matching. Values: `NONE`, `INSERT`, `UPDATE`, `COPY`. Example: `NONE`. |
| `ProductsTobaccoAttributeUpdateMode` | string | No | Gets or sets the update type mode for product tobacco attributes. Values: `INSERT`, `REPLACE`, `NOCHANGE`. Example: `INSERT`. |
| `ProductsTobaccoJurisdictionUpdateMode` | string | No | Gets or sets the update type mode for product tobacco jurisdictions. Values: `REPLACE`, `ADDNEW`, `NOCHANGE`. Example: `REPLACE`. |
| `ItemCodeUpdateMatchesMode` | string | No | Gets or sets the update match type mode for item code matching. Values: `NONE`, `INSERT`, `UPDATE`, `COPY`. Example: `NONE`. |
| `ManufacturerMatchCountryCode` | boolean | No | Gets or sets a value indicating whether to match manufacturers by country code. Example: `false`. |
| `ManufacturerMatchJurisdiction` | boolean | No | Gets or sets a value indicating whether to match manufacturers by jurisdiction. Example: `false`. |
| `ManufacturerMatchLegalName` | boolean | No | Gets or sets a value indicating whether to match manufacturers by legal name. Example: `false`. |
| `ManufacturerMatchMsaStatus` | boolean | No | Gets or sets a value indicating whether to match manufacturers by MSA status. Example: `false`. |
| `ManufacturerMatchIdTypeIdCode` | boolean | No | Gets or sets a value indicating whether to match manufacturers by ID type code. Example: `false`. |
| `ManufacturerMatchCustomId` | boolean | No | Gets or sets a value indicating whether to match manufacturers by custom ID. Example: `false`. |
| `ManufacturerMatchLicenseNumber` | boolean | No | Gets or sets a value indicating whether to match manufacturers by license number. Example: `false`. |
| `ManufacturerMatchTradeName` | boolean | No | Gets or sets a value indicating whether to match manufacturers by trade name. Example: `false`. |
| `ManufacturerMatchManufacturerCode` | boolean | No | Gets or sets a value indicating whether to match manufacturers by manufacturer code. Example: `false`. |
| `ManufacturerTerminateNewRecords` | boolean | No | Gets or sets a value indicating whether to terminate new manufacturer records. Example: `false`. |
| `ManufacturerUpdateMatchesMode` | string | No | Gets or sets the update match type mode for manufacturer matching. Values: `NONE`, `INSERT`, `UPDATE`, `COPY`. Example: `NONE`. |
| `ManufacturerJurisdictionUpdateMode` | string | No | Gets or sets the update type mode for manufacturer jurisdictions. Values: `REPLACE`, `ADDNEW`, `NOCHANGE`. Example: `REPLACE`. |
| `UserForcedCancel` | boolean | No | Gets or sets a value indicating whether the user forced cancellation of the import operation. Example: `false`. |
| `AutomaticBackup` | boolean | No | Gets or sets a value indicating whether to perform automatic backup. Example: `false`. |
| `CreateAllAccountTypes` | boolean | No | Gets or sets a value indicating whether to create all account types. Example: `false`. |
| `TransactionsSent` | integer | No | Gets or sets the number of transactions sent in this batch. Example: `0`. |
| `ProcessDescription` | string | No | Gets or sets the description of the import process. Example: `string`. |
| `ProcessName` | string | No | Gets or sets the name of the import process. Example: `string`. |
| `StiVersionNumber` | string | No | Gets or sets the schedule transaction importer version number. Example: `string`. |

## Responses

| Status | Description | Schema |
|---|---|---|
| 200 | Returns a message indicating the result of the schedule transaction import. |  |

## Example Request

```bash
curl -X POST "https://excise.avalara.com/api/v1/ImportScheduleTransactions/ImportScheduleTransactions" \
  -H "Authorization: Basic <credentials>" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{
  "Transactions": [
    {
      "SupplementalFields": [
        "string"
      ],
      "SupplementalValues": [
        "string"
      ],
      "TaxSessionCountryCode": "USA",
      "TaxSessionJurisdiction": "AL",
      "TaxSessionTaxpayerType": "Distributor",
      "TaxSessionTerminalCode": "T01ME1000",
      "TaxSessionLocationId": 100,
      "ScheduleCode": "SCH-MONTHLY",
      "ScheduleType": "Fuel",
      "ProductCode": "065",
      "ModeCode": "PIPE",
      "BillOfLading": "BOL-884422",
      "BillOfLadingDate": "2024-06-15T10:30:00",
      "InvoiceNumber": "INV-1001",
      "InvoiceDate": "2024-06-15T10:30:00",
      "Origin": {
        "LocationMappingId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
        "EffectiveDate": "2024-01-01T00:00:00",
        "ObsoleteDate": "2028-12-31T23:59:59",
        "TerminalCode": "T01ME1000",
        "CustomId": "CUST-001",
        "Description": "Montgomery Fuel Terminal",
        "Address1": "123 Main Street",
        "Address2": "Suite 200",
        "City": "Montgomery",
        "Jurisdiction": "AL",
        "PostalCode": "36104",
        "CountryCode": "USA",
        "County": "Montgomery",
        "CountyCode": "MONT",
        "AirportCode": "MGM",
        "AlternateJurisdiction": "AL-ALT",
        "AlternateFacilityNumber": "FAC-2024-001",
        "DepNumber": "DEP-001",
        "LocationType": "Terminal",
        "OutsideCityLimitInd": "No",
        "StateAssignedCode": "SAC-001",
        "SiteCode": "SITE-001",
        "SpecialJurisdiction": "SJ-001"
      },
      "Destination": {
        "LocationMappingId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
        "EffectiveDate": "2024-01-01T00:00:00",
        "ObsoleteDate": "2028-12-31T23:59:59",
        "TerminalCode": "T01ME1000",
        "CustomId": "CUST-001",
        "Description": "Montgomery Fuel Terminal",
        "Address1": "123 Main Street",
        "Address2": "Suite 200",
        "City": "Montgomery",
        "Jurisdiction": "AL",
        "PostalCode": "36104",
        "CountryCode": "USA",
        "County": "Montgomery",
        "CountyCode": "MONT",
        "AirportCode": "MGM",
        "AlternateJurisdiction": "AL-ALT",
        "AlternateFacilityNumber": "FAC-2024-001",
        "DepNumber": "DEP-001",
        "LocationType": "Terminal",
        "OutsideCityLimitInd": "No",
        "StateAssignedCode": "SAC-001",
        "SiteCode": "SITE-001",
        "SpecialJurisdiction": "SJ-001"
      },
      "DiversionDestination": {
        "LocationMappingId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
        "EffectiveDate": "2024-01-01T00:00:00",
        "ObsoleteDate": "2028-12-31T23:59:59",
        "TerminalCode": "T01ME1000",
        "CustomId": "CUST-001",
        "Description": "Montgomery Fuel Terminal",
        "Address1": "123 Main Street",
        "Address2": "Suite 200",
        "City": "Montgomery",
        "Jurisdiction": "AL",
        "PostalCode": "36104",
        "CountryCode": "USA",
        "County": "Montgomery",
        "CountyCode": "MONT",
        "AirportCode": "MGM",
        "AlternateJurisdiction": "AL-ALT",
        "AlternateFacilityNumber": "FAC-2024-001",
        "DepNumber": "DEP-001",
        "LocationType": "Terminal",
        "OutsideCityLimitInd": "No",
        "StateAssignedCode": "SAC-001",
        "SiteCode": "SITE-001",
        "SpecialJurisdiction": "SJ-001"
      },
      "PointOfOrderAcceptance": {
        "LocationMappingId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
        "EffectiveDate": "2024-01-01T00:00:00",
        "ObsoleteDate": "2028-12-31T23:59:59",
        "TerminalCode": "T01ME1000",
        "CustomId": "CUST-001",
        "Description": "Montgomery Fuel Terminal",
        "Address1": "123 Main Street",
        "Address2": "Suite 200",
        "City": "Montgomery",
        "Jurisdiction": "AL",
        "PostalCode": "36104",
        "CountryCode": "USA",
        "County": "Montgomery",
        "CountyCode": "MONT",
        "AirportCode": "MGM",
        "AlternateJurisdiction": "AL-ALT",
        "AlternateFacilityNumber": "FAC-2024-001",
        "DepNumber": "DEP-001",
        "LocationType": "Terminal",
        "OutsideCityLimitInd": "No",
        "StateAssignedCode": "SAC-001",
        "SiteCode": "SITE-001",
        "SpecialJurisdiction": "SJ-001"
      },
      "PointOfOrderOrigin": {
        "LocationMappingId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
        "EffectiveDate": "2024-01-01T00:00:00",
        "ObsoleteDate": "2028-12-31T23:59:59",
        "TerminalCode": "T01ME1000",
        "CustomId": "CUST-001",
        "Description": "Montgomery Fuel Terminal",
        "Address1": "123 Main Street",
        "Address2": "Suite 200",
        "City": "Montgomery",
        "Jurisdiction": "AL",
        "PostalCode": "36104",
        "CountryCode": "USA",
        "County": "Montgomery",
        "CountyCode": "MONT",
        "AirportCode": "MGM",
        "AlternateJurisdiction": "AL-ALT",
        "AlternateFacilityNumber": "FAC-2024-001",
        "DepNumber": "DEP-001",
        "LocationType": "Terminal",
        "OutsideCityLimitInd": "No",
        "StateAssignedCode": "SAC-001",
        "SiteCode": "SITE-001",
        "SpecialJurisdiction": "SJ-001"
      },
      "DiversionNumber": "DIV-2024-001",
      "NetUnits": 8500.5,
      "GrossUnits": 8600,
      "BilledUnits": 8500.5,
      "UnitOfMeasure": "GAL",
      "Buyer": {
        "CustomId": "CUST-001",
        "EffectiveDate": "2024-01-01T00:00:00",
        "ObsoleteDate": "2028-12-31T23:59:59",
        "TradeName": "Acme Fuels",
        "LegalName": "Acme Fuel Corporation",
        "NameControl": "ACME",
        "Address1": "123 Main Street",
        "Address2": "Suite 200",
        "City": "Montgomery",
        "Jurisdiction": "AL",
        "PostalCode": "36104",
        "CountryCode": "USA",
        "County": "Montgomery",
        "CountyCode": "051",
        "AlternateJurisdiction": "MS",
        "BusinessAccounts": [
          {
            "CountryCode": "USA",
            "Jurisdiction": "AL",
            "BusinessType": "Seller",
            "BusinessSubType": "Wholesale",
            "CustomId": "CUST-001",
            "EffectiveDate": "2024-01-01T00:00:00",
            "ObsoleteDate": "2028-12-31T23:59:59",
            "LicenseNumber": "LIC-AL-2024-001",
            "LicensePercentage": 100.5,
            "BusinessAccountMappingId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
            "LicenseExpirationDate": "2026-06-30T00:00:00",
            "LicenseDescription": "Motor fuel distributor license"
          }
        ],
        "BusinessEntityIdCodes": [
          {
            "CountryCode": "USA",
            "IdType": "FEIN",
            "IdCode": "12-3456789"
          }
        ],
        "CustomIdPriority": 1,
        "IdCodeAndIdTypePriority": 2,
        "LegalNamePriority": 3,
        "BusinessEntityMappingId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
      },
      "Seller": {
        "CustomId": "CUST-001",
        "EffectiveDate": "2024-01-01T00:00:00",
        "ObsoleteDate": "2028-12-31T23:59:59",
        "TradeName": "Acme Fuels",
        "LegalName": "Acme Fuel Corporation",
        "NameControl": "ACME",
        "Address1": "123 Main Street",
        "Address2": "Suite 200",
        "City": "Montgomery",
        "Jurisdiction": "AL",
        "PostalCode": "36104",
        "CountryCode": "USA",
        "County": "Montgomery",
        "CountyCode": "051",
        "AlternateJurisdiction": "MS",
        "BusinessAccounts": [
          {
            "CountryCode": "USA",
            "Jurisdiction": "AL",
            "BusinessType": "Seller",
            "BusinessSubType": "Wholesale",
            "CustomId": "CUST-001",
            "EffectiveDate": "2024-01-01T00:00:00",
            "ObsoleteDate": "2028-12-31T23:59:59",
            "LicenseNumber": "LIC-AL-2024-001",
            "LicensePercentage": 100.5,
            "BusinessAccountMappingId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
            "LicenseExpirationDate": "2026-06-30T00:00:00",
            "LicenseDescription": "Motor fuel distributor license"
          }
        ],
        "BusinessEntityIdCodes": [
          {
            "CountryCode": "USA",
            "IdType": "FEIN",
            "IdCode": "12-3456789"
          }
        ],
        "CustomIdPriority": 1,
        "IdCodeAndIdTypePriority": 2,
        "LegalNamePriority": 3,
        "BusinessEntityMappingId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
      },
      "Consignor": {
        "CustomId": "CUST-001",
        "EffectiveDate": "2024-01-01T00:00:00",
        "ObsoleteDate": "2028-12-31T23:59:59",
        "TradeName": "Acme Fuels",
        "LegalName": "Acme Fuel Corporation",
        "NameControl": "ACME",
        "Address1": "123 Main Street",
        "Address2": "Suite 200",
        "City": "Montgomery",
        "Jurisdiction": "AL",
        "PostalCode": "36104",
        "CountryCode": "USA",
        "County": "Montgomery",
        "CountyCode": "051",
        "AlternateJurisdiction": "MS",
        "BusinessAccounts": [
          {
            "CountryCode": "USA",
            "Jurisdiction": "AL",
            "BusinessType": "Seller",
            "BusinessSubType": "Wholesale",
            "CustomId": "CUST-001",
            "EffectiveDate": "2024-01-01T00:00:00",
            "ObsoleteDate": "2028-12-31T23:59:59",
            "LicenseNumber": "LIC-AL-2024-001",
            "LicensePercentage": 100.5,
            "BusinessAccountMappingId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
            "LicenseExpirationDate": "2026-06-30T00:00:00",
            "LicenseDescription": "Motor fuel distributor license"
          }
        ],
        "BusinessEntityIdCodes": [
          {
            "CountryCode": "USA",
            "IdType": "FEIN",
            "IdCode": "12-3456789"
          }
        ],
        "CustomIdPriority": 1,
        "IdCodeAndIdTypePriority": 2,
        "LegalNamePriority": 3,
        "BusinessEntityMappingId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
      },
      "Carrier": {
        "CustomId": "CUST-001",
        "EffectiveDate": "2024-01-01T00:00:00",
        "ObsoleteDate": "2028-12-31T23:59:59",
        "TradeName": "Acme Fuels",
        "LegalName": "Acme Fuel Corporation",
        "NameControl": "ACME",
        "Address1": "123 Main Street",
        "Address2": "Suite 200",
        "City": "Montgomery",
        "Jurisdiction": "AL",
        "PostalCode": "36104",
        "CountryCode": "USA",
        "County": "Montgomery",
        "CountyCode": "051",
        "AlternateJurisdiction": "MS",
        "BusinessAccounts": [
          {
            "CountryCode": "USA",
            "Jurisdiction": "AL",
            "BusinessType": "Seller",
            "BusinessSubType": "Wholesale",
            "CustomId": "CUST-001",
            "EffectiveDate": "2024-01-01T00:00:00",
            "ObsoleteDate": "2028-12-31T23:59:59",
            "LicenseNumber": "LIC-AL-2024-001",
            "LicensePercentage": 100.5,
            "BusinessAccountMappingId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
            "LicenseExpirationDate": "2026-06-30T00:00:00",
            "LicenseDescription": "Motor fuel distributor license"
          }
        ],
        "BusinessEntityIdCodes": [
          {
            "CountryCode": "USA",
            "IdType": "FEIN",
            "IdCode": "12-3456789"
          }
        ],
        "CustomIdPriority": 1,
        "IdCodeAndIdTypePriority": 2,
        "LegalNamePriority": 3,
        "BusinessEntityMappingId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
      },
      "ExchangePosition": {
        "CustomId": "CUST-001",
        "EffectiveDate": "2024-01-01T00:00:00",
        "ObsoleteDate": "2028-12-31T23:59:59",
        "TradeName": "Acme Fuels",
        "LegalName": "Acme Fuel Corporation",
        "NameControl": "ACME",
        "Address1": "123 Main Street",
        "Address2": "Suite 200",
        "City": "Montgomery",
        "Jurisdiction": "AL",
        "PostalCode": "36104",
        "CountryCode": "USA",
        "County": "Montgomery",
        "CountyCode": "051",
        "AlternateJurisdiction": "MS",
        "BusinessAccounts": [
          {
            "CountryCode": "USA",
            "Jurisdiction": "AL",
            "BusinessType": "Seller",
            "BusinessSubType": "Wholesale",
            "CustomId": "CUST-001",
            "EffectiveDate": "2024-01-01T00:00:00",
            "ObsoleteDate": "2028-12-31T23:59:59",
            "LicenseNumber": "LIC-AL-2024-001",
            "LicensePercentage": 100.5,
            "BusinessAccountMappingId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
            "LicenseExpirationDate": "2026-06-30T00:00:00",
            "LicenseDescription": "Motor fuel distributor license"
          }
        ],
        "BusinessEntityIdCodes": [
          {
            "CountryCode": "USA",
            "IdType": "FEIN",
            "IdCode": "12-3456789"
          }
        ],
        "CustomIdPriority": 1,
        "IdCodeAndIdTypePriority": 2,
        "LegalNamePriority": 3,
        "BusinessEntityMappingId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
      },
      "PositionHolder": {
        "CustomId": "CUST-001",
        "EffectiveDate": "2024-01-01T00:00:00",
        "ObsoleteDate": "2028-12-31T23:59:59",
        "TradeName": "Acme Fuels",
        "LegalName": "Acme Fuel Corporation",
        "NameControl": "ACME",
        "Address1": "123 Main Street",
        "Address2": "Suite 200",
        "City": "Montgomery",
        "Jurisdiction": "AL",
        "PostalCode": "36104",
        "CountryCode": "USA",
        "County": "Montgomery",
        "CountyCode": "051",
        "AlternateJurisdiction": "MS",
        "BusinessAccounts": [
          {
            "CountryCode": "USA",
            "Jurisdiction": "AL",
            "BusinessType": "Seller",
            "BusinessSubType": "Wholesale",
            "CustomId": "CUST-001",
            "EffectiveDate": "2024-01-01T00:00:00",
            "ObsoleteDate": "2028-12-31T23:59:59",
            "LicenseNumber": "LIC-AL-2024-001",
            "LicensePercentage": 100.5,
            "BusinessAccountMappingId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
            "LicenseExpirationDate": "2026-06-30T00:00:00",
            "LicenseDescription": "Motor fuel distributor license"
          }
        ],
        "BusinessEntityIdCodes": [
          {
            "CountryCode": "USA",
            "IdType": "FEIN",
            "IdCode": "12-3456789"
          }
        ],
        "CustomIdPriority": 1,
        "IdCodeAndIdTypePriority": 2,
        "LegalNamePriority": 3,
        "BusinessEntityMappingId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
      },
      "Importer": {
        "CustomId": "CUST-001",
        "EffectiveDate": "2024-01-01T00:00:00",
        "ObsoleteDate": "2028-12-31T23:59:59",
        "TradeName": "Acme Fuels",
        "LegalName": "Acme Fuel Corporation",
        "NameControl": "ACME",
        "Address1": "123 Main Street",
        "Address2": "Suite 200",
        "City": "Montgomery",
        "Jurisdiction": "AL",
        "PostalCode": "36104",
        "CountryCode": "USA",
        "County": "Montgomery",
        "CountyCode": "051",
        "AlternateJurisdiction": "MS",
        "BusinessAccounts": [
          {
            "CountryCode": "USA",
            "Jurisdiction": "AL",
            "BusinessType": "Seller",
            "BusinessSubType": "Wholesale",
            "CustomId": "CUST-001",
            "EffectiveDate": "2024-01-01T00:00:00",
            "ObsoleteDate": "2028-12-31T23:59:59",
            "LicenseNumber": "LIC-AL-2024-001",
            "LicensePercentage": 100.5,
            "BusinessAccountMappingId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
            "LicenseExpirationDate": "2026-06-30T00:00:00",
            "LicenseDescription": "Motor fuel distributor license"
          }
        ],
        "BusinessEntityIdCodes": [
          {
            "CountryCode": "USA",
            "IdType": "FEIN",
            "IdCode": "12-3456789"
          }
        ],
        "CustomIdPriority": 1,
        "IdCodeAndIdTypePriority": 2,
        "LegalNamePriority": 3,
        "BusinessEntityMappingId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
      },
      "MiddleMan": {
        "CustomId": "CUST-001",
        "EffectiveDate": "2024-01-01T00:00:00",
        "ObsoleteDate": "2028-12-31T23:59:59",
        "TradeName": "Acme Fuels",
        "LegalName": "Acme Fuel Corporation",
        "NameControl": "ACME",
        "Address1": "123 Main Street",
        "Address2": "Suite 200",
        "City": "Montgomery",
        "Jurisdiction": "AL",
        "PostalCode": "36104",
        "CountryCode": "USA",
        "County": "Montgomery",
        "CountyCode": "051",
        "AlternateJurisdiction": "MS",
        "BusinessAccounts": [
          {
            "CountryCode": "USA",
            "Jurisdiction": "AL",
            "BusinessType": "Seller",
            "BusinessSubType": "Wholesale",
            "CustomId": "CUST-001",
            "EffectiveDate": "2024-01-01T00:00:00",
            "ObsoleteDate": "2028-12-31T23:59:59",
            "LicenseNumber": "LIC-AL-2024-001",
            "LicensePercentage": 100.5,
            "BusinessAccountMappingId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
            "LicenseExpirationDate": "2026-06-30T00:00:00",
            "LicenseDescription": "Motor fuel distributor license"
          }
        ],
        "BusinessEntityIdCodes": [
          {
            "CountryCode": "USA",
            "IdType": "FEIN",
            "IdCode": "12-3456789"
          }
        ],
        "CustomIdPriority": 1,
        "IdCodeAndIdTypePriority": 2,
        "LegalNamePriority": 3,
        "BusinessEntityMappingId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
      },
      "FuelUseCode": "HWY",
      "ProductSubsetCode": "ULS",
      "UnitPrice": 3.45,
      "TaxCollected": 2040.75,
      "Currency": "USD",
      "ExchangeInd": "No",
      "SourceSystemId": "ERP-LINE-992831",
      "LoadId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
      "SequenceId": "1",
      "OriginId": 501,
      "DestinationId": 502,
      "DiversionDestinationId": 503,
      "PointOfOrderAcceptanceId": 504,
      "PointOfOrderOriginId": 505,
      "BuyerId": 2001,
      "SellerId": 2002,
      "ConsignorId": 2003,
      "CarrierId": 2004,
      "ExchangePositionId": 2005,
      "PositionHolderId": 2006,
      "ImporterId": 2007,
      "ActivityDate": "2024-06-15T10:30:00",
      "AllowanceCode": "CR-10",
      "BaseProduct": "065",
      "BaseProductUnits": 5000,
      "BlendProduct1": "066",
      "BlendProduct1Units": 2500,
      "BlendProduct2": "067",
      "BlendProduct2Units": 1000,
      "BlendProduct3": "068",
      "BlendProduct3Units": 500,
      "BlendToProductCode": "069",
      "CustomId": "CUST-001",
      "ExemptionType": "Government",
      "PaymentDate": "2024-06-15T10:30:00",
      "PurchaseDate": "2024-01-01T00:00:00",
      "TitleTransfer": "FOB Destination",
      "SystemOfRecord": "ERP-ACME",
      "FilingEntity": "ABC Fuel Distributors LLC",
      "SystemOfRecordProductCode": "065",
      "StampAttribute": "DUTY-PAID",
      "ProductTobacco": {
        "CountryCode": "USA",
        "Jurisdiction": "AL",
        "Upc": "012345678901",
        "Name": "Premium Gold",
        "ProductCode": "CIG-001",
        "CustomId": "CLIENT-PT-1001",
        "EffectiveDate": "2024-01-01T00:00:00",
        "ObsoleteDate": "2028-12-31T23:59:59",
        "LockedDate": "2024-03-15T00:00:00",
        "BrandCode": "PGLD",
        "Style": "King Size",
        "UnitOfMeasure": "CT",
        "UnitsPerPackage": 20,
        "Description": "Premium Gold Cigarettes King Size",
        "ModifiedRiskType": "MRTP",
        "ModifiedRiskNumber": "MR-2024-88421",
        "UnitVolume": 0.85,
        "UnitVolumeUnitOfMeasure": "ML",
        "UnitWeight": 1.05,
        "UnitWeightUnitOfMeasure": "G",
        "UnitLength": 84,
        "UnitLengthUnitOfMeasure": "MM",
        "JurisdictionDescriptionCode": "JD-AL-100",
        "Sku": "SKU-CIG-001",
        "PackSize": 20,
        "Manufacturer": {
          "CountryCode": "USA",
          "Jurisdiction": "AL",
          "MsaStatus": "PM",
          "IdType": "FEIN",
          "IdCode": "12-3456789",
          "EffectiveDate": "2024-01-01T00:00:00",
          "ObsoleteDate": "2028-12-31T23:59:59",
          "LicenseNumber": "LIC-2024-001",
          "LegalName": "National Tobacco Company",
          "TradeName": "NatTobacco",
          "PhysicalAddress1": "456 Industrial Blvd",
          "PhysicalAddress2": "Suite 200",
          "PhysicalCity": "Richmond",
          "PhysicalJurisdiction": "VA",
          "PhysicalPostalCode": "23219",
          "PhysicalCountryCode": "USA",
          "PhysicalCounty": "Henrico",
          "PhysicalCountyCode": "085",
          "MailingAddress1": "456 Industrial Blvd",
          "MailingAddress2": "Attn: Accounts Payable",
          "MailingCity": "Richmond",
          "MailingJurisdiction": "AL",
          "MailingPostalCode": "23219",
          "MailingCountryCode": "USA",
          "MailingCounty": "Henrico",
          "MailingCountyCode": "085",
          "CustomId": "CUST-MFG-42",
          "ManufacturerCode": "MFG-001",
          "ManufacturerJurisdictions": [
            {
              "CountryCode": "USA",
              "Jurisdiction": "AL",
              "MsaStatus": "PM",
              "LicenseNumber": "LIC-2024-001",
              "ManufacturerCode": "MFG-001",
              "Status": "Inserted",
              "Message": "Jurisdiction record saved successfully."
            }
          ],
          "ManufacturerMappingId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
        },
        "ProductTobaccoAttributes": [
          {
            "AttributeName": "FilterType",
            "AttributeValue": "Charcoal"
          }
        ],
        "ProductTobaccoJurisdictions": [
          {
            "CountryCode": "USA",
            "Jurisdiction": "AL",
            "ProductCode": "CIG-001",
            "BrandCode": "PGLD",
            "Style": "King Size",
            "JurisdictionDescriptionCode": "JD-AL-100",
            "ModifiedRiskType": "MRTP",
            "ModifiedRiskNumber": "MR-2024-88421"
          }
        ],
        "ProductTobaccoMappingId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
      },
      "ProductTobaccoId": 9001,
      "Manufacturer": {
        "CountryCode": "USA",
        "Jurisdiction": "AL",
        "MsaStatus": "PM",
        "IdType": "FEIN",
        "IdCode": "12-3456789",
        "EffectiveDate": "2024-01-01T00:00:00",
        "ObsoleteDate": "2028-12-31T23:59:59",
        "LicenseNumber": "LIC-2024-001",
        "LegalName": "National Tobacco Company",
        "TradeName": "NatTobacco",
        "PhysicalAddress1": "456 Industrial Blvd",
        "PhysicalAddress2": "Suite 200",
        "PhysicalCity": "Richmond",
        "PhysicalJurisdiction": "VA",
        "PhysicalPostalCode": "23219",
        "PhysicalCountryCode": "USA",
        "PhysicalCounty": "Henrico",
        "PhysicalCountyCode": "085",
        "MailingAddress1": "456 Industrial Blvd",
        "MailingAddress2": "Attn: Accounts Payable",
        "MailingCity": "Richmond",
        "MailingJurisdiction": "AL",
        "MailingPostalCode": "23219",
        "MailingCountryCode": "USA",
        "MailingCounty": "Henrico",
        "MailingCountyCode": "085",
        "CustomId": "CUST-MFG-42",
        "ManufacturerCode": "MFG-001",
        "ManufacturerJurisdictions": [
          {
            "CountryCode": "USA",
            "Jurisdiction": "AL",
            "MsaStatus": "PM",
            "LicenseNumber": "LIC-2024-001",
            "ManufacturerCode": "MFG-001",
            "Status": "Inserted",
            "Message": "Jurisdiction record saved successfully."
          }
        ],
        "ManufacturerMappingId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
      },
      "ManufacturerId": 3001,
      "DocumentType": "BillOfLading",
      "ItemCode": {
        "ItemCode": "IC-001",
        "EffectiveDate": "2024-01-01T00:00:00",
        "ObsoleteDate": "2028-12-31T23:59:59",
        "LockedDate": "2024-03-15T00:00:00",
        "Description": "Premium Unleaded Gasoline",
        "ItemCodeMappingId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
      },
      "ItemCodeId": 4001,
      "SalesAmount": 10000.5,
      "TranId": 55001,
      "TransactionLine": 1,
      "Taxes": [
        {
          "TransactionLine": 1,
          "CountryCode": "USA",
          "Jurisdiction": "AL",
          "LocalJurisdiction": "Jefferson",
          "ProductCategory": 10.5,
          "TaxingLevel": "State",
          "TaxType": "Excise",
          "RateType": "PerGallon",
          "RateSubtype": "Standard",
          "TaxExemptionInd": "No"
        }
      ]
    }
  ],
  "LoadId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "OverridePriorityBusinessEntityLegalName": 0,
  "OverridePriorityBusinessEntityIdTypeCode": 0,
  "OverridePriorityBusinessEntityCustomId": 0,
  "TotalBatches": 0,
  "BatchSize": 0,
  "BusinessEntityUpdateMatchesMode": "NONE",
  "TerminateNewBusinessEntities": false,
  "LocationsUpdateMatchesMode": "NONE",
  "LimitTaxSessionsByEndPeriod": "2026-05-22T04:06:14.5076572Z",
  "LimitTaxSessionsByCountry": "string",
  "LimitTaxSessionsByJurisdiction": "string",
  "LimitTaxSessionsByTaxpayerType": "string",
  "LimitTaxSessionsByTerminalCode": "string",
  "LimitTaxSessionsByLocationId": "string",
  "ScheduleTransactionDataEntryComplete": false,
  "EnableWorkflowReset": false,
  "TerminateNewLocations": false,
  "PrimarySelectionType": "string",
  "SecondarySelectionType": "string",
  "TargetEndPeriod": "2026-05-22T04:06:14.5701133Z",
  "ApplyProfiles": false,
  "CorrectionType": "string",
  "LastBatchSent": false,
  "BatchNumber": 0,
  "EmailNotification": "string",
  "EmailNotificationUserId": "string",
  "EmailNotificationEnabledStepOne": false,
  "EmailNotificationEnabledStepTwo": false,
  "EmailNotificationEnabledStepThree": false,
  "SourceName": "string",
  "LocationExactMatchCountryCode": false,
  "LocationExactMatchJurisdiction": false,
  "LocationExactMatchDescription": false,
  "LocationExactMatchAddress1": false,
  "LocationExactMatchAddress2": false,
  "LocationExactMatchCity": false,
  "LocationExactMatchPostalCode": false,
  "LocationExactMatchAlternateJurisdiction": false,
  "LocationExactMatchAlternateFacilityNumber": false,
  "LocationExactMatchAirportCode": false,
  "LocationExactMatchStateAssignedCode": false,
  "LocationExactMatchSiteCode": false,
  "LocationExactMatchSpecialJurisdiction": false,
  "LocationExactMatchCounty": false,
  "LocationExactMatchCountyCode": false,
  "LocationExactMatchDepNumber": false,
  "LocationExactMatchLocationType": false,
  "LocationExactMatchOutsideCityLimit": false,
  "ProductTobaccoMatchCountryCode": false,
  "ProductTobaccoMatchJurisdiction": false,
  "ProductTobaccoMatchName": false,
  "ProductTobaccoMatchStateAssignedCode": false,
  "ProductTobaccoMatchStyle": false,
  "ProductTobaccoMatchUnitOfMeasure": false,
  "ProductTobaccoMatchUnitsPerPackage": false,
  "ProductTobaccoMatchUpc": false,
  "ProductTobaccoMatchProductCode": false,
  "ProductTobaccoMatchCustomId": false,
  "ProductTobaccoMatchDescription": false,
  "ProductTobaccoMatchModifiedRisk": false,
  "ProductTobaccoMatchModifiedRiskNumber": false,
  "ProductTobaccoMatchUnitVolume": false,
  "ProductTobaccoMatchUnitVolumeUnitOfMeasure": false,
  "ProductTobaccoMatchUnitWeight": false,
  "ProductTobaccoMatchUnitWeightUnitOfMeasure": false,
  "ProductTobaccoMatchUnitLength": false,
  "ProductTobaccoMatchUnitLengthUnitOfMeasure": false,
  "ProductTobaccoMatchJurisdictionDescriptionCode": false,
  "ProductTobaccoMatchSku": false,
  "ProductTobaccoMatchPackSize": false,
  "ProductTobaccoTerminateNewRecords": false,
  "ProductTobaccoAssignManufacturers": false,
  "ProductTobaccoAssignDefaultManufacturer": false,
  "ProductTobaccoDetermineProductJurisdictions": false,
  "ProductTobaccoProductCrossReference": false,
  "ProductsTobaccoUpdateMatchesMode": "NONE",
  "ProductsTobaccoAttributeUpdateMode": "INSERT",
  "ProductsTobaccoJurisdictionUpdateMode": "REPLACE",
  "ItemCodeUpdateMatchesMode": "NONE",
  "ManufacturerMatchCountryCode": false,
  "ManufacturerMatchJurisdiction": false,
  "ManufacturerMatchLegalName": false,
  "ManufacturerMatchMsaStatus": false,
  "ManufacturerMatchIdTypeIdCode": false,
  "ManufacturerMatchCustomId": false,
  "ManufacturerMatchLicenseNumber": false,
  "ManufacturerMatchTradeName": false,
  "ManufacturerMatchManufacturerCode": false,
  "ManufacturerTerminateNewRecords": false,
  "ManufacturerUpdateMatchesMode": "NONE",
  "ManufacturerJurisdictionUpdateMode": "REPLACE",
  "UserForcedCancel": false,
  "AutomaticBackup": false,
  "CreateAllAccountTypes": false,
  "TransactionsSent": 0,
  "ProcessDescription": "string",
  "ProcessName": "string",
  "StiVersionNumber": "string"
}'
```