Inputs
Returns a collection of ProcessRunOutput objects associated as inputs to a Lot.
Request
| URL |
https://cap.crainwalnut.com/api/traceability/inputs |
| Method |
GET |
Parameters
| Name |
Data Type |
Description |
| customerKey |
Nullable<Integer> |
Designates a limiting factor for the returned collection. Only Lot objects whose Customer is the specified Name will be included |
| productKey |
Nullable<Integer> |
Designates a limiting factor for the returned collection. Only Lot objects whose Product is the specified Product will be included |
| <none> |
DateRange |
Designates a limiting factor for the returned collection. Only Lot objects whose Date is within the specified DateRange will be included |
| Name |
Data Type |
Description |
| lotNumber |
String |
Designates a limiting factor for the returned collection. Only the Lot object whose LotNumber matches the value will be included |
Returns
| Data Type |
Description |
ProcessRunOutput[] |
Refer to data type’s documentation for further information |