GET api/Breeder/LookupPetClubsPet?registrationNumber={registrationNumber}&speciesId={speciesId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| registrationNumber | string |
Required |
|
| speciesId | globally unique identifier |
None. |
Body Parameters
None.
Response Information
Resource Description
Pet| Name | Description | Type | Additional information |
|---|---|---|---|
| IsNextVacVetChecked | boolean |
None. |
|
| BreedId | globally unique identifier |
None. |
|
| Cost | decimal number |
None. |
|
| DateOfBirth | date |
None. |
|
| DateOfBirthExact | boolean |
None. |
|
| GenderId | globally unique identifier |
None. |
|
| HadPriorThirdPartyLiabilityClaim | boolean |
None. |
|
| Id | globally unique identifier |
None. |
|
| IllnessOrInjury | boolean |
None. |
|
| LastVaccinatedDate | date |
None. |
|
| MicrochipNumber | string |
None. |
|
| Name | string |
None. |
|
| PolicyStartDate | date |
None. |
|
| PetSizeId | globally unique identifier |
None. |
|
| SpeciesId | globally unique identifier |
None. |
|
| Vaccinated | boolean |
None. |
|
| VetId | globally unique identifier |
None. |
|
| VetChecked | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsNextVacVetChecked": true,
"BreedId": "9ad370cf-2774-46fa-b1f7-9fc2f0195b83",
"Cost": 1.0,
"DateOfBirth": "2026-05-09T13:01:43.4746634+01:00",
"DateOfBirthExact": true,
"GenderId": "bd9b83e0-f1b7-4c33-a183-5c7d303b5692",
"HadPriorThirdPartyLiabilityClaim": true,
"Id": "2a07707e-9b9f-4254-a375-935cb2c29b9f",
"IllnessOrInjury": true,
"LastVaccinatedDate": "2026-05-09T13:01:43.4746634+01:00",
"MicrochipNumber": "sample string 7",
"Name": "sample string 8",
"PolicyStartDate": "2026-05-09T13:01:43.4746634+01:00",
"PetSizeId": "267e8bb3-6150-4ec6-88e5-ba395201568a",
"SpeciesId": "d49cda1d-6bbf-4b26-ac38-cc0975df4be9",
"Vaccinated": true,
"VetId": "6515df57-36c4-45f2-b734-a78c08421fa7",
"VetChecked": true
}
application/xml, text/xml
Sample:
<Pet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models"> <BreedId>9ad370cf-2774-46fa-b1f7-9fc2f0195b83</BreedId> <Cost>1</Cost> <DateOfBirth>2026-05-09T13:01:43.4746634+01:00</DateOfBirth> <DateOfBirthExact>true</DateOfBirthExact> <GenderId>bd9b83e0-f1b7-4c33-a183-5c7d303b5692</GenderId> <HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim> <Id>2a07707e-9b9f-4254-a375-935cb2c29b9f</Id> <IllnessOrInjury>true</IllnessOrInjury> <IsNextVacVetChecked>true</IsNextVacVetChecked> <LastVaccinatedDate>2026-05-09T13:01:43.4746634+01:00</LastVaccinatedDate> <MicrochipNumber>sample string 7</MicrochipNumber> <Name>sample string 8</Name> <PetSizeId>267e8bb3-6150-4ec6-88e5-ba395201568a</PetSizeId> <PolicyStartDate>2026-05-09T13:01:43.4746634+01:00</PolicyStartDate> <SpeciesId>d49cda1d-6bbf-4b26-ac38-cc0975df4be9</SpeciesId> <Vaccinated>true</Vaccinated> <VetChecked>true</VetChecked> <VetId>6515df57-36c4-45f2-b734-a78c08421fa7</VetId> </Pet>