Save Stock Master (Full)

PUT/api/v1/stock/master/full

Pass-through to Kenya Revenue Authority saveStockMaster with the full request body.

Requires x-api-key

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

Headers

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