GET v1/phase1Build/workOrderLookup/{workOrderID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| workOrderID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Phase1BuildModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FieldToShow | string |
None. |
|
| WorkOrderID | integer |
None. |
|
| LidRTIID | integer |
None. |
|
| VIPTubBuildWorkOrderID | integer |
None. |
|
| LidLotNumber | string |
None. |
|
| MasterLabel | string |
None. |
|
| Barcode | string |
None. |
|
| LocationZoneID | integer |
None. |
|
| NumberPerPallet | integer |
None. |
|
| PartNumber | string |
None. |
|
| PartDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"fieldToShow": "sample string 1",
"workOrderID": 2,
"lidRTIID": 3,
"vipTubBuildWorkOrderID": 4,
"lidLotNumber": "sample string 5",
"masterLabel": "sample string 6",
"barcode": "sample string 7",
"locationZoneID": 8,
"numberPerPallet": 9,
"partNumber": "sample string 10",
"partDescription": "sample string 11"
}