Save Stock Master (Full)
PUT
/api/v1/stock/master/fullPass-through to Kenya Revenue Authority saveStockMaster with the full request body.
Requires x-api-key
http://localhost:8100/api/v1/stock/master/full
Headers
| Field | Type | Required | Description |
|---|---|---|---|
| x-api-key | string | Required | Your 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}'