AH
Size: a a a
AH
SN
AH
VK
VK
R
R
SN
R
SN
R
VK
SN
R
Д
AH
type PoDetail =
{ PoNum: string
PurchaseReferenceLineNumber: int
PoQty: int }
type WhsePackSell =
{ Value: double
Uom: string }
type Item =
{ ItemNumber: int
ItemUPC: string
CaseUPC: string
PurchaseCompanyId: int
FinancialReportingGroup: string
BaseDivisionCode: string
VendorPkRatio: int
WarehousePkRatio: int
UnitOfMeasurement: string
AvailabletosellQty: int
AvailableNonPickableQty: int
ClaimsQty: int
AllocatedQty: int
FrozenQty: int
OnorderQty: int
PickedQty: int
IntransitQty: int
ProblemfreightQty: int
ReceivedQty: int
WorkInProgressQty: int
QualitycontrolQty: int
PoType: string
ChannelType: string
RotateDate: DateTimeOffset
WhsePackSell: WhsePackSell
OrderDetails: obj array
PoDetails: PoDetail array
PurchaseReferenceLineNumbers: int array }
type TrackingEvent =
{ TrackingId: string
ContainerId: int
ContainerTypeAbbr: string
CountryCode: string
DcNumber: int
DestinationLocationId: int
ItemList: Item list
ChildContainers: obj array
RotateDates: DateTimeOffset array
LotNumbers: obj array
PoNums: int array
IsNetItemWeightCalc: bool
ItemWeightUOM: string
ItemNetWeight: double
IsContainerCubeCalc: bool
ContainerCubeUOM: string
ContainerCube: int
ContainerCreatedDate: DateTimeOffset
ContainerStatus: string
IsShippable: bool
IsReusable: bool
DeliveryNumber: string
LocationName: string
LocationOrgUnitId: int
WarehouseArea: obj }
type SuperEvent<'a> =
{ Id: Guid
CorrelationId: string
User: string
Event: string
OccuredOn: DateTimeOffset
EventObject: 'a }
AH
AH