Banyan Technology LIVE Connect™
  1. StaticData
Banyan Technology LIVE Connect™
  • Version 3
    • Authentication
      • Retrieve a token
    • Shipments
      • Creating
        • Create a Full Shipment
        • Create an EZ Rate Shipment
      • Updating
        • Add Document(s) to a Shipment
        • Update a Shipment
        • Adds one or more Reference Numbers to a Shipment
        • Mark as Exported
      • Retrieving
        • Get a Shipment
        • Get multiple Shipments
        • Get Quotes
        • Get Reference Numbers for a Shipment
        • Get documents for the specified shipment.
      • Booking
        • Book a Shipment
        • Unbooks the awarded quote on the specified load.
      • Canceling
        • Cancels a shipment.
    • Invoice
      • Get multiple invoices
      • Mark as Exported
    • Tracking
      • Get tracking statuses
      • Mark as exported.
    • StaticData
      • Accessorials
        GET
      • Document Types
        GET
      • Equipment Types
        GET
      • Package Types
        GET
      • Limited Access Types
        GET
      • Size UOMs
        GET
      • Weight UOMs
        GET
      • Pay Types
        GET
      • Ship Types
        GET
      • Countries
        GET
      • Statuses
        GET
      • Service Modes
        GET
  • Version 2
    • Recommended Workflow
      • Rating
        • ImportForQuote
        • ImportForQuote_Sync
        • GetQuotes
      • Booking/Dispatching
        • BookLoad
      • Tracking
        • GetTrackingStatuses
      • Documents
        • GetDocuments
      • Invoices
        • GetInvoices
        • GetInvoicesWithLoadDetails
    • Additional Offerings
      • Cancelling
        • Cancel a Load
      • Updating
        • UpdateLoad
        • UpdateLoadStatus
        • UpdateShipmentsExport
      • Importing
        • PendingImport
        • ImportForBook
      • Manual Quotes
        • AddManualQuote
      • EZ Rates
        • EzRate
        • EzRate_Sync
      • Waterfall Tendering
        • StartWaterfallTendering
        • CancelWaterfallTendering
      • Unbooking
        • UnBookLoad
      • Additional Dispatching
        • DispatchLoad
      • Load Details
        • GetLoadDetails
        • GetNotes
      • Additional Tracking
        • GetTrackingByLoad
      • Other
        • Normalized Charge Codes
      • SOAP
    • Changelog
  • Exports and Webhooks
    • Standard Load Export - v1
    • Standard Load Export - v2
    • Standard Load Export - v3
    • Push Tracking
  1. StaticData

Package Types

GET
/api/StaticData/PackageTypes
StaticData
Returns a list of all available Package Types.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://ws.integration.banyantechnology.com/api/StaticData/PackageTypes'

Responses

🟢200Success
application/json
Body
array of:
description
string 
required
Example
[
    {
        "code": "ACC",
        "description": "Accessories"
    },
    {
        "code": "ATT",
        "description": "Attachments"
    },
    {
        "code": "BAGS",
        "description": "Bags"
    },
    {
        "code": "BALE",
        "description": "Bales"
    },
    {
        "code": "BRRL",
        "description": "Barrels"
    },
    {
        "code": "BASK",
        "description": "Baskets"
    },
    {
        "code": "BIN",
        "description": "Bins"
    },
    {
        "code": "BOXS",
        "description": "Boxes"
    },
    {
        "code": "BUCK",
        "description": "Buckets"
    },
    {
        "code": "BHDS",
        "description": "Bulkheads"
    },
    {
        "code": "BNDL",
        "description": "Bundles"
    },
    {
        "code": "CARB",
        "description": "Carboys"
    },
    {
        "code": "CRTN",
        "description": "Cartons"
    },
    {
        "code": "CASE",
        "description": "Cases"
    },
    {
        "code": "CHST",
        "description": "Chests"
    },
    {
        "code": "COIL",
        "description": "Coils"
    },
    {
        "code": "CTN",
        "description": "Container"
    },
    {
        "code": "CRTS",
        "description": "Crates"
    },
    {
        "code": "CYLS",
        "description": "Cylinders"
    },
    {
        "code": "DRUM",
        "description": "Drums"
    },
    {
        "code": "EACH",
        "description": "Each"
    },
    {
        "code": "ENVLP",
        "description": "Envelopes"
    },
    {
        "code": "FEET",
        "description": "Feet"
    },
    {
        "code": "FIRK",
        "description": "Firkins"
    },
    {
        "code": "GYLD",
        "description": "Gaylords"
    },
    {
        "code": "KEGS",
        "description": "Kegs"
    },
    {
        "code": "LOOS",
        "description": "Loose"
    },
    {
        "code": "OCTA",
        "description": "Octabin"
    },
    {
        "code": "PACK",
        "description": "Packages"
    },
    {
        "code": "PAIL",
        "description": "Pails"
    },
    {
        "code": "PLTS",
        "description": "Pallets"
    },
    {
        "code": "PIEC",
        "description": "Pieces"
    },
    {
        "code": "PCJC",
        "description": "Plastic Jerricans"
    },
    {
        "code": "RACK",
        "description": "Racks"
    },
    {
        "code": "REEL",
        "description": "Reels"
    },
    {
        "code": "ROLL",
        "description": "Rolls"
    },
    {
        "code": "SKID",
        "description": "Skids"
    },
    {
        "code": "SLIP",
        "description": "Slip Sheets"
    },
    {
        "code": "SPRS",
        "description": "Super Sack"
    },
    {
        "code": "TOTE",
        "description": "Totes"
    },
    {
        "code": "TRLR",
        "description": "Trailers"
    },
    {
        "code": "TRYS",
        "description": "Trays"
    },
    {
        "code": "TRCK",
        "description": "Truckload"
    },
    {
        "code": "TRNK",
        "description": "Trunks"
    },
    {
        "code": "TUBE",
        "description": "Tubes"
    },
    {
        "code": "TUBS",
        "description": "Tubs"
    },
    {
        "code": "UNITS",
        "description": "Units"
    },
    {
        "code": "UNPK",
        "description": "Unpackaged"
    },
    {
        "code": "VHCL",
        "description": "Vehicles"
    }
]
🟠401Unauthorized
🟠403Forbidden
🟠429Too Many Requests
Previous
Equipment Types
Next
Limited Access Types
Built with