api/MultipleLocation/Delete (POST)
Deletes an existing Multiple Location using the supplied keys.
HTTP Method: POST
Required Fields: STORES_CODE, PART_ID, STOCK_LOCATION to locate the record
Requires an Authentication Token in the AuthToken HTTP header. Authentication Tokens are obtained from api/Security/Login (POST).
Returns nothing.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| RequestData | This is a JSON object containing Multiple Location keys.
Delete Multiple Location Example:
{
"STORES_CODE": "MS",
"PART_ID": "MOTOR003",
"STOCK_LOCATION": "ISLE 5/SHELF 2"
}
Returns nothing if successful.
This is like 'Delete' in Expandable.
Accepted Multiple Location Fields:
STORES_CODE, PART_ID, STOCK_LOCATION |
Define this parameter in the request body. |
Response Information
Success:200/OK
Body contains empty JSON object.
Error:
400/Request JSON is invalid.
401/AuthToken was not provided.
401/AuthToken is malformed.
401/AuthToken is expired.
401/AuthToken login failure.
500/(Message)
Body contains JSON object with Message and MessageCode.
Returned Multiple Location Fields:
(None)