POST api/WMSLocation/AddUpdateWIPLocation
Request Information
URI Parameters
None.
Body Parameters
MMCProdTableWIPLocation| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| WIPLocation | string |
None. |
|
| ProdId | string |
None. |
|
| OprId | string |
None. |
|
| WIPStatusId | integer |
None. |
|
| Notes | string |
None. |
|
| Employee | string |
None. |
|
| CurrentQty | string |
None. |
|
| SiteId | string |
None. |
|
| ItemId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"WIPLocation": "sample string 2",
"ProdId": "sample string 3",
"OprId": "sample string 4",
"WIPStatusId": 5,
"Notes": "sample string 6",
"Employee": "sample string 7",
"CurrentQty": "sample string 8",
"SiteId": "sample string 9",
"ItemId": "sample string 10"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"