GET api/audPackageSummary/related?CarrierID={CarrierID}&ShipPackageID={ShipPackageID}

Get a list of audPackageBase records for all packages associated with the specified ShipmentPackageID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CarrierID

The text 'name' for the import table/carrier

integer

Required

ShipPackageID

The ShipmentPackageID from the Ship table (shp.ShipmentPackage)

integer

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.