POST v1/phase1Build/save
Phase 1 Build
Request Information
URI Parameters
None.
Body Parameters
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. |
Request 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"
}
Response Information
Resource Description
MasterLabelModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MasterLabelID |
Unique identifier of the master label |
integer |
None. |
| MasterLabel |
Master Label number |
string |
None. |
| IsMixedPallet |
Indicator if mixed or master label |
boolean |
None. |
| Location |
Location |
LocationModel |
None. |
| CreationDate |
Creation Date |
date |
None. |
| InactiveDate | date |
None. |
|
| CreatedBy |
Created By |
string |
None. |
| RTICount |
RTI Count |
integer |
None. |
| RTIs |
List of RTIs on Master Label |
Collection of RTIModel |
None. |
| LocationZone | LocationZoneModel |
None. |
|
| ItemsPerPallet | integer |
None. |
|
| SKU | SKUModel |
None. |
|
| IsActive | boolean |
None. |
|
| WorkOrder | string |
None. |
|
| SalesOrder | string |
None. |
|
| PartNumber | string |
None. |
|
| Quantity | decimal number |
None. |
|
| OriginLocationZone | LocationZoneModel |
None. |
|
| OriginPalletID | integer |
None. |
|
| PrimaryLotNumber | string |
None. |
|
| SecondaryLotNumber | string |
None. |
|
| BestByDate | date |
None. |
|
| CreatedFrom | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.