Delete supply
This method allows deleting a supply by means of a REST web service.
POST /apigateway/se/generic/gn_webservice/gn_webservice_execute.php
Query parameters:
| Query parameters | Type | Required | Description | 
|---|---|---|---|
cdprod | Numeric | Yes | Product codeConstant value: 149 | 
classname | String | Yes | Name of the class used in WADLConstant value: supply_delete_interface | 
classpath | String | Yes | Path to the class used in WADLConstant value: sp_import | 
Request example:
Supported attributes:
| Request body parameter | Type | Required | Description | 
|---|---|---|---|
idobject | String | Yes | Supply ID # | 
{
  "idobject": "string"
}
Response example:
200 OK
{
  "success": true,
  "total": 1,
  "results": [
    {
      "Result": true,
      "Code": 1
    }
  ]
}