POST v1/hotSideProduction/{workOrderID}/complete
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| workOrderID | integer |
Required |
Body Parameters
OperationHotSideModel| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkOrderID | integer |
None. |
|
| Quantity | decimal number |
None. |
|
| PIN | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"workOrderID": 1,
"quantity": 2.1,
"pin": "sample string 3"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.