PurchaseLotDetail


Description

Lot details for a purchase receipt line.

Properties

Property

Type

Length

Default

Description

Key

PurchaseLotDetailKey

N/A

N/A

The purcase lot detail key object that identifies the purchase lot detail.

LotNumber

string

20

Empty

The lot number.

Quantity

Quantity

N/A

0

The quantity of items selected from the lot number specified.

Bin

string

15

Empty

The bin number. Only provide when using multiple bins.

ManufacturedDate

dateTime

N/A

N/A

The date the item was made. This property is read-only.

ExpirationDate

dateTime

N/A

N/A

The date the item will expire. This property is read-only.

DateReceived

dateTime

N/A

N/A

The date the item was received. This property is read-only.

DateSequenceNumber

decimal

N/A

N/A

The received sequence number. This property is read-only.

UnitCost

MoneyAmount

N/A

N/A

The cost per unit of measure. This property is read-only.


Inherits from

BusinessObject


Documentation Feedback