# Create site information Creates a new Site Information record. Site Information resource in the Animal Health Data Store Endpoint: POST /site/{siteId}/ahds/v1/site-information Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier ## Request fields (application/json): - `extensions` (object) Vendor- or practice-specific extensions to the canonical SiteInformation resource. - `practiceType` (string, required) Free-text description of the practice type. - `prefix` (string, required) Short code or subdomain prefix used to identify the site in URLs or integrations. - `siteInformationId` (string, required) Canonical identifier for the site.g. 'site_jkjBWPng4gFTqRxYkomWU'). Example: "123e4567-e89b-12d3-a456-426614174000" - `timezone` (object, required) Timezone configuration for the site. - `version` (number, required) System or schema version associated with the site. ## Response 201 fields (application/json): - `createdAt` (string, required) Timestamp when the site record was created in the AHDS system. Example: "2025-01-01T00:00:00.000Z" - `extensions` (object, required) Vendor- or practice-specific extensions to the canonical SiteInformation resource. - `practiceType` (string, required) Free-text description of the practice type. - `prefix` (string, required) Short code or subdomain prefix used to identify the site in URLs or integrations. - `siteInformationId` (string, required) Canonical identifier for the site.g. 'site_jkjBWPng4gFTqRxYkomWU'). Example: "123e4567-e89b-12d3-a456-426614174000" - `timezone` (object, required) Timezone configuration for the site. - `updatedAt` (string, required) Timestamp when the site record was last updated in the AHDS system. Example: "2025-01-01T00:00:00.000Z" - `version` (number, required) System or schema version associated with the site. ## Response 400 fields ## Response 401 fields ## Response 409 fields