# Create country Creates a new Country record. Country resource in the Animal Health Data Store Endpoint: POST /site/{siteId}/ahds/v1/country Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier ## Request fields (application/json): - `code` (string, required) Country code, typically ISO 3166-1 alpha-2 or alpha-3. - `countryId` (string, required) Canonical unique identifier for the country. Example: "123e4567-e89b-12d3-a456-426614174000" - `extensions` (object) Vendor- or practice-specific extensions. - `isActive` (boolean, required) Whether this country is active/usable in the system. - `name` (string, required) Localized display name of the country. ## Response 201 fields (application/json): - `code` (string, required) Country code, typically ISO 3166-1 alpha-2 or alpha-3. - `countryId` (string, required) Canonical unique identifier for the country. Example: "123e4567-e89b-12d3-a456-426614174000" - `createdAt` (string, required) Timestamp when the country record was created in the source system. Example: "2025-01-01T00:00:00.000Z" - `extensions` (object, required) Vendor- or practice-specific extensions. - `isActive` (boolean, required) Whether this country is active/usable in the system. - `name` (string, required) Localized display name of the country. - `updatedAt` (string, required) Timestamp when the country record was last updated in the source system. Example: "2025-01-01T00:00:00.000Z" ## Response 400 fields ## Response 401 fields ## Response 409 fields