POST api/ProdTable/UpdateWMSLcoation
Request Information
URI Parameters
None.
Body Parameters
SendDataName | Description | Type | Additional information |
---|---|---|---|
ProdId | string |
None. |
|
RecId | integer |
None. |
|
WMSLocation | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProdId": "sample string 1", "RecId": 2, "WMSLocation": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"