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 |
---|---|---|---|
ActivityGroups | Collection of ActivityGroup |
None. |
|
AggressiveBehaviour | 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. |
|
IsMicrochipped | boolean |
None. |
|
IsNeutered | boolean |
None. |
|
IsVaccinated | boolean |
None. |
|
LastVaccinatedDate | date |
None. |
|
MicrochipNumber | string |
None. |
|
Name | string |
None. |
|
PolicyStartDate | date |
None. |
|
SpeciesId | globally unique identifier |
None. |
|
SubSpeciesId | globally unique identifier |
None. |
|
VetChecked | boolean |
None. |
|
VetId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "ActivityGroups": [ { "Id": "7e12bcea-cd48-4966-abc0-1d8cbfe4e994", "Name": "sample string 2", "Description": "sample string 3", "MappingValue": 1, "MtaOnly": true, "Priority": 1 }, { "Id": "7e12bcea-cd48-4966-abc0-1d8cbfe4e994", "Name": "sample string 2", "Description": "sample string 3", "MappingValue": 1, "MtaOnly": true, "Priority": 1 } ], "AggressiveBehaviour": true, "BreedId": "6a41eacc-6f7e-4ef8-96d0-0c13506f6fd8", "Cost": 1.0, "DateOfBirth": "2025-08-27T03:36:02.9523112+01:00", "DateOfBirthExact": true, "GenderId": "660eb466-dc98-45b3-b583-e356d13321fd", "HadPriorThirdPartyLiabilityClaim": true, "Id": "8ebda7c0-a2ee-457f-88d3-6a1849c6b9a1", "IllnessOrInjury": true, "IsMicrochipped": true, "IsNeutered": true, "IsVaccinated": true, "LastVaccinatedDate": "2025-08-27T03:36:02.9523112+01:00", "MicrochipNumber": "sample string 7", "Name": "sample string 8", "PolicyStartDate": "2025-08-27T03:36:02.9523112+01:00", "SpeciesId": "ee22058c-ccc6-4813-b7b2-c59947ade23b", "SubSpeciesId": "74a23058-34fd-4377-a58f-32725c296fa5", "VetChecked": true, "VetId": "fff5e6a6-566b-4339-83b3-92f4f89b3814" }
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"> <ActivityGroups> <ActivityGroup> <Description>sample string 3</Description> <Id>7e12bcea-cd48-4966-abc0-1d8cbfe4e994</Id> <MappingValue>1</MappingValue> <MtaOnly>true</MtaOnly> <Name>sample string 2</Name> <Priority>1</Priority> </ActivityGroup> <ActivityGroup> <Description>sample string 3</Description> <Id>7e12bcea-cd48-4966-abc0-1d8cbfe4e994</Id> <MappingValue>1</MappingValue> <MtaOnly>true</MtaOnly> <Name>sample string 2</Name> <Priority>1</Priority> </ActivityGroup> </ActivityGroups> <AggressiveBehaviour>true</AggressiveBehaviour> <BreedId>6a41eacc-6f7e-4ef8-96d0-0c13506f6fd8</BreedId> <Cost>1</Cost> <DateOfBirth>2025-08-27T03:36:02.9523112+01:00</DateOfBirth> <DateOfBirthExact>true</DateOfBirthExact> <GenderId>660eb466-dc98-45b3-b583-e356d13321fd</GenderId> <HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim> <Id>8ebda7c0-a2ee-457f-88d3-6a1849c6b9a1</Id> <IllnessOrInjury>true</IllnessOrInjury> <IsMicrochipped>true</IsMicrochipped> <IsNeutered>true</IsNeutered> <IsVaccinated>true</IsVaccinated> <LastVaccinatedDate>2025-08-27T03:36:02.9523112+01:00</LastVaccinatedDate> <MicrochipNumber>sample string 7</MicrochipNumber> <Name>sample string 8</Name> <PolicyStartDate>2025-08-27T03:36:02.9523112+01:00</PolicyStartDate> <SpeciesId>ee22058c-ccc6-4813-b7b2-c59947ade23b</SpeciesId> <SubSpeciesId>74a23058-34fd-4377-a58f-32725c296fa5</SubSpeciesId> <VetChecked>true</VetChecked> <VetId>fff5e6a6-566b-4339-83b3-92f4f89b3814</VetId> </Pet>