Skip to main content

Remove Stock

Delete stock based by Id.

Query String Parameters

NameTypeDescriptionRequired
ActionStringDeleteStockMakeModelRequired
StockIdIntUnique Id of the stock.Required

Response Codes

CodeMessageInformation
0Response DataSee 'Response' example tab
2Missing parameters stockidMandatory parameter was not supplied
2StockId not a valid integer valueInteger value is invalid or was not specified (when required)
2Error MessagePlease contact Support providing the parameters used and the error message returned

Example

Request URL

https://webservice.bigchange.com/v01/services.ashx?action=DeleteStockMakeModel&StockId=1234567