POST v1/vipTubBuild/save
VIP Tub Build
Request Information
URI Parameters
None.
Body Parameters
OperationVIPTubModel| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkOrderID | integer |
None. |
|
| BaseRTIID | integer |
None. |
|
| PanelRTIID | integer |
None. |
|
| Quantity | integer |
None. |
|
| LocationZoneID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"workOrderID": 1,
"baseRTIID": 2,
"panelRTIID": 3,
"quantity": 4,
"locationZoneID": 5
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.