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
| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.