GET api/WLShipment/packages/{ShipmentID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ShipmentID

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of WLPackageEx
NameDescriptionTypeAdditional information
PackageId

integer

None.

ShipmentId

integer

None.

ActualWeight

decimal number

None.

BilledWeight

decimal number

None.

ExpectedWeight

decimal number

None.

Length

decimal number

None.

Width

decimal number

None.

Height

decimal number

None.

Dims

string

None.

DimUnits

string

None.

DimWeightUsed

boolean

None.

DeliveryDay

string

None.

DeliveryDate

date

None.

TrackingNumber

string

None.

DiscountedBaseFreight

decimal number

None.

DiscountedSpecialServices

decimal number

None.

DiscountedTotalFreight

decimal number

None.

PublishedBaseFreight

decimal number

None.

PublishedSpecialServices

decimal number

None.

PublishedTotalFreight

decimal number

None.

CustomerBaseFreight

decimal number

None.

CustomerSpecialServices

decimal number

None.

CustomerTotalFreight

decimal number

None.

DeclaredValue

decimal number

None.

DeleteFlag

integer

None.

PackageOrder

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PackageId": 1,
    "ShipmentId": 2,
    "ActualWeight": 3.0,
    "BilledWeight": 4.0,
    "ExpectedWeight": 5.0,
    "Length": 6.0,
    "Width": 7.0,
    "Height": 8.0,
    "Dims": "sample string 9",
    "DimUnits": "sample string 10",
    "DimWeightUsed": true,
    "DeliveryDay": "sample string 12",
    "DeliveryDate": "2025-12-06T23:43:39.4028866+00:00",
    "TrackingNumber": "sample string 14",
    "DiscountedBaseFreight": 15.0,
    "DiscountedSpecialServices": 16.0,
    "DiscountedTotalFreight": 17.0,
    "PublishedBaseFreight": 18.0,
    "PublishedSpecialServices": 19.0,
    "PublishedTotalFreight": 20.0,
    "CustomerBaseFreight": 21.0,
    "CustomerSpecialServices": 22.0,
    "CustomerTotalFreight": 23.0,
    "DeclaredValue": 24.0,
    "DeleteFlag": 25,
    "PackageOrder": 26
  },
  {
    "PackageId": 1,
    "ShipmentId": 2,
    "ActualWeight": 3.0,
    "BilledWeight": 4.0,
    "ExpectedWeight": 5.0,
    "Length": 6.0,
    "Width": 7.0,
    "Height": 8.0,
    "Dims": "sample string 9",
    "DimUnits": "sample string 10",
    "DimWeightUsed": true,
    "DeliveryDay": "sample string 12",
    "DeliveryDate": "2025-12-06T23:43:39.4028866+00:00",
    "TrackingNumber": "sample string 14",
    "DiscountedBaseFreight": 15.0,
    "DiscountedSpecialServices": 16.0,
    "DiscountedTotalFreight": 17.0,
    "PublishedBaseFreight": 18.0,
    "PublishedSpecialServices": 19.0,
    "PublishedTotalFreight": 20.0,
    "CustomerBaseFreight": 21.0,
    "CustomerSpecialServices": 22.0,
    "CustomerTotalFreight": 23.0,
    "DeclaredValue": 24.0,
    "DeleteFlag": 25,
    "PackageOrder": 26
  }
]

application/xml, text/xml

Sample:
<ArrayOfWLPackageEx xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
  <WLPackageEx>
    <ActualWeight>3</ActualWeight>
    <BilledWeight>4</BilledWeight>
    <CustomerBaseFreight>21</CustomerBaseFreight>
    <CustomerSpecialServices>22</CustomerSpecialServices>
    <CustomerTotalFreight>23</CustomerTotalFreight>
    <DeclaredValue>24</DeclaredValue>
    <DeleteFlag>25</DeleteFlag>
    <DeliveryDate>2025-12-06T23:43:39.4028866+00:00</DeliveryDate>
    <DeliveryDay>sample string 12</DeliveryDay>
    <DimUnits>sample string 10</DimUnits>
    <DimWeightUsed>true</DimWeightUsed>
    <Dims>sample string 9</Dims>
    <DiscountedBaseFreight>15</DiscountedBaseFreight>
    <DiscountedSpecialServices>16</DiscountedSpecialServices>
    <DiscountedTotalFreight>17</DiscountedTotalFreight>
    <ExpectedWeight>5</ExpectedWeight>
    <Height>8</Height>
    <Length>6</Length>
    <PackageId>1</PackageId>
    <PackageOrder>26</PackageOrder>
    <PublishedBaseFreight>18</PublishedBaseFreight>
    <PublishedSpecialServices>19</PublishedSpecialServices>
    <PublishedTotalFreight>20</PublishedTotalFreight>
    <ShipmentId>2</ShipmentId>
    <TrackingNumber>sample string 14</TrackingNumber>
    <Width>7</Width>
  </WLPackageEx>
  <WLPackageEx>
    <ActualWeight>3</ActualWeight>
    <BilledWeight>4</BilledWeight>
    <CustomerBaseFreight>21</CustomerBaseFreight>
    <CustomerSpecialServices>22</CustomerSpecialServices>
    <CustomerTotalFreight>23</CustomerTotalFreight>
    <DeclaredValue>24</DeclaredValue>
    <DeleteFlag>25</DeleteFlag>
    <DeliveryDate>2025-12-06T23:43:39.4028866+00:00</DeliveryDate>
    <DeliveryDay>sample string 12</DeliveryDay>
    <DimUnits>sample string 10</DimUnits>
    <DimWeightUsed>true</DimWeightUsed>
    <Dims>sample string 9</Dims>
    <DiscountedBaseFreight>15</DiscountedBaseFreight>
    <DiscountedSpecialServices>16</DiscountedSpecialServices>
    <DiscountedTotalFreight>17</DiscountedTotalFreight>
    <ExpectedWeight>5</ExpectedWeight>
    <Height>8</Height>
    <Length>6</Length>
    <PackageId>1</PackageId>
    <PackageOrder>26</PackageOrder>
    <PublishedBaseFreight>18</PublishedBaseFreight>
    <PublishedSpecialServices>19</PublishedSpecialServices>
    <PublishedTotalFreight>20</PublishedTotalFreight>
    <ShipmentId>2</ShipmentId>
    <TrackingNumber>sample string 14</TrackingNumber>
    <Width>7</Width>
  </WLPackageEx>
</ArrayOfWLPackageEx>