Manufacturer Part Lookup
Represents a part lookup request sent to the manufacturer's system. Tracks who requested it, the part details, order type, and the manufacturer's response.
| Property | Summary |
|---|---|
BranchHashID string |
The Branch Hash ID from the Identity System. |
CompanyHashID string |
The Company Hash ID from the Identity System. |
UserID long? |
The ID of the user who initiated the lookup request. |
UserEmail string? |
The email address of the user who initiated the lookup request. |
PartNumber string |
The part number being looked up at the manufacturer. |
Quantity decimal |
The quantity requested for this part. |
OrderType ManufacturerOrderType |
The type of manufacturer order (e.g., Stock or Emergency). |
LogId string? |
An optional log identifier for tracing this lookup request. |
Status ManufacturerPartLookupStatus |
The current status of this manufacturer part lookup request. |
ManufacturerResult IEnumerable<KeyValuePair<string, string>>? |
Key-value pairs returned by the manufacturer's system as the lookup result. |