Remove Stock
Delete stock based by Id.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | DeleteStockMakeModel | Required |
StockId | Int | Unique Id of the stock. | Required |
Response Codes
Code | Message | Information |
---|---|---|
0 | Response Data | See 'Response' example tab |
2 | Missing parameters stockid | Mandatory parameter was not supplied |
2 | StockId not a valid integer value | Integer value is invalid or was not specified (when required) |
2 | Error Message | Please contact Support providing the parameters used and the error message returned |
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=DeleteStockMakeModel&StockId=1234567
Response Data
{ "Code": 0, "Result": "Stock Deleted :1234567" }