Banyan Technology LIVE Connect™
  1. Retrieving
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
        • Get multiple Shipments
          GET
        • Get Quotes
          GET
        • Get Reference Numbers for a Shipment
          GET
        • Get documents for the specified shipment.
          POST
      • 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
      • Document Types
      • Equipment Types
      • Package Types
      • Limited Access Types
      • Size UOMs
      • Weight UOMs
      • Pay Types
      • Ship Types
      • Countries
      • Statuses
      • Service Modes
  • 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. Retrieving

Get multiple Shipments

GET
/api/v3/shipments
Shipments
Returns a paged list of all shipments that match the provided criteria.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
DeliveredStart
string 
optional
Start of actual delivery date range
DeliveredEnd
string 
optional
End of actual delivery date range
CreatedStart
string 
optional
Start of load creation date range
CreatedEnd
string 
optional
End of load creation date range
BookedStart
string 
optional
Start of load booked date range
BookedEnd
string 
optional
End of load booked date range
LoadId
array[string]
optional
An array of Banyan load IDs
Bol
array[string]
optional
An array of bill of lading numbers
Status
array[string]
optional
An array of load statuses
Client
string 
optional
Partial string match on client name for the load
Carrier
string 
optional
Partial string match on actual carrier name
ConsigneeName
string 
optional
Partial string match on consignee name
ConsigneeCity
string 
optional
String match for consignee city
ConsigneeState
string 
optional
String match for consignee state
ConsigneeZip
string 
optional
String match for consignee zip/postal code
ShipperName
string 
optional
Partial string match on shipper name
ShipperCity
string 
optional
String match on shipper city
ShipperState
string 
optional
String match on shipper state
ShipperZip
string 
optional
String match on shipper zip/postal code
ProNumber
array[string]
optional
An array of Pro Numbers to match to a shipment
ExcelImportNumber
integer 
optional
Number match to the load import tool id
CreatedBy
string 
optional
String match to user name of the user who created the shipment
QuoteFilter
string 
optional
A value to determine how to filter quotes returned with the shipment
QuoteScac
string 
optional
A string to use with the QuoteFilter set to SCAC. Default is All.
NoteFilter
string 
optional
A filter to determine if shipment notes are returned. Default is All.
ExcludeExported
boolean 
optional
A filter to exclude shipments marked as exported. Default is false.
OrderBy
string 
optional
Gets the order by.
PageSize
integer 
optional
Gets the size of the page.
PageNumber
integer 
optional
Gets the page number.
Header Params
Authorization
string 
required
Example:
Bearer {jwt}

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/v3/shipments' \
--header 'Authorization: Bearer {jwt}'

Responses

🟢200Success
application/json
Body
array of:
loadId
integer <int32>
required
Banyan's primary shipment identifier
status
enum<string> 
required
Description of current status
Allowed values:
PendingOpenQuotedBookedDispatchedIn TransitDeliveredCancelledDispatch RequestedDispatch FailedQuote Approval PendingApproval Denied
client
object (ClientDto) 
required
Client information for this shipment.
clientId
integer <int32>
optional
The unique id of this client in the Banyan system.
clientName
string  | null 
optional
Name of client that the shipment is under.
clientRefNumber
string  | null 
optional
The client ref number associated to this client.
awardedQuotePricing
object (AwardedQuotePricingDto) 
optional
Information about the awarded quote once a shipment has been booked.
raw
number <double>
optional
Quote raw price (returned from the carrier)
carrier
number <double>
optional
Quote carrier price (carrier markups applied)
customer
number <double>
optional
Quote customer price (customer markups applied)
quotes
array[object (QuoteDto) {21}]  | null 
optional
Gets or sets the quotes.
quoteId
integer <int32>
optional
Banyan's primary quote identifier
carrierName
string 
optional
Carrier name
carrierId
integer <int32>
optional
Banyan's primary carrier identifier
scac
string 
optional
Carrier standard carrier alpha code
thirdPartyName
string  | null 
optional
Typically set when the quote is from a 3PL. This will contain the 3pl carrier's name.
thirdPartyScac
string  | null 
optional
3PL standard carrier alpha code
serviceId
string  | null 
optional
Quote service identifier
rawPrice
object (QuotePriceDto) 
optional
Quote raw price (returned from the carrier)
carrierPrice
object (QuotePriceDto) 
optional
Quote carrier price (carrier markups applied)
customerPrice
object (QuotePriceDto) 
optional
Quote customer price (customer markups applied)
transitTime
integer <int32>
optional
Quote transit time
quoteNumber
string  | null 
optional
Carrier quote identifier
carrierPerson
string  | null 
optional
Carrier person
carrierNote
string  | null 
optional
Note returned by the carrier regarding the quote
dateStamp
string <date-time>
optional
Quote date
interline
boolean 
optional
Set to true only when confirmed to be interline
accepted
boolean 
optional
Quote has been accepted by client
currencyType
optional
Quote currency type
service
string  | null 
optional
Quote service
insuranceDetails
optional
Insurance Details related to the quote
accountNumber
string  | null 
optional
Account Number/ID used for Quote (if any)
notes
array[object (NoteDto) {4}]  | null 
optional
Shipment & carrier notes
description
string  | null 
optional
Note text
noteTypeId
integer <int32>
optional
Note Type Id
userName
string  | null 
optional
Note creator
dateStamp
string <date-time>
optional
Note date
manifestId
string  | null 
optional
Shipment PRO number
bolNumber
string  | null 
optional
Shipment BOL number
customerPo
string  | null 
optional
Shipment Customer PO
invoiceId
string  | null 
optional
Shipment Invoice identifier
billingId
string  | null 
optional
Shipment Billing identifier
incoTermId
integer <int32>
optional
Shipment IncoTerm identifier
pickupNumber
string  | null 
optional
Pickup number assigned to the load
shipperConfirmationNumber
string  | null 
optional
Gets or sets the shipper confirmation number.
consigneeConfirmationNumber
string  | null 
optional
Gets or sets the consignee confirmation number.
estimatedPickup
string <date-time> | null 
optional
Estimated Pickup Date
actualPickup
string <date-time> | null 
optional
Actual Pickup Date
estimatedDelivery
string <date-time> | null 
optional
Estimated Delivery Date
actualDelivery
string <date-time> | null 
optional
Actual Delivery Date
createdDate
string <date-time> | null 
optional
Shipment created date
shipType
enum<string> 
required
Shipment Ship Type
Allowed values:
ShipperConsigneeThirdParty
payType
enum<string> 
required
Shipment Pay Type
Allowed values:
CollectPrepaid
exportReason
string  | null 
optional
Gets or sets the Export Reason.
internationalTerm
string  | null 
optional
Gets or sets the International Term.
shipperLocation
object (LocationDto) 
optional
Shipper Information
companyName
string  | null 
optional
Company name
locationName
string  | null 
optional
Location name
einNumber
string  | null 
optional
The EIN Number of the location (if applicable)
note
string  | null 
optional
A note for the location
contactMethods
object (ContactMethodsDto) 
optional
Contact methods for the location.
contactPerson
object (ContactPersonDto) 
optional
Contact Person for the location
address
object (AddressDto) 
optional
Address information for the location.
vendorId
string  | null 
optional
Vendor identifier - Used to map to an existing vendor in Banyan.
The system will look up the vendor location and use that data instead of what is in the request.
distributionCenterReferenceNumber
string  | null 
optional
Distribution center identifier - Used to map to an existing distribution center in Banyan. This can further filter data for vendors with multiple locations.
dock
object (DockDetailsDto)  | null 
optional
Dock Information for the location.
consigneeLocation
object (LocationDto) 
optional
Consignee Information
billTo
object (BillToDto) 
optional
Billing Information
name
string  | null 
optional
Name of Bill To
<= 50 characters
contactMethods
object (ContactMethodsDto) 
optional
Bill To contact methods
note
string  | null 
optional
Note for Bill To
address
object (AddressDto) 
optional
Bill To Address information
packageInfo
object (PackageInfoDto) 
optional
Package Information
routeNumber
string  | null 
optional
Used to identify the route a driver will take when moving a package; used for Local Carrier
cod
number <double>
optional
Shipment collect on delivery amount
>= 0
declaredLiability
number <double>
optional
Shipment declared liability amount
>= 0
shipmentServices
array[object (ShipmentServiceDto) {8}]  | null 
optional
Shipment Service(s)
serviceMode
enum<string> 
required
The service mode of the shipment. Default: LTL
Allowed values:
Standard Parcel ServiceLTLVolumeAir CargoOcean FreightDrive AwayIntermodalOcean LCLAir InternationalInternational ExpeditedDomestic ExpeditedFull TruckloadBulkRailDrayageLocal CarrierExpeditedScheduledPartial TruckloadGFPSpot QuoteFinal Mile
quantity
integer <int32>
optional
Shipment shipping quantity
> 0
packageType
enum<string> 
required
The package type of the shipment. Default: Pallets
Allowed values:
ACCATTBAGSBALEBRRLBASKBINBOXSBUCKBHDSBNDLCARBCRTNCASECHSTCOILCTNCRTSCYLSDRUMEACHENVLPFEETFIRKGYLDKEGSLOOSOCTAPACKPAILPLTSPIECPCJCRACKREELROLLSKIDSLIPSPRSTOTETRLRTRYSTRCKTRNKTUBETUBSUNITSUNPKVHCL
equipmentType
enum<string> 
required
The equipment type of the shipment. Default: Van-standard trailer
Allowed values:
16ft Straight Truck18ft Straight Truck24ft Straight Truck24ft Straight Truck w/ lift gate26ft Straight Truck26ft Straight Truck w/ lift gate4x453ft - Van TrailerAir CargoALLBox truckBox truck w/ lift gateBulk TruckCarCar-CarrierCargo VanContainer - 20ftContainer - 40ftContainer - 40HQContainer - 45ftContainer - 53ftDouble DropDoublesDump TruckDumper - 20 yardDumper - 40 yardDumper - 60 yardDumper - 80 yardFlat BedFrozenFull Size VanGooseneckHopper BottomLow BoyMaxi TrailerMinivanOtherParcel TruckPickup TruckRail Car - 20ftRail Car - 40ftRail Car - 53ftRefrigeratedRemovable GooseneckRoll-off TruckSprinter VanStep DeckTankerTractorTractor TrailerTrailer – 24ftTrailer – 26ftTrailer – 28ftTrailer – 48ftTrailer – 53ftTri-Axle VanTruckTruck w/ lift gateVanVan w/ lift gateVan-standard trailerWalking FloorWinch Truck
additionalWeight
number <double>
optional
Shipment additional weight
>= 0
weightUnitOfMeasurement
optional
The weight unit of measurement for the shipment. Default: LBS
specialInstructions
string  | null 
optional
Shipment special instructions
dimensions
object (DimensionsDto) 
optional
Total shipment dimenstions
handlingUnits
array[object (HandlingUnitDto) {9}]  | null 
optional
The handling units containing product information.
packageType
enum<string> 
required
The package type for the handling unit. Pallets is the default value.
Allowed values:
ACCATTBAGSBALEBRRLBASKBINBOXSBUCKBHDSBNDLCARBCRTNCASECHSTCOILCTNCRTSCYLSDRUMEACHENVLPFEETFIRKGYLDKEGSLOOSOCTAPACKPAILPLTSPIECPCJCRACKREELROLLSKIDSLIPSPRSTOTETRLRTRYSTRCKTRNKTUBETUBSUNITSUNPKVHCL
quantity
integer <int32>
optional
The quanity of this hanlding unit.
length
number <double>
optional
The Length of the handling unit.
width
number <double>
optional
The width of the handling unit.
height
number <double>
optional
The height of the handling unit.
additionalWeight
number <double>
optional
Any additional weight added to the handling unit.
unitOfMeasurement
enum<string> 
optional
The unit of measurement for the size dimensions of the handling unit. Required if dimensions are provided.
Allowed values:
CMFTIN
weightUnitOfMeasurement
enum<string> 
optional
The unit of measurement for the Additional Weight of the handling unit.
Allowed values:
LBSKG
products
array[object (ProductDto) {13}] 
required
The individual products on the handling unit.
>= 1 items
loadAccessorials
array[object (ShipmentAccessorialDto) {3}]  | null 
optional
The shipment accessorials.
description
enum<string> 
optional
The full description of the accessorial
Allowed values:
Age RestrictedLight AssemblyBulkheadBindersCustoms In-BondBlanket Service - ChilledBlanket Service - FrozenBlind ShipmentProtect from FreezingChains RequiredExpeditedFood Grade ProductsGuaranteedHoliday DeliveryHoliday PickupOver DimensionUnattendedSingle ShipmentStackableStakes RequiredMust Be StrappedTanker Endorsed Driver RequiredTime DefiniteTurnkeyTSAVolume ShipmentWeight DeterminationNo SignatureProactive ResponseRestricted DeliveryReturn ReceiptRoom of ChoiceSaturday DeliveryShipper ReleaseShipment HoldSignature Required2nd ManSpecial HandlingThresholdWhite Glove
abbreviation
enum<string> 
optional
The abbreviation (code) of the accessorial
Allowed values:
AGE ASSEMBLKHDLBINDLBONDLBSCHLBSFZLBSHPLBSRVLCHAILEXPDLFGP LGUARLHDELLHPCKLODIMLPSLALSINGLSTACLSTAKLSTRALTEDRLTIMELTKEYLTSA LVSHPLWDETNOSG PRORERESDERETREROCH SATDESHIRESHLD SIGRQSMAN SPEHATHRS WGLV
value
string  | null 
optional
An optional value for the accessorial
shipperAccessorials
array[object (ShipmentAccessorialDto) {3}]  | null 
optional
The shipper accessorials.
description
enum<string> 
optional
The full description of the accessorial
Allowed values:
Age RestrictedLight AssemblyBulkheadBindersCustoms In-BondBlanket Service - ChilledBlanket Service - FrozenBlind ShipmentProtect from FreezingChains RequiredExpeditedFood Grade ProductsGuaranteedHoliday DeliveryHoliday PickupOver DimensionUnattendedSingle ShipmentStackableStakes RequiredMust Be StrappedTanker Endorsed Driver RequiredTime DefiniteTurnkeyTSAVolume ShipmentWeight DeterminationNo SignatureProactive ResponseRestricted DeliveryReturn ReceiptRoom of ChoiceSaturday DeliveryShipper ReleaseShipment HoldSignature Required2nd ManSpecial HandlingThresholdWhite Glove
abbreviation
enum<string> 
optional
The abbreviation (code) of the accessorial
Allowed values:
AGE ASSEMBLKHDLBINDLBONDLBSCHLBSFZLBSHPLBSRVLCHAILEXPDLFGP LGUARLHDELLHPCKLODIMLPSLALSINGLSTACLSTAKLSTRALTEDRLTIMELTKEYLTSA LVSHPLWDETNOSG PRORERESDERETREROCH SATDESHIRESHLD SIGRQSMAN SPEHATHRS WGLV
value
string  | null 
optional
An optional value for the accessorial
consigneeAccessorials
array[object (ShipmentAccessorialDto) {3}]  | null 
optional
The consignee accessorials.
description
enum<string> 
optional
The full description of the accessorial
Allowed values:
Age RestrictedLight AssemblyBulkheadBindersCustoms In-BondBlanket Service - ChilledBlanket Service - FrozenBlind ShipmentProtect from FreezingChains RequiredExpeditedFood Grade ProductsGuaranteedHoliday DeliveryHoliday PickupOver DimensionUnattendedSingle ShipmentStackableStakes RequiredMust Be StrappedTanker Endorsed Driver RequiredTime DefiniteTurnkeyTSAVolume ShipmentWeight DeterminationNo SignatureProactive ResponseRestricted DeliveryReturn ReceiptRoom of ChoiceSaturday DeliveryShipper ReleaseShipment HoldSignature Required2nd ManSpecial HandlingThresholdWhite Glove
abbreviation
enum<string> 
optional
The abbreviation (code) of the accessorial
Allowed values:
AGE ASSEMBLKHDLBINDLBONDLBSCHLBSFZLBSHPLBSRVLCHAILEXPDLFGP LGUARLHDELLHPCKLODIMLPSLALSINGLSTACLSTAKLSTRALTEDRLTIMELTKEYLTSA LVSHPLWDETNOSG PRORERESDERETREROCH SATDESHIRESHLD SIGRQSMAN SPEHATHRS WGLV
value
string  | null 
optional
An optional value for the accessorial
referenceFields
array[object (ReferenceFieldDto) {4}]  | null 
optional
The reference fields. These relate to custom reference fields set up on a client basis.
type
string 
required
The type of the Reference field
>= 1 characters<= 250 characters
value
string 
required
The actual value of the Reference field
>= 1 characters<= 250 characters
printOnBol
boolean 
optional
If true, this reference field will be printed on the shipments BOL
printOnShippingLabel
boolean 
optional
If true, this reference field will be printed on the shipments Shipping Label
insuranceInfo
object (BanyanWebServices.Domain.Dtos.Shipment.InsuranceDto) 
optional
Shipment Insurance Details
vendor
string  | null 
optional
The vendor. This will match based on vendor name or code.
commodityType
string  | null 
optional
The commodity type. This will match based on name or code.
commodityCondition
string  | null 
optional
The commodity condition. This will match on name or code.
insuredValue
number <double> | null 
optional
The amount being insured.
stops
array[object (BanyanWebServices.Domain.Dtos.GetShipment.ShipmentDto) {43}]  | null 
optional
Individual stops for a multi-stop shipment
loadId
integer <int32>
required
Banyan's primary shipment identifier
status
enum<string> 
required
Description of current status
Allowed values:
PendingOpenQuotedBookedDispatchedIn TransitDeliveredCancelledDispatch RequestedDispatch FailedQuote Approval PendingApproval Denied
client
object (ClientDto) 
required
Client information for this shipment.
awardedQuotePricing
object (AwardedQuotePricingDto) 
optional
Information about the awarded quote once a shipment has been booked.
quotes
array[object (QuoteDto) {21}]  | null 
optional
Gets or sets the quotes.
notes
array[object (NoteDto) {4}]  | null 
optional
Shipment & carrier notes
manifestId
string  | null 
optional
Shipment PRO number
bolNumber
string  | null 
optional
Shipment BOL number
customerPo
string  | null 
optional
Shipment Customer PO
invoiceId
string  | null 
optional
Shipment Invoice identifier
billingId
string  | null 
optional
Shipment Billing identifier
incoTermId
integer <int32>
optional
Shipment IncoTerm identifier
pickupNumber
string  | null 
optional
Pickup number assigned to the load
shipperConfirmationNumber
string  | null 
optional
Gets or sets the shipper confirmation number.
consigneeConfirmationNumber
string  | null 
optional
Gets or sets the consignee confirmation number.
estimatedPickup
string <date-time> | null 
optional
Estimated Pickup Date
actualPickup
string <date-time> | null 
optional
Actual Pickup Date
estimatedDelivery
string <date-time> | null 
optional
Estimated Delivery Date
actualDelivery
string <date-time> | null 
optional
Actual Delivery Date
createdDate
string <date-time> | null 
optional
Shipment created date
shipType
enum<string> 
required
Shipment Ship Type
Allowed values:
ShipperConsigneeThirdParty
payType
enum<string> 
required
Shipment Pay Type
Allowed values:
CollectPrepaid
exportReason
string  | null 
optional
Gets or sets the Export Reason.
internationalTerm
string  | null 
optional
Gets or sets the International Term.
shipperLocation
object (LocationDto) 
optional
Shipper Information
consigneeLocation
object (LocationDto) 
optional
Consignee Information
billTo
object (BillToDto) 
optional
Billing Information
packageInfo
object (PackageInfoDto) 
optional
Package Information
shipmentServices
array[object (ShipmentServiceDto) {8}]  | null 
optional
Shipment Service(s)
handlingUnits
array[object (HandlingUnitDto) {9}]  | null 
optional
The handling units containing product information.
loadAccessorials
array[object (ShipmentAccessorialDto) {3}]  | null 
optional
The shipment accessorials.
shipperAccessorials
array[object (ShipmentAccessorialDto) {3}]  | null 
optional
The shipper accessorials.
consigneeAccessorials
array[object (ShipmentAccessorialDto) {3}]  | null 
optional
The consignee accessorials.
referenceFields
array[object (ReferenceFieldDto) {4}]  | null 
optional
The reference fields. These relate to custom reference fields set up on a client basis.
insuranceInfo
object (BanyanWebServices.Domain.Dtos.Shipment.InsuranceDto) 
optional
Shipment Insurance Details
stops
array[object (BanyanWebServices.Domain.Dtos.GetShipment.ShipmentDto) {43}]  | null 
optional
Individual stops for a multi-stop shipment
legs
array[object (BanyanWebServices.Domain.Dtos.GetShipment.ShipmentDto) {43}]  | null 
optional
Individual legs for a multi-legshipment
exported
boolean 
optional
Gets or sets a value indicating whether this BanyanWebServices.Domain.Dtos.GetShipment.ShipmentDto is exported.
isMultiStop
boolean 
read-onlyoptional
Gets a value indicating whether this instance is multi stop.
isMultiLeg
boolean 
read-onlyoptional
Gets a value indicating whether this instance is multi leg.
dispatchResponse
object (BanyanWebServices.Domain.Dtos.Shipment.DispatchResponseDto) 
optional
The standard dispatch response dto.
carbonQuote
object (BanyanWebServices.Domain.Dtos.Shipment.CarbonQuoteDto) 
optional
The carbon quote dto.
marketRates
array[object (BanyanWebServices.Domain.Dtos.Shipment.MarketRateDto) {8}]  | null 
optional
List of any MarketRates attached to a shipment
legs
array[object (BanyanWebServices.Domain.Dtos.GetShipment.ShipmentDto) {43}]  | null 
optional
Individual legs for a multi-legshipment
loadId
integer <int32>
required
Banyan's primary shipment identifier
status
enum<string> 
required
Description of current status
Allowed values:
PendingOpenQuotedBookedDispatchedIn TransitDeliveredCancelledDispatch RequestedDispatch FailedQuote Approval PendingApproval Denied
client
object (ClientDto) 
required
Client information for this shipment.
awardedQuotePricing
object (AwardedQuotePricingDto) 
optional
Information about the awarded quote once a shipment has been booked.
quotes
array[object (QuoteDto) {21}]  | null 
optional
Gets or sets the quotes.
notes
array[object (NoteDto) {4}]  | null 
optional
Shipment & carrier notes
manifestId
string  | null 
optional
Shipment PRO number
bolNumber
string  | null 
optional
Shipment BOL number
customerPo
string  | null 
optional
Shipment Customer PO
invoiceId
string  | null 
optional
Shipment Invoice identifier
billingId
string  | null 
optional
Shipment Billing identifier
incoTermId
integer <int32>
optional
Shipment IncoTerm identifier
pickupNumber
string  | null 
optional
Pickup number assigned to the load
shipperConfirmationNumber
string  | null 
optional
Gets or sets the shipper confirmation number.
consigneeConfirmationNumber
string  | null 
optional
Gets or sets the consignee confirmation number.
estimatedPickup
string <date-time> | null 
optional
Estimated Pickup Date
actualPickup
string <date-time> | null 
optional
Actual Pickup Date
estimatedDelivery
string <date-time> | null 
optional
Estimated Delivery Date
actualDelivery
string <date-time> | null 
optional
Actual Delivery Date
createdDate
string <date-time> | null 
optional
Shipment created date
shipType
enum<string> 
required
Shipment Ship Type
Allowed values:
ShipperConsigneeThirdParty
payType
enum<string> 
required
Shipment Pay Type
Allowed values:
CollectPrepaid
exportReason
string  | null 
optional
Gets or sets the Export Reason.
internationalTerm
string  | null 
optional
Gets or sets the International Term.
shipperLocation
object (LocationDto) 
optional
Shipper Information
consigneeLocation
object (LocationDto) 
optional
Consignee Information
billTo
object (BillToDto) 
optional
Billing Information
packageInfo
object (PackageInfoDto) 
optional
Package Information
shipmentServices
array[object (ShipmentServiceDto) {8}]  | null 
optional
Shipment Service(s)
handlingUnits
array[object (HandlingUnitDto) {9}]  | null 
optional
The handling units containing product information.
loadAccessorials
array[object (ShipmentAccessorialDto) {3}]  | null 
optional
The shipment accessorials.
shipperAccessorials
array[object (ShipmentAccessorialDto) {3}]  | null 
optional
The shipper accessorials.
consigneeAccessorials
array[object (ShipmentAccessorialDto) {3}]  | null 
optional
The consignee accessorials.
referenceFields
array[object (ReferenceFieldDto) {4}]  | null 
optional
The reference fields. These relate to custom reference fields set up on a client basis.
insuranceInfo
object (BanyanWebServices.Domain.Dtos.Shipment.InsuranceDto) 
optional
Shipment Insurance Details
stops
array[object (BanyanWebServices.Domain.Dtos.GetShipment.ShipmentDto) {43}]  | null 
optional
Individual stops for a multi-stop shipment
legs
array[object (BanyanWebServices.Domain.Dtos.GetShipment.ShipmentDto) {43}]  | null 
optional
Individual legs for a multi-legshipment
exported
boolean 
optional
Gets or sets a value indicating whether this BanyanWebServices.Domain.Dtos.GetShipment.ShipmentDto is exported.
isMultiStop
boolean 
read-onlyoptional
Gets a value indicating whether this instance is multi stop.
isMultiLeg
boolean 
read-onlyoptional
Gets a value indicating whether this instance is multi leg.
dispatchResponse
object (BanyanWebServices.Domain.Dtos.Shipment.DispatchResponseDto) 
optional
The standard dispatch response dto.
carbonQuote
object (BanyanWebServices.Domain.Dtos.Shipment.CarbonQuoteDto) 
optional
The carbon quote dto.
marketRates
array[object (BanyanWebServices.Domain.Dtos.Shipment.MarketRateDto) {8}]  | null 
optional
List of any MarketRates attached to a shipment
exported
boolean 
optional
Gets or sets a value indicating whether this BanyanWebServices.Domain.Dtos.GetShipment.ShipmentDto is exported.
isMultiStop
boolean 
read-onlyoptional
Gets a value indicating whether this instance is multi stop.
isMultiLeg
boolean 
read-onlyoptional
Gets a value indicating whether this instance is multi leg.
dispatchResponse
object (BanyanWebServices.Domain.Dtos.Shipment.DispatchResponseDto) 
optional
The standard dispatch response dto.
loadId
integer <int32>
optional
Gets or sets the load id.
success
boolean 
optional
Gets or sets a flag indicating if the dispatch request succeeded.
pickupNumber
string  | null 
optional
Gets or sets the pickup number.
carrierName
string  | null 
optional
Gets or sets the carrier name.
quoteNumber
string  | null 
optional
Gets or sets the quote number.
estimatedDeliveryDate
string <date-time> | null 
optional
Gets or sets the estimated delivery date.
proNumber
string  | null 
optional
Gets or sets the pro number.
userMessage
string  | null 
optional
Gets or sets the user message.
bolLink
string  | null 
optional
Gets or sets the BOL Link.
warnings
array[string] | null 
optional
Gets or sets the warnings.
errors
array[string] | null 
optional
Gets or sets a collection of error messages.
carbonQuote
object (BanyanWebServices.Domain.Dtos.Shipment.CarbonQuoteDto) 
optional
The carbon quote dto.
offsetAmount
number <double>
optional
The amount of carbon that will be offset in BanyanWebServices.Domain.Dtos.Shipment.CarbonQuoteDto.OffsetUnit.
offsetUnit
string  | null 
optional
The unit the BanyanWebServices.Domain.Dtos.Shipment.CarbonQuoteDto.OffsetAmount is in.
estimatedPrice
number <double>
optional
The estimated price of offsetting the carbon.
vendorFee
number <double>
optional
The vendor fee.
currency
string  | null 
optional
The currency monetary values are in.
orderId
string  | null 
optional
The order identifier.
marketRates
array[object (BanyanWebServices.Domain.Dtos.Shipment.MarketRateDto) {8}]  | null 
optional
List of any MarketRates attached to a shipment
vendorName
string  | null 
optional
Name of Vendor
highBuyRate
number <double> | null 
optional
High Buy Rate Recommendation of Vendor
lowBuyRate
number <double> | null 
optional
Low Buy Rate Recommendation of Vendor
buyRate
number <double> | null 
optional
Target Buy Rate Recommendation of Vendor
startRate
number <double> | null 
optional
Starting Bid Recommandation of Vendor
confidenceLevel
integer <int32> | null 
optional
Confidence of Vendor to hit target rate
currency
string  | null 
optional
The currency of the Market Rate.
date
string <date-time> | null 
optional
The date the Market Rate was generated.
Example
[
  {
    "loadId": 48532482,
    "status": "Dispatched",
    "client": {
      "clientId": 45086,
      "clientName": "Banyan Web Services - Test Only",
      "clientRefNumber": "BWSTO123"
    },
    "awardedQuotePricing": {
      "raw": 138.53,
      "carrier": 138.53,
      "customer": 166.24
    },
    "quotes": [
      {
        "quoteId": 412276791,
        "carrierName": "BanyanTest3PL_4",
        "carrierId": 150950,
        "scac": "BTPL",
        "thirdPartyName": "BanyanTest3PL_4",
        "thirdPartyScac": "BTPL",
        "serviceId": "53603276",
        "rawPrice": {
          "netPrice": 847.38,
          "freightCharge": 704.52,
          "discountAmount": 119.77,
          "fuelSurcharge": 30.86,
          "minimum": 0,
          "grossCharge": 704.52,
          "tariff": 0,
          "interline": 0,
          "accessorialCharges": 112,
          "otherCharges": 0,
          "charges": [
            {
              "name": "Stackable",
              "amount": 34,
              "code": "LSTAC"
            },
            {
              "name": "Liftgate Pickup",
              "amount": 16,
              "code": "SLFTG"
            },
            {
              "name": "Appointment Required",
              "amount": 30,
              "code": "CAPPT"
            },
            {
              "name": "Liftgate Delivery",
              "amount": 32,
              "code": "CLFTG"
            }
          ],
          "markup": 0
        },
        "carrierPrice": {
          "netPrice": 847.38,
          "freightCharge": 704.52,
          "discountAmount": 119.77,
          "fuelSurcharge": 30.86,
          "minimum": 0,
          "grossCharge": 704.52,
          "tariff": 0,
          "interline": 0,
          "accessorialCharges": 112,
          "otherCharges": 0,
          "charges": [
            {
              "name": "Stackable",
              "amount": 34,
              "code": "LSTAC"
            },
            {
              "name": "Liftgate Pickup",
              "amount": 16,
              "code": "SLFTG"
            },
            {
              "name": "Appointment Required",
              "amount": 30,
              "code": "CAPPT"
            },
            {
              "name": "Liftgate Delivery",
              "amount": 32,
              "code": "CLFTG"
            }
          ],
          "markup": 0
        },
        "customerPrice": {
          "netPrice": 1016.86,
          "freightCharge": 845.43,
          "discountAmount": 143.72,
          "fuelSurcharge": 37.03,
          "minimum": 0,
          "grossCharge": 845.43,
          "tariff": 0,
          "interline": 0,
          "accessorialCharges": 134.4,
          "otherCharges": 0,
          "charges": [
            {
              "name": "Stackable",
              "amount": 40.8,
              "code": "LSTAC"
            },
            {
              "name": "Liftgate Pickup",
              "amount": 19.2,
              "code": "SLFTG"
            },
            {
              "name": "Appointment Required",
              "amount": 36,
              "code": "CAPPT"
            },
            {
              "name": "Liftgate Delivery",
              "amount": 38.4,
              "code": "CLFTG"
            }
          ],
          "markup": 20
        },
        "transitTime": 2,
        "quoteNumber": "828736261",
        "carrierPerson": "BanyanTest3PL Automated Quote",
        "carrierNote": "",
        "dateStamp": "2023-02-27T12:58:12",
        "interline": false,
        "accepted": false,
        "currencyType": "USDollar",
        "service": "LTL",
        "insuranceDetails": null,
        "accountNumber": "NewAccount"
      },
      {
        "quoteId": 412276792,
        "carrierName": "BanyanTest3PL_3",
        "carrierId": 150950,
        "scac": "BTPL",
        "thirdPartyName": "BanyanTest3PL_3",
        "thirdPartyScac": "BTPL",
        "serviceId": "53603276",
        "rawPrice": {
          "netPrice": 768.49,
          "freightCharge": 665.34,
          "discountAmount": 259.48,
          "fuelSurcharge": 29.15,
          "minimum": 0,
          "grossCharge": 665.34,
          "tariff": 0,
          "interline": 0,
          "accessorialCharges": 74,
          "otherCharges": 0,
          "charges": [
            {
              "name": "Stackable",
              "amount": 22,
              "code": "LSTAC"
            },
            {
              "name": "Liftgate Pickup",
              "amount": 10,
              "code": "SLFTG"
            },
            {
              "name": "Appointment Required",
              "amount": 27,
              "code": "CAPPT"
            },
            {
              "name": "Liftgate Delivery",
              "amount": 15,
              "code": "CLFTG"
            }
          ],
          "markup": 0
        },
        "carrierPrice": {
          "netPrice": 768.49,
          "freightCharge": 665.34,
          "discountAmount": 259.48,
          "fuelSurcharge": 29.15,
          "minimum": 0,
          "grossCharge": 665.34,
          "tariff": 0,
          "interline": 0,
          "accessorialCharges": 74,
          "otherCharges": 0,
          "charges": [
            {
              "name": "Stackable",
              "amount": 22,
              "code": "LSTAC"
            },
            {
              "name": "Liftgate Pickup",
              "amount": 10,
              "code": "SLFTG"
            },
            {
              "name": "Appointment Required",
              "amount": 27,
              "code": "CAPPT"
            },
            {
              "name": "Liftgate Delivery",
              "amount": 15,
              "code": "CLFTG"
            }
          ],
          "markup": 0
        },
        "customerPrice": {
          "netPrice": 922.19,
          "freightCharge": 798.41,
          "discountAmount": 311.38,
          "fuelSurcharge": 34.97,
          "minimum": 0,
          "grossCharge": 798.41,
          "tariff": 0,
          "interline": 0,
          "accessorialCharges": 88.8,
          "otherCharges": 0,
          "charges": [
            {
              "name": "Stackable",
              "amount": 26.4,
              "code": "LSTAC"
            },
            {
              "name": "Liftgate Pickup",
              "amount": 12,
              "code": "SLFTG"
            },
            {
              "name": "Appointment Required",
              "amount": 32.4,
              "code": "CAPPT"
            },
            {
              "name": "Liftgate Delivery",
              "amount": 18,
              "code": "CLFTG"
            }
          ],
          "markup": 20
        },
        "transitTime": 2,
        "quoteNumber": "1631756660",
        "carrierPerson": "BanyanTest3PL Automated Quote",
        "carrierNote": "",
        "dateStamp": "2023-02-27T12:58:12",
        "interline": false,
        "accepted": false,
        "currencyType": "USDollar",
        "service": "LTL",
        "insuranceDetails": null,
        "accountNumber": "NewAccount"
      },
      {
        "quoteId": 412276793,
        "carrierName": "BanyanTest3PL_5",
        "carrierId": 150950,
        "scac": "BTPL",
        "thirdPartyName": "BanyanTest3PL_5",
        "thirdPartyScac": "BTPL",
        "serviceId": "53603276",
        "rawPrice": {
          "netPrice": 471.98,
          "freightCharge": 362.12,
          "discountAmount": 181.06,
          "fuelSurcharge": 15.86,
          "minimum": 0,
          "grossCharge": 362.12,
          "tariff": 0,
          "interline": 0,
          "accessorialCharges": 94,
          "otherCharges": 0,
          "charges": [
            {
              "name": "Stackable",
              "amount": 12,
              "code": "LSTAC"
            },
            {
              "name": "Liftgate Pickup",
              "amount": 28,
              "code": "SLFTG"
            },
            {
              "name": "Appointment Required",
              "amount": 34,
              "code": "CAPPT"
            },
            {
              "name": "Liftgate Delivery",
              "amount": 20,
              "code": "CLFTG"
            }
          ],
          "markup": 0
        },
        "carrierPrice": {
          "netPrice": 471.98,
          "freightCharge": 362.12,
          "discountAmount": 181.06,
          "fuelSurcharge": 15.86,
          "minimum": 0,
          "grossCharge": 362.12,
          "tariff": 0,
          "interline": 0,
          "accessorialCharges": 94,
          "otherCharges": 0,
          "charges": [
            {
              "name": "Stackable",
              "amount": 12,
              "code": "LSTAC"
            },
            {
              "name": "Liftgate Pickup",
              "amount": 28,
              "code": "SLFTG"
            },
            {
              "name": "Appointment Required",
              "amount": 34,
              "code": "CAPPT"
            },
            {
              "name": "Liftgate Delivery",
              "amount": 20,
              "code": "CLFTG"
            }
          ],
          "markup": 0
        },
        "customerPrice": {
          "netPrice": 566.38,
          "freightCharge": 434.55,
          "discountAmount": 217.27,
          "fuelSurcharge": 19.04,
          "minimum": 0,
          "grossCharge": 434.55,
          "tariff": 0,
          "interline": 0,
          "accessorialCharges": 112.8,
          "otherCharges": 0,
          "charges": [
            {
              "name": "Stackable",
              "amount": 14.4,
              "code": "LSTAC"
            },
            {
              "name": "Liftgate Pickup",
              "amount": 33.6,
              "code": "SLFTG"
            },
            {
              "name": "Appointment Required",
              "amount": 40.8,
              "code": "CAPPT"
            },
            {
              "name": "Liftgate Delivery",
              "amount": 24,
              "code": "CLFTG"
            }
          ],
          "markup": 20
        },
        "transitTime": 2,
        "quoteNumber": "1407577976",
        "carrierPerson": "BanyanTest3PL Automated Quote",
        "carrierNote": "",
        "dateStamp": "2023-02-27T12:58:12",
        "interline": false,
        "accepted": false,
        "currencyType": "USDollar",
        "service": "LTL",
        "insuranceDetails": null,
        "accountNumber": "NewAccount"
      },
      {
        "quoteId": 412276794,
        "carrierName": "BanyanTest3PL_2",
        "carrierId": 150950,
        "scac": "BTPL",
        "thirdPartyName": "BanyanTest3PL_2",
        "thirdPartyScac": "BTPL",
        "serviceId": "53603276",
        "rawPrice": {
          "netPrice": 299.89,
          "freightCharge": 208.74,
          "discountAmount": 62.62,
          "fuelSurcharge": 9.14,
          "minimum": 0,
          "grossCharge": 208.74,
          "tariff": 0,
          "interline": 0,
          "accessorialCharges": 82,
          "otherCharges": 0,
          "charges": [
            {
              "name": "Stackable",
              "amount": 12,
              "code": "LSTAC"
            },
            {
              "name": "Liftgate Pickup",
              "amount": 26,
              "code": "SLFTG"
            },
            {
              "name": "Appointment Required",
              "amount": 29,
              "code": "CAPPT"
            },
            {
              "name": "Liftgate Delivery",
              "amount": 15,
              "code": "CLFTG"
            }
          ],
          "markup": 0
        },
        "carrierPrice": {
          "netPrice": 299.89,
          "freightCharge": 208.74,
          "discountAmount": 62.62,
          "fuelSurcharge": 9.14,
          "minimum": 0,
          "grossCharge": 208.74,
          "tariff": 0,
          "interline": 0,
          "accessorialCharges": 82,
          "otherCharges": 0,
          "charges": [
            {
              "name": "Stackable",
              "amount": 12,
              "code": "LSTAC"
            },
            {
              "name": "Liftgate Pickup",
              "amount": 26,
              "code": "SLFTG"
            },
            {
              "name": "Appointment Required",
              "amount": 29,
              "code": "CAPPT"
            },
            {
              "name": "Liftgate Delivery",
              "amount": 15,
              "code": "CLFTG"
            }
          ],
          "markup": 0
        },
        "customerPrice": {
          "netPrice": 359.87,
          "freightCharge": 250.49,
          "discountAmount": 75.14,
          "fuelSurcharge": 10.97,
          "minimum": 0,
          "grossCharge": 250.49,
          "tariff": 0,
          "interline": 0,
          "accessorialCharges": 98.4,
          "otherCharges": 0,
          "charges": [
            {
              "name": "Stackable",
              "amount": 14.4,
              "code": "LSTAC"
            },
            {
              "name": "Liftgate Pickup",
              "amount": 31.2,
              "code": "SLFTG"
            },
            {
              "name": "Appointment Required",
              "amount": 34.8,
              "code": "CAPPT"
            },
            {
              "name": "Liftgate Delivery",
              "amount": 18,
              "code": "CLFTG"
            }
          ],
          "markup": 20
        },
        "transitTime": 1,
        "quoteNumber": "275404533",
        "carrierPerson": "BanyanTest3PL Automated Quote",
        "carrierNote": "",
        "dateStamp": "2023-02-27T12:58:12",
        "interline": false,
        "accepted": false,
        "currencyType": "USDollar",
        "service": "LTL",
        "insuranceDetails": null,
        "accountNumber": "NewAccount"
      },
      {
        "quoteId": 412276795,
        "carrierName": "BanyanTest3PL_1",
        "carrierId": 150950,
        "scac": "BTPL",
        "thirdPartyName": "BanyanTest3PL_1",
        "thirdPartyScac": "BTPL",
        "serviceId": "53603276",
        "rawPrice": {
          "netPrice": 138.53,
          "freightCharge": 38.83,
          "discountAmount": 9.32,
          "fuelSurcharge": 1.7,
          "minimum": 0,
          "grossCharge": 38.83,
          "tariff": 0,
          "interline": 0,
          "accessorialCharges": 98,
          "otherCharges": 0,
          "charges": [
            {
              "name": "Stackable",
              "amount": 20,
              "code": "LSTAC"
            },
            {
              "name": "Liftgate Pickup",
              "amount": 29,
              "code": "SLFTG"
            },
            {
              "name": "Appointment Required",
              "amount": 20,
              "code": "CAPPT"
            },
            {
              "name": "Liftgate Delivery",
              "amount": 29,
              "code": "CLFTG"
            }
          ],
          "markup": 0
        },
        "carrierPrice": {
          "netPrice": 138.53,
          "freightCharge": 38.83,
          "discountAmount": 9.32,
          "fuelSurcharge": 1.7,
          "minimum": 0,
          "grossCharge": 38.83,
          "tariff": 0,
          "interline": 0,
          "accessorialCharges": 98,
          "otherCharges": 0,
          "charges": [
            {
              "name": "Stackable",
              "amount": 20,
              "code": "LSTAC"
            },
            {
              "name": "Liftgate Pickup",
              "amount": 29,
              "code": "SLFTG"
            },
            {
              "name": "Appointment Required",
              "amount": 20,
              "code": "CAPPT"
            },
            {
              "name": "Liftgate Delivery",
              "amount": 29,
              "code": "CLFTG"
            }
          ],
          "markup": 0
        },
        "customerPrice": {
          "netPrice": 166.24,
          "freightCharge": 46.6,
          "discountAmount": 11.18,
          "fuelSurcharge": 2.04,
          "minimum": 0,
          "grossCharge": 46.6,
          "tariff": 0,
          "interline": 0,
          "accessorialCharges": 117.6,
          "otherCharges": 0,
          "charges": [
            {
              "name": "Stackable",
              "amount": 24,
              "code": "LSTAC"
            },
            {
              "name": "Liftgate Pickup",
              "amount": 34.8,
              "code": "SLFTG"
            },
            {
              "name": "Appointment Required",
              "amount": 24,
              "code": "CAPPT"
            },
            {
              "name": "Liftgate Delivery",
              "amount": 34.8,
              "code": "CLFTG"
            }
          ],
          "markup": 20
        },
        "transitTime": 1,
        "quoteNumber": "1161146044",
        "carrierPerson": "BanyanTest3PL Automated Quote",
        "carrierNote": "",
        "dateStamp": "2023-02-27T12:58:12",
        "interline": false,
        "accepted": true,
        "currencyType": "USDollar",
        "service": "LTL",
        "insuranceDetails": null,
        "accountNumber": "NewAccount"
      }
    ],
    "notes": [
      {
        "description": "This load was copied to <a href='extendedload.aspx?loadID=48532483'>This Load</a>",
        "noteTypeId": 7,
        "userName": "Shane Hawk",
        "dateStamp": "2023-02-27T13:25:47"
      },
      {
        "description": "Load Status was changed from 'Booked' to 'Dispatched'",
        "noteTypeId": 10,
        "userName": "Shane Hawk",
        "dateStamp": "2023-02-27T12:58:57"
      },
      {
        "description": "Pickup Request Successful. <br/>Your Pickup Number is: <b>1677520735</b><br/>Your Pro Number is: <b>PRO-1601000097</b><br/>",
        "noteTypeId": 14,
        "userName": "Automation",
        "dateStamp": "2023-02-27T12:58:57"
      },
      {
        "description": "LoadID:48532482<br/>BolNum:BWS2305800002<br/>QuoteID:412276795<br/>ManifestID:<br/>ActualCharge:166.24<br/>PickupDate:2/27/2023<br/>AccessTime:12:00<br/>CarrierID:150950<br/>Web_Dispatch:True<br/>EDI_Dispatch:False<br/>",
        "noteTypeId": 7,
        "userName": "Shane Hawk",
        "dateStamp": "2023-02-27T12:58:54"
      },
      {
        "description": "BanyanTest3PL does not have a carrier user setup for this client. (No Email Could Be Sent)",
        "noteTypeId": 10,
        "userName": "Shane Hawk",
        "dateStamp": "2023-02-27T12:58:54"
      },
      {
        "description": "Load booked with BanyanTest3PL_1.",
        "noteTypeId": 10,
        "userName": "Shane Hawk",
        "dateStamp": "2023-02-27T12:58:54"
      },
      {
        "description": "<a href=javascript:ShowTerminalLink('150950','48532482')>Terminal Link</a>",
        "noteTypeId": 19,
        "userName": "Shane Hawk",
        "dateStamp": "2023-02-27T12:58:54"
      },
      {
        "description": "Original shipperDateTime = 02/27/2023<br/>Original consigneedatetime = 02/28/2023<br/>New shipperDateTime = 02/27/2023<br/>New consigneedatetime = 02/28/2023<br/>ActualPickupDate = 02/27/2023<br/>ActualDeliverDate = 02/28/2023<br/>",
        "noteTypeId": 7,
        "userName": "Automation",
        "dateStamp": "2023-02-27T12:58:54"
      },
      {
        "description": "Rating Process Started.",
        "noteTypeId": 10,
        "userName": "Shane Hawk",
        "dateStamp": "2023-02-27T12:58:09"
      },
      {
        "description": "Status changed from Pending to Open.",
        "noteTypeId": 12,
        "userName": "Shane Hawk",
        "dateStamp": "2023-02-27T12:58:09"
      },
      {
        "description": "Product's UnNumber changed from  to . <br/>Product's HazMatShippingName changed from  to . <br/>Product's HazMatClass changed from  to . <br/>Product's HazMatPkgGroup changed from  to . <br/>Product's Phone changed from  to . <br/>Product's PhoneExt changed from  to . <br/>Product's DeliveryConfirmationId changed from 0 to . <br/>Product's CodTypeId changed from 0 to . <br/>Product's CodAmount changed from 0.00 to . <br/>Product's InsuranceAmount changed from 0.00 to . <br/>Product's HazMatContact changed from  to",
        "noteTypeId": 24,
        "userName": "Shane Hawk",
        "dateStamp": "2023-02-27T12:58:08"
      },
      {
        "description": "Load Saved.",
        "noteTypeId": 10,
        "userName": "Shane Hawk",
        "dateStamp": "2023-02-27T12:58:06"
      },
      {
        "description": "Load Saved.",
        "noteTypeId": 10,
        "userName": "Shane Hawk",
        "dateStamp": "2023-02-27T12:58:05"
      },
      {
        "description": "This load was copied from <a href='extendedload.aspx?loadID=48532481'>BOL Number: BWS2305800001</a>",
        "noteTypeId": 10,
        "userName": "Shane Hawk",
        "dateStamp": "2023-02-27T12:58:00"
      },
      {
        "description": "Load Created",
        "noteTypeId": 10,
        "userName": "Shane Hawk",
        "dateStamp": "2023-02-27T12:58:00"
      },
      {
        "description": "Original BOLID: BWS2305800002",
        "noteTypeId": 7,
        "userName": "Automation",
        "dateStamp": "2023-02-27T12:58:00"
      }
    ],
    "manifestId": "PRO-1601000097",
    "bolNumber": "BWS2305800002",
    "customerPo": "",
    "invoiceId": "",
    "billingId": "",
    "incoTermId": 0,
    "pickupNumber": "1677520735",
    "shipperConfirmationNumber": "",
    "consigneeConfirmationNumber": "",
    "estimatedPickup": "2023-02-27T00:00:00",
    "actualPickup": "2023-02-27T00:00:00",
    "estimatedDelivery": "2023-02-28T00:00:00",
    "actualDelivery": "2023-02-28T00:00:00",
    "createdDate": "2023-02-27T12:58:00",
    "shipType": "ThirdParty",
    "payType": "Prepaid",
    "shipperLocation": {
      "companyName": "Test Merchant",
      "locationName": "Test Location 1",
      "note": "",
      "contactMethods": {
        "phoneNumber": "",
        "extension": "",
        "faxNumber": "",
        "email": ""
      },
      "contactPerson": {
        "firstName": "",
        "lastName": ""
      },
      "address": {
        "lineOne": "1234 Main St",
        "lineTwo": "",
        "city": "Cleveland",
        "stateOrProvince": "OH",
        "zipCode": "44102",
        "country": "United States"
      },
      "vendorId": "",
      "distributionCenterReferenceNumber": "",
      "dock": {
        "name": "Main Dock",
        "note": "",
        "confirmationNumber": "",
        "openTime": "2023-02-27T08:00:00",
        "accessTime": "2023-02-27T12:00:00",
        "closeTime": "2023-02-27T17:00:00",
        "isFirstComeFirstServe": false,
        "limitedAccessType": "None"
      }
    },
    "consigneeLocation": {
      "companyName": "test2",
      "locationName": "test2",
      "note": "",
      "contactMethods": {
        "phoneNumber": "",
        "extension": "",
        "faxNumber": "",
        "email": ""
      },
      "contactPerson": {
        "firstName": "",
        "lastName": ""
      },
      "address": {
        "lineOne": "test 432",
        "lineTwo": "",
        "city": "Chicago",
        "stateOrProvince": "IL",
        "zipCode": "60606",
        "country": "United States"
      },
      "vendorId": "",
      "distributionCenterReferenceNumber": "",
      "dock": {
        "name": "Main Dock",
        "note": "",
        "confirmationNumber": "",
        "openTime": "2023-02-27T08:00:00",
        "accessTime": "2023-02-27T12:00:00",
        "closeTime": "2023-02-27T17:00:00",
        "isFirstComeFirstServe": false,
        "limitedAccessType": "None"
      }
    },
    "billTo": {
      "name": "Banyan Web Services - Test Only - Prod Validation",
      "contactMethods": {
        "phoneNumber": "800-846-3400",
        "extension": "",
        "faxNumber": "",
        "email": "Dev@banyantechnology.com"
      },
      "note": "",
      "address": {
        "lineOne": "151 Innovation Drive",
        "lineTwo": "Suite 310",
        "city": "Elyria",
        "stateOrProvince": "OH",
        "zipCode": "44035",
        "country": "United States"
      }
    },
    "packageInfo": {
      "routeNumber": "",
      "cod": 0,
      "declaredLiability": 0
    },
    "shipmentServices": [
      {
        "serviceMode": "LTL",
        "quantity": 2,
        "packageType": "BALE",
        "equipmentType": "DV",
        "additionalWeight": 0,
        "weightUnitOfMeasurement": "LBS",
        "specialInstructions": "",
        "dimensions": {
          "unitOfMeasurement": "IN",
          "length": 0,
          "width": 0,
          "height": 0
        }
      }
    ],
    "handlingUnits": [
      {
        "packageType": "",
        "quantity": 0,
        "products": [
          {
            "packageType": "BALE",
            "quantity": 5,
            "class": 250,
            "weight": 100,
            "weightUnitOfMeasurement": "LBS",
            "dimensions": {
              "unitOfMeasurement": "IN",
              "length": 20,
              "width": 30,
              "height": 40
            },
            "nmfc": null,
            "description": "GLASS",
            "sku": "",
            "hazmatDetails": null,
            "isHazmat": false
          }
        ]
      }
    ],
    "loadAccessorials": [
      {
        "description": "Stackable",
        "abbreviation": "LSTAC",
        "value": null
      }
    ],
    "shipperAccessorials": [
      {
        "description": "Liftgate Pickup",
        "abbreviation": "SLFTG",
        "value": null
      }
    ],
    "consigneeAccessorials": [
      {
        "description": "Appointment Required",
        "abbreviation": "CAPPT",
        "value": null
      },
      {
        "description": "Liftgate Delivery",
        "abbreviation": "CLFTG",
        "value": null
      }
    ],
    "referenceFields": [
      {
        "type": "FO Location ID",
        "value": "XPOCCHNC",
        "printOnBol": false,
        "printOnShippingLabel": false
      }
    ],
    "insuranceInfo": null,
    "stops": [],
    "legs": [],
    "exported": false,
    "isMultiStop": false,
    "isMultiLeg": false,
    "dispatchResponse": null
  },
  {
    "loadId": 48532483,
    "status": "Pending",
    "client": {
      "clientId": 45086,
      "clientName": "Banyan Web Services - Test Only",
      "clientRefNumber": "BWSTO123"
    },
    "awardedQuotePricing": {
      "raw": 0,
      "carrier": 0,
      "customer": 166.24
    },
    "quotes": [],
    "notes": [
      {
        "description": "This load was copied from <a href='extendedload.aspx?loadID=48532482'>This Load</a>",
        "noteTypeId": 10,
        "userName": "Shane Hawk",
        "dateStamp": "2023-02-27T13:25:47"
      },
      {
        "description": "Load Created",
        "noteTypeId": 10,
        "userName": "Shane Hawk",
        "dateStamp": "2023-02-27T13:25:45"
      },
      {
        "description": "Original BOLID: BWS2305800003",
        "noteTypeId": 7,
        "userName": "Automation",
        "dateStamp": "2023-02-27T13:25:45"
      }
    ],
    "manifestId": "",
    "bolNumber": "BWS2305800003",
    "customerPo": "",
    "invoiceId": "",
    "billingId": "",
    "incoTermId": 0,
    "pickupNumber": null,
    "shipperConfirmationNumber": "",
    "consigneeConfirmationNumber": "",
    "estimatedPickup": null,
    "actualPickup": null,
    "estimatedDelivery": null,
    "actualDelivery": null,
    "createdDate": "2023-02-27T13:25:45",
    "shipType": "ThirdParty",
    "payType": "Prepaid",
    "shipperLocation": {
      "companyName": "Test Merchant",
      "locationName": "Test Location 1",
      "note": "",
      "contactMethods": {
        "phoneNumber": "",
        "extension": "",
        "faxNumber": "",
        "email": ""
      },
      "contactPerson": {
        "firstName": "",
        "lastName": ""
      },
      "address": {
        "lineOne": "1234 Main St",
        "lineTwo": "",
        "city": "Cleveland",
        "stateOrProvince": "OH",
        "zipCode": "44102",
        "country": "United States"
      },
      "vendorId": "",
      "distributionCenterReferenceNumber": "",
      "dock": {
        "name": "Main Dock",
        "note": "",
        "confirmationNumber": "",
        "openTime": "2023-02-27T08:00:00",
        "accessTime": "2023-02-27T12:00:00",
        "closeTime": "2023-02-27T17:00:00",
        "isFirstComeFirstServe": false,
        "limitedAccessType": "None"
      }
    },
    "consigneeLocation": {
      "companyName": "test2",
      "locationName": "test2",
      "note": "",
      "contactMethods": {
        "phoneNumber": "",
        "extension": "",
        "faxNumber": "",
        "email": ""
      },
      "contactPerson": {
        "firstName": "",
        "lastName": ""
      },
      "address": {
        "lineOne": "test 432",
        "lineTwo": "",
        "city": "Chicago",
        "stateOrProvince": "IL",
        "zipCode": "60606",
        "country": "United States"
      },
      "vendorId": "",
      "distributionCenterReferenceNumber": "",
      "dock": {
        "name": "Main Dock",
        "note": "",
        "confirmationNumber": "",
        "openTime": "2023-02-28T08:00:00",
        "accessTime": "2023-02-28T12:00:00",
        "closeTime": "2023-02-28T17:00:00",
        "isFirstComeFirstServe": false,
        "limitedAccessType": "None"
      }
    },
    "billTo": {
      "name": "Banyan Web Services - Test Only - Prod Validation",
      "contactMethods": {
        "phoneNumber": "800-846-3400",
        "extension": "",
        "faxNumber": "",
        "email": "Dev@banyantechnology.com"
      },
      "note": "",
      "address": {
        "lineOne": "151 Innovation Drive",
        "lineTwo": "Suite 310",
        "city": "Elyria",
        "stateOrProvince": "OH",
        "zipCode": "44035",
        "country": "United States"
      }
    },
    "packageInfo": {
      "routeNumber": "",
      "cod": 0,
      "declaredLiability": 0
    },
    "shipmentServices": [
      {
        "serviceMode": "LTL",
        "quantity": 2,
        "packageType": "BALE",
        "equipmentType": "DV",
        "additionalWeight": 0,
        "weightUnitOfMeasurement": "LBS",
        "specialInstructions": "",
        "dimensions": {
          "unitOfMeasurement": "IN",
          "length": 0,
          "width": 0,
          "height": 0
        }
      }
    ],
    "handlingUnits": [
      {
        "packageType": "",
        "quantity": 0,
        "products": [
          {
            "packageType": "BALE",
            "quantity": 5,
            "class": 250,
            "weight": 100,
            "weightUnitOfMeasurement": "LBS",
            "dimensions": {
              "unitOfMeasurement": "IN",
              "length": 20,
              "width": 30,
              "height": 40
            },
            "nmfc": null,
            "description": "GLASS",
            "sku": "",
            "hazmatDetails": null,
            "isHazmat": false
          }
        ]
      }
    ],
    "loadAccessorials": [
      {
        "description": "Stackable",
        "abbreviation": "LSTAC",
        "value": null
      }
    ],
    "shipperAccessorials": [
      {
        "description": "Liftgate Pickup",
        "abbreviation": "SLFTG",
        "value": null
      }
    ],
    "consigneeAccessorials": [
      {
        "description": "Appointment Required",
        "abbreviation": "CAPPT",
        "value": null
      },
      {
        "description": "Liftgate Delivery",
        "abbreviation": "CLFTG",
        "value": null
      }
    ],
    "referenceFields": [
      {
        "type": "FO Location ID",
        "value": "XPOCCHNC",
        "printOnBol": false,
        "printOnShippingLabel": false
      }
    ],
    "insuranceInfo": null,
    "stops": [],
    "legs": [],
    "exported": false,
    "isMultiStop": false,
    "isMultiLeg": false,
    "dispatchResponse": null
  }
]
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠429Too Many Requests
Modified at 2024-09-16 11:42:17
Previous
Get a Shipment
Next
Get Quotes
Built with