# Get supplied Returns a single Supplied by its unique identifier. Endpoint: GET /site/{siteId}/ahds/v1/supplied/{suppliedId} Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier - `suppliedId` (string, required) Supplied unique identifier (UUID) ## Response 200 fields (application/json): - `batchNumber` (string, required) Batch or lot number associated with the supplied product. - `clientProvidedId` (string, required) Optional client-supplied identifier for this supplied record. Example: "123e4567-e89b-12d3-a456-426614174000" - `createdAt` (string, required) Timestamp when this record was created in the source system. Example: "2025-01-01T00:00:00.000Z" - `expiryDate` (string, required) Expiry date of the supplied batch, if applicable. Example: "2025-01-01T00:00:00Z" - `extensions` (object, required) Vendor- or practice-specific extensions. - `isActive` (boolean, required) Indicates whether this supplied record is active (not fully reversed or deleted). - `locationId` (string, required) Inventory location or store where the product was supplied. Example: "123e4567-e89b-12d3-a456-426614174000" - `notes` (string, required) Free-text notes about this supplied record. - `productId` (string, required) Reference to the product that was supplied. Example: "123e4567-e89b-12d3-a456-426614174000" - `quantity` (object, required) Quantity of product supplied. - `quantity.value` (number, required) Numeric value - `quantity.unit` (string, required) Unit of measure - `quantity.system` (string) Unit system URI - `referenceNumber` (string, required) External reference such as supplier invoice number or delivery note. - `suppliedAt` (string, required) Date and time when the product was supplied/received into inventory. Example: "2025-01-01T00:00:00.000Z" - `suppliedId` (string, required) Canonical identifier for this supplied inventory record. Example: "123e4567-e89b-12d3-a456-426614174000" - `supplierId` (string, required) Reference to the supplier providing the product. Example: "123e4567-e89b-12d3-a456-426614174000" - `totalCost` (object, required) Total cost for this supplied line (quantity × unitCost). - `unitCost` (object, required) Cost per unit of the supplied product. - `updatedAt` (string, required) Timestamp when this record was last updated in the source system. Example: "2025-01-01T00:00:00.000Z" ## Response 401 fields ## Response 404 fields