POST v6/conditioning/conditioningProcess/ticInformation/save
Create or Update an Existing ConditioningProcess
Request Information
URI Parameters
None.
Body Parameters
ConditioningProcessTicInformationPostModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ConditioningProcessId |
ConditioningProcessId |
integer |
None. |
| ProcessName |
ProcessName |
string |
None. |
| ProcessStatus |
ProcessStatus |
boolean |
None. |
| TicType |
TicType |
string |
None. |
| SkuFamily |
SkuFamily |
string |
None. |
| TicMaterialId |
TicMaterialId |
integer |
None. |
| NumberOfTics |
NumberOfTics |
integer |
None. |
| TicMaterial2Id |
TicMaterialId |
integer |
None. |
| NumberOfTics2 |
NumberOfTics |
integer |
None. |
| NeedToScan |
NeedToScan |
boolean |
None. |
| Locations |
LocationId |
Collection of LocationDetailModel |
None. |
| EquipmentLayouts |
EquipmentIds |
Collection of EquipmentLayoutDetailModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"conditioningProcessId": 1,
"processName": "sample string 2",
"processStatus": true,
"ticType": "sample string 4",
"skuFamily": "sample string 5",
"ticMaterialId": 6,
"numberOfTics": 7,
"ticMaterial2Id": 1,
"numberOfTics2": 1,
"needToScan": true,
"locations": [
{
"locationId": 1,
"locationName": "sample string 2"
},
{
"locationId": 1,
"locationName": "sample string 2"
}
],
"equipmentLayouts": [
{
"equipmentLayoutId": 1,
"equipmentLayoutName": "sample string 2"
},
{
"equipmentLayoutId": 1,
"equipmentLayoutName": "sample string 2"
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.