/
Delete units from the Inventory

Delete units from the Inventory

Use this method to delete items from the available Inventory in Units in Komet Sales.

Valid Tokens: Company.


Related Articles

Request


URL: https://api.kometsales.com/api/inventory.units.delete

Method: POST

Content-Type: application/JSON


Input Parameters

authenticationToken (required)(string:50)

Komet Sales security token.


productCode (required)(string:20)

Komet Sales inventory item product code.


stemsBunch (required)(integer:10)

Stems per bunch.


unitType (required) (string:5)

Unit type.

Valid values: Stem or Bunch


quantity (required)(integer: 10)

Total units you are adding to the Inventory.


block (required)(string:20)

Block code.


bed (required)(string:20)

Bed code.


cutter (integer:10)

Cutter code.


customerCode (string:20)

Customer code.


cutDate (optional)(date)

The cut date.

Date format: YYYY-MM-DD 


{ "authenticationToken": "tkcldomk9s2sb973i0seag334o", "productCode": "235284", "stemsBunch": 10, "unitType": "Bunch", "quantity": 10, "bed": "1-A", "cutter": 123, "customerCode": "365634", "cutDate": "2020-08-15" }

 

Response


message (string:500)

Transaction status description.


status (integer:1)

Transaction status.

Valid values: 1 = Success | 0 = Failure


{ "message": "The inventory in units has been decreased by 10 bunches successfully", "status": "1" }
Peacock

Related content

Add units to the Inventory
Add units to the Inventory
More like this
Delete an Inventory line
Delete an Inventory line
More like this
Update Inventory
Update Inventory
More like this
Delete an Item from a Prebook
Delete an Item from a Prebook
More like this
Remove Expired Inventory
Remove Expired Inventory
More like this
Add Inventory
Add Inventory
More like this