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": "67c5a278-ec8a-47ef-832e-088f02e1a9f5",
"Cost": 1.0,
"DateOfBirth": "2026-03-23T20:16:28.6566628+00:00",
"DateOfBirthExact": true,
"GenderId": "32f2db84-6913-47c7-ad26-ef50846bbcee",
"HadPriorThirdPartyLiabilityClaim": true,
"Id": "89b3c640-ba79-4ec6-b15c-947f104950a9",
"IllnessOrInjury": true,
"LastVaccinatedDate": "2026-03-23T20:16:28.6566628+00:00",
"MicrochipNumber": "sample string 7",
"Name": "sample string 8",
"PolicyStartDate": "2026-03-23T20:16:28.6566628+00:00",
"PetSizeId": "79902786-e424-40ab-9a80-305e3d083f2d",
"SpeciesId": "0bdcbfc1-4c0d-4457-9705-0370a15ac385",
"Vaccinated": true,
"VetId": "fcc4d8de-507f-473f-b978-9b10cb8ef223",
"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>67c5a278-ec8a-47ef-832e-088f02e1a9f5</BreedId> <Cost>1</Cost> <DateOfBirth>2026-03-23T20:16:28.6566628+00:00</DateOfBirth> <DateOfBirthExact>true</DateOfBirthExact> <GenderId>32f2db84-6913-47c7-ad26-ef50846bbcee</GenderId> <HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim> <Id>89b3c640-ba79-4ec6-b15c-947f104950a9</Id> <IllnessOrInjury>true</IllnessOrInjury> <IsNextVacVetChecked>true</IsNextVacVetChecked> <LastVaccinatedDate>2026-03-23T20:16:28.6566628+00:00</LastVaccinatedDate> <MicrochipNumber>sample string 7</MicrochipNumber> <Name>sample string 8</Name> <PetSizeId>79902786-e424-40ab-9a80-305e3d083f2d</PetSizeId> <PolicyStartDate>2026-03-23T20:16:28.6566628+00:00</PolicyStartDate> <SpeciesId>0bdcbfc1-4c0d-4457-9705-0370a15ac385</SpeciesId> <Vaccinated>true</Vaccinated> <VetChecked>true</VetChecked> <VetId>fcc4d8de-507f-473f-b978-9b10cb8ef223</VetId> </Pet>