Delete record from Suppliers table by specified primary key
Method | /DeleteSupplier |
The request body is of type DeleteSupplier.
Name | Description | Data Type |
---|---|---|
itemId | xml:int | |
isDeleteDerivedRecord | xml:boolean |
|
The response body is of type DeleteSupplierResponse.
Name | Description | Data Type |
---|---|---|
DeleteSupplierResult | xml:boolean |
|