GET api/sendit/shipmentpackagehistory/{shipmentID}/{manifestID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
shipmentID

integer

Required

manifestID

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of HistoryPackageSummary
NameDescriptionTypeAdditional information
PackageID

integer

None.

TrackingNumber

string

None.

ActualWeight

decimal number

None.

SurchargeTotal

decimal number

None.

DimLength

integer

None.

DimWidth

integer

None.

DimHeight

integer

None.

ClientShipWeight

decimal number

None.

ClientRate

decimal number

None.

AccessorialTotal

decimal number

None.

TotalFreight

decimal number

None.

UpdatedByName

string

None.

UpdatedDate

date

None.

Status

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PackageID": 1,
    "TrackingNumber": "sample string 2",
    "ActualWeight": 3.0,
    "SurchargeTotal": 4.0,
    "DimLength": 5,
    "DimWidth": 6,
    "DimHeight": 7,
    "ClientShipWeight": 8.0,
    "ClientRate": 9.0,
    "AccessorialTotal": 10.0,
    "TotalFreight": 11.0,
    "UpdatedByName": "sample string 12",
    "UpdatedDate": "2026-04-03T21:38:41.2016274-07:00",
    "Status": "sample string 14"
  },
  {
    "PackageID": 1,
    "TrackingNumber": "sample string 2",
    "ActualWeight": 3.0,
    "SurchargeTotal": 4.0,
    "DimLength": 5,
    "DimWidth": 6,
    "DimHeight": 7,
    "ClientShipWeight": 8.0,
    "ClientRate": 9.0,
    "AccessorialTotal": 10.0,
    "TotalFreight": 11.0,
    "UpdatedByName": "sample string 12",
    "UpdatedDate": "2026-04-03T21:38:41.2016274-07:00",
    "Status": "sample string 14"
  }
]

application/xml, text/xml

Sample:
<ArrayOfHistoryPackageSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Models.SendIt">
  <HistoryPackageSummary>
    <AccessorialTotal>10</AccessorialTotal>
    <ActualWeight>3</ActualWeight>
    <ClientRate>9</ClientRate>
    <ClientShipWeight>8</ClientShipWeight>
    <DimHeight>7</DimHeight>
    <DimLength>5</DimLength>
    <DimWidth>6</DimWidth>
    <PackageID>1</PackageID>
    <Status>sample string 14</Status>
    <SurchargeTotal>4</SurchargeTotal>
    <TotalFreight>11</TotalFreight>
    <TrackingNumber>sample string 2</TrackingNumber>
    <UpdatedByName>sample string 12</UpdatedByName>
    <UpdatedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2026-04-04T04:38:41.2016274Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>-420</d3p1:OffsetMinutes>
    </UpdatedDate>
  </HistoryPackageSummary>
  <HistoryPackageSummary>
    <AccessorialTotal>10</AccessorialTotal>
    <ActualWeight>3</ActualWeight>
    <ClientRate>9</ClientRate>
    <ClientShipWeight>8</ClientShipWeight>
    <DimHeight>7</DimHeight>
    <DimLength>5</DimLength>
    <DimWidth>6</DimWidth>
    <PackageID>1</PackageID>
    <Status>sample string 14</Status>
    <SurchargeTotal>4</SurchargeTotal>
    <TotalFreight>11</TotalFreight>
    <TrackingNumber>sample string 2</TrackingNumber>
    <UpdatedByName>sample string 12</UpdatedByName>
    <UpdatedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2026-04-04T04:38:41.2016274Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>-420</d3p1:OffsetMinutes>
    </UpdatedDate>
  </HistoryPackageSummary>
</ArrayOfHistoryPackageSummary>