DELETE api/externalstocklocation/{id}

This will delete the specified external stock location if the stocklevels are set to 0.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.