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": "23365943-19e5-420b-a4c2-7bf5b52ea6a4",
"Cost": 1.0,
"DateOfBirth": "2026-06-24T20:46:30.1169708+01:00",
"DateOfBirthExact": true,
"GenderId": "fbd6dd4e-2058-44f0-b236-30219bc44bfb",
"HadPriorThirdPartyLiabilityClaim": true,
"Id": "21607790-96ed-47a3-be2c-433a341d4160",
"IllnessOrInjury": true,
"LastVaccinatedDate": "2026-06-24T20:46:30.1169708+01:00",
"MicrochipNumber": "sample string 7",
"Name": "sample string 8",
"PolicyStartDate": "2026-06-24T20:46:30.1169708+01:00",
"PetSizeId": "f08d4b61-b41f-4ee7-a4b9-39a3f9afd115",
"SpeciesId": "fea57c47-2d64-47f2-b5c1-e75dc3b60d29",
"Vaccinated": true,
"VetId": "d3d54296-0ed1-4794-a9e4-6741d59497fe",
"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>23365943-19e5-420b-a4c2-7bf5b52ea6a4</BreedId> <Cost>1</Cost> <DateOfBirth>2026-06-24T20:46:30.1169708+01:00</DateOfBirth> <DateOfBirthExact>true</DateOfBirthExact> <GenderId>fbd6dd4e-2058-44f0-b236-30219bc44bfb</GenderId> <HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim> <Id>21607790-96ed-47a3-be2c-433a341d4160</Id> <IllnessOrInjury>true</IllnessOrInjury> <IsNextVacVetChecked>true</IsNextVacVetChecked> <LastVaccinatedDate>2026-06-24T20:46:30.1169708+01:00</LastVaccinatedDate> <MicrochipNumber>sample string 7</MicrochipNumber> <Name>sample string 8</Name> <PetSizeId>f08d4b61-b41f-4ee7-a4b9-39a3f9afd115</PetSizeId> <PolicyStartDate>2026-06-24T20:46:30.1169708+01:00</PolicyStartDate> <SpeciesId>fea57c47-2d64-47f2-b5c1-e75dc3b60d29</SpeciesId> <Vaccinated>true</Vaccinated> <VetChecked>true</VetChecked> <VetId>d3d54296-0ed1-4794-a9e4-6741d59497fe</VetId> </Pet>