Update Manufacturer Lookup Status
DTO for updating the status of a manufacturer part lookup request.
| Property | Summary |
|---|---|
PartNumber string |
The part number that was looked up. |
Status ManufacturerPartLookupStatus |
The new status to set (Pending, Resolved, UnResolved). |
ManufacturerResult IEnumerable<KeyValuePairDTO>? |
The manufacturer result key-value pairs, if resolved. |