DELETE api/externalstocklocation/{id}
This will delete the specified external stock location if the stocklevels are set to 0.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Remarks
None.
Example
None.
Response Information
Resource Description
NotFound = id doesn't exist, Conflict = There are stocklevels on the stock location, Ok = stock location was deleted.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.