# Replace inventory supplied product Fully replaces an existing Inventory Supplied Product. All fields must be provided. Endpoint: PUT /site/{siteId}/ahds/v1/inventory-supplied-product/{inventorySuppliedProductId} Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier - `inventorySuppliedProductId` (string, required) Inventory Supplied Product unique identifier (UUID) ## Request fields (application/json): - `batch` (object, required) Batch information for the supplied product. - `extensions` (object, required) Vendor- or practice-specific extensions. - `productId` (string, required) Canonical identifier of the product that was supplied. Example: "123e4567-e89b-12d3-a456-426614174000" - `suppliedQuantity` (number, required) Quantity of the product supplied. Must be strictly positive. ## Response 200 fields (application/json): - `batch` (object, required) Batch information for the supplied product. - `createdAt` (string, required) Timestamp when this supplied product record was created. Example: "2025-01-01T00:00:00.000Z" - `extensions` (object, required) Vendor- or practice-specific extensions. - `inventorySuppliedProductId` (string, required) Canonical identifier for this supplied product record. Example: "123e4567-e89b-12d3-a456-426614174000" - `productId` (string, required) Canonical identifier of the product that was supplied. Example: "123e4567-e89b-12d3-a456-426614174000" - `suppliedQuantity` (number, required) Quantity of the product supplied. Must be strictly positive. - `updatedAt` (string, required) Timestamp when this supplied product record was last updated. Example: "2025-01-01T00:00:00.000Z" ## Response 400 fields ## Response 401 fields ## Response 404 fields