IBusinessObjectApiGetManifestItems Method | |
Get CloseManifest Items
Namespace:
PSI.Sox.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax List<ManifestItem> GetManifestItems(
UserContext userContext,
string shipper,
string carrier
)
List<ManifestItem^>^ GetManifestItems(
UserContext^ userContext,
String^ shipper,
String^ carrier
)
function GetManifestItems(userContext, shipper, carrier);
Parameters
- userContext
- Type: PSI.SoxUserContext
- shipper
- Type: SystemString
- carrier
- Type: SystemString
Return Value
Type:
ListManifestItemSee Also