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
PetName | 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": "1d1fc74e-3500-4b78-963e-b51348f7eb73", "Cost": 1.0, "DateOfBirth": "2025-09-13T03:25:54.4996833+01:00", "DateOfBirthExact": true, "GenderId": "0ec943b7-c259-4399-bb40-3bb917e07242", "HadPriorThirdPartyLiabilityClaim": true, "Id": "cb3f8522-769b-43d3-b8a8-a4017f498458", "IllnessOrInjury": true, "LastVaccinatedDate": "2025-09-13T03:25:54.4996833+01:00", "MicrochipNumber": "sample string 7", "Name": "sample string 8", "PolicyStartDate": "2025-09-13T03:25:54.4996833+01:00", "PetSizeId": "41ba2622-a971-4b03-94c8-36232bfa01c1", "SpeciesId": "b27ec8c1-1b64-44e8-8b26-154b4443d0f7", "Vaccinated": true, "VetId": "8804b9d7-d9ec-44e4-b5ab-eb03fb858d81", "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>1d1fc74e-3500-4b78-963e-b51348f7eb73</BreedId> <Cost>1</Cost> <DateOfBirth>2025-09-13T03:25:54.4996833+01:00</DateOfBirth> <DateOfBirthExact>true</DateOfBirthExact> <GenderId>0ec943b7-c259-4399-bb40-3bb917e07242</GenderId> <HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim> <Id>cb3f8522-769b-43d3-b8a8-a4017f498458</Id> <IllnessOrInjury>true</IllnessOrInjury> <IsNextVacVetChecked>true</IsNextVacVetChecked> <LastVaccinatedDate>2025-09-13T03:25:54.4996833+01:00</LastVaccinatedDate> <MicrochipNumber>sample string 7</MicrochipNumber> <Name>sample string 8</Name> <PetSizeId>41ba2622-a971-4b03-94c8-36232bfa01c1</PetSizeId> <PolicyStartDate>2025-09-13T03:25:54.4996833+01:00</PolicyStartDate> <SpeciesId>b27ec8c1-1b64-44e8-8b26-154b4443d0f7</SpeciesId> <Vaccinated>true</Vaccinated> <VetChecked>true</VetChecked> <VetId>8804b9d7-d9ec-44e4-b5ab-eb03fb858d81</VetId> </Pet>