Used to create kits in warehouse
These are params:
| Parameter | Data Type | Compulsory/Optional | Description |
|---|---|---|---|
| SecureKey | Compulsory | Unique key for accessing the API | |
| kitName | Compulsory | Title for the ticket | |
| kitNumber | Optional | If it’s not given will be auto generated | |
| description | Optional | description | |
| warehouseCode | Compulsory | Warehouse Code in erp | |
| products | Compulsory | As JSON [{"PartNumber":"P1003","MRP":3,"Quantity":30},{"PartNumber":"P110001","MRP":15,"Quantity":2}] |
ON SUCCESS
{
"kitNumber": "ZAUATE/KIT/2022/6",
"message": "Product kit created successfully",
"messageType": "Success"
}