GET mwa_ws/Inventory.svc/update_whse_request?key={key}&action={action}&serial={serial}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
|
| action | string |
Required |
|
| serial | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Message | string |
None. |
|
| Exception | string |
None. |
Response Formats
application/xml, text/xml
Sample:
<Result xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Code="1" Message="sample string 2"> <Exception>sample string 3</Exception> </Result>