Operation Id:
wms/stocksdocuments/documents/delete/post [Official Documentaction]
Methods
- type 'pz'|'pw'|'px'|'rx'|'rw'|'mm'
- id Integer
Examples
This function deletes a specific type of document from the Wms Stocks documents with the ID 2.
Loading editor...
const result = await idosellRequest.deleteWmsStocksdocumentsDocuments .type("pz") .id(2) .exec();