Activate Stock Master

PUT/api/v1/stock/master/activate

Create stock IO movement then set stock master quantities, required before stock is consumable in sales.

Requires x-api-key

http://localhost:8100/api/v1/stock/master/activate

Headers

FieldTypeRequiredDescription
x-api-keystringRequiredYour Ushuru API key
curl -X PUT http://localhost:8100/api/v1/stock/master/activate \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"itemCd":"SV0000000Z001","rsdQty":10}'