Navigation:  Integration via REST web services > Published web services > Supply >

INSDEL

Previous  Top  Next

This method allows deleting a supply by means of a REST web service.

 

Service URL

http://<domain>/apigateway/se/generic/gn_webservice/gn_webservice_execute.php

 

Input parameters

ID #

Constant value

Parameter

Type

Description

cdprod

149

QUERY

NUMERIC

Product code

classname

supply_delete_interface

QUERY

STRING

Class name used in WADL

classpath

sp_import

QUERY

STRING

Path to the class used in WADL

 

Request body

{

   "idobject": "string"

}

 

Output parameter

{

   "success": true,

   "total": 1,

   "results": [

       {

           "Result": true,

           "Code": 1

       }

   ]

}

 

To insert each of these requirement items, the standard documented below must be followed.

 

Request

ID #

Required

Description

idobject

X

Supply ID #.