POST api/Breeder/AddUpdateLitterPet
Request Information
URI Parameters
None.
Body Parameters
LitterPet| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| LitterId | globally unique identifier |
None. |
|
| PolicyId | globally unique identifier |
None. |
|
| PolicyNumber | string |
None. |
|
| PolicyEffectiveFrom | date |
None. |
|
| Pet | Pet |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "5064138e-91ae-4529-aebe-5b5fd6cd4f58",
"LitterId": "294dda10-0bea-42ac-9624-7be8bebfb7fe",
"PolicyId": "465d1e6b-f64b-42f8-aa81-f6a31aa658a1",
"PolicyNumber": "sample string 1",
"PolicyEffectiveFrom": "2026-08-14T15:45:53.2451722+01:00",
"Pet": {
"IsNextVacVetChecked": true,
"BreedId": "8ad7bcd3-e8fc-4a43-8975-9b1a567433f9",
"Cost": 1.0,
"DateOfBirth": "2026-08-14T15:45:53.2451722+01:00",
"DateOfBirthExact": true,
"GenderId": "db8d2229-e12d-47ed-9a7e-65d141261f9e",
"HadPriorThirdPartyLiabilityClaim": true,
"Id": "e5033d77-0d65-44d8-9670-035f954c86b9",
"IllnessOrInjury": true,
"LastVaccinatedDate": "2026-08-14T15:45:53.2451722+01:00",
"MicrochipNumber": "sample string 7",
"Name": "sample string 8",
"PolicyStartDate": "2026-08-14T15:45:53.2451722+01:00",
"PetSizeId": "6c2bc4c2-14e8-4f77-a13d-c7433fff094f",
"SpeciesId": "69136214-c9d8-4d52-959f-c9eaf65575f6",
"Vaccinated": true,
"VetId": "09a74f22-c716-4e0f-988a-5029689b4f22",
"VetChecked": true
}
}
application/xml, text/xml
Sample:
<LitterPet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models">
<Id>5064138e-91ae-4529-aebe-5b5fd6cd4f58</Id>
<LitterId>294dda10-0bea-42ac-9624-7be8bebfb7fe</LitterId>
<Pet>
<BreedId>8ad7bcd3-e8fc-4a43-8975-9b1a567433f9</BreedId>
<Cost>1</Cost>
<DateOfBirth>2026-08-14T15:45:53.2451722+01:00</DateOfBirth>
<DateOfBirthExact>true</DateOfBirthExact>
<GenderId>db8d2229-e12d-47ed-9a7e-65d141261f9e</GenderId>
<HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim>
<Id>e5033d77-0d65-44d8-9670-035f954c86b9</Id>
<IllnessOrInjury>true</IllnessOrInjury>
<IsNextVacVetChecked>true</IsNextVacVetChecked>
<LastVaccinatedDate>2026-08-14T15:45:53.2451722+01:00</LastVaccinatedDate>
<MicrochipNumber>sample string 7</MicrochipNumber>
<Name>sample string 8</Name>
<PetSizeId>6c2bc4c2-14e8-4f77-a13d-c7433fff094f</PetSizeId>
<PolicyStartDate>2026-08-14T15:45:53.2451722+01:00</PolicyStartDate>
<SpeciesId>69136214-c9d8-4d52-959f-c9eaf65575f6</SpeciesId>
<Vaccinated>true</Vaccinated>
<VetChecked>true</VetChecked>
<VetId>09a74f22-c716-4e0f-988a-5029689b4f22</VetId>
</Pet>
<PolicyEffectiveFrom>2026-08-14T15:45:53.2451722+01:00</PolicyEffectiveFrom>
<PolicyId>465d1e6b-f64b-42f8-aa81-f6a31aa658a1</PolicyId>
<PolicyNumber>sample string 1</PolicyNumber>
</LitterPet>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
LitterPet| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| LitterId | globally unique identifier |
None. |
|
| PolicyId | globally unique identifier |
None. |
|
| PolicyNumber | string |
None. |
|
| PolicyEffectiveFrom | date |
None. |
|
| Pet | Pet |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "7bdc24f9-372e-46b7-ad8c-d1c34040d330",
"LitterId": "3a684dc9-e78f-4cb4-8a35-0b296650f204",
"PolicyId": "eed5c375-5022-4df5-8247-df53d24b7489",
"PolicyNumber": "sample string 1",
"PolicyEffectiveFrom": "2026-08-14T15:45:53.2607729+01:00",
"Pet": {
"IsNextVacVetChecked": true,
"BreedId": "c5daa3ac-6635-40f5-948c-d6df1bd617dd",
"Cost": 1.0,
"DateOfBirth": "2026-08-14T15:45:53.2607729+01:00",
"DateOfBirthExact": true,
"GenderId": "96c52a05-de53-48fd-a10f-ec407c3ef92e",
"HadPriorThirdPartyLiabilityClaim": true,
"Id": "370b7c25-0085-4f91-bf43-1d1b3e15e790",
"IllnessOrInjury": true,
"LastVaccinatedDate": "2026-08-14T15:45:53.2607729+01:00",
"MicrochipNumber": "sample string 7",
"Name": "sample string 8",
"PolicyStartDate": "2026-08-14T15:45:53.2607729+01:00",
"PetSizeId": "1eb44864-10e6-4de2-9a83-a7587fca324a",
"SpeciesId": "3656a671-467d-4173-8684-aa25504cda28",
"Vaccinated": true,
"VetId": "ba7a9afe-f4be-4627-bfaa-ca55a5554e22",
"VetChecked": true
}
}
application/xml, text/xml
Sample:
<LitterPet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models">
<Id>7bdc24f9-372e-46b7-ad8c-d1c34040d330</Id>
<LitterId>3a684dc9-e78f-4cb4-8a35-0b296650f204</LitterId>
<Pet>
<BreedId>c5daa3ac-6635-40f5-948c-d6df1bd617dd</BreedId>
<Cost>1</Cost>
<DateOfBirth>2026-08-14T15:45:53.2607729+01:00</DateOfBirth>
<DateOfBirthExact>true</DateOfBirthExact>
<GenderId>96c52a05-de53-48fd-a10f-ec407c3ef92e</GenderId>
<HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim>
<Id>370b7c25-0085-4f91-bf43-1d1b3e15e790</Id>
<IllnessOrInjury>true</IllnessOrInjury>
<IsNextVacVetChecked>true</IsNextVacVetChecked>
<LastVaccinatedDate>2026-08-14T15:45:53.2607729+01:00</LastVaccinatedDate>
<MicrochipNumber>sample string 7</MicrochipNumber>
<Name>sample string 8</Name>
<PetSizeId>1eb44864-10e6-4de2-9a83-a7587fca324a</PetSizeId>
<PolicyStartDate>2026-08-14T15:45:53.2607729+01:00</PolicyStartDate>
<SpeciesId>3656a671-467d-4173-8684-aa25504cda28</SpeciesId>
<Vaccinated>true</Vaccinated>
<VetChecked>true</VetChecked>
<VetId>ba7a9afe-f4be-4627-bfaa-ca55a5554e22</VetId>
</Pet>
<PolicyEffectiveFrom>2026-08-14T15:45:53.2607729+01:00</PolicyEffectiveFrom>
<PolicyId>eed5c375-5022-4df5-8247-df53d24b7489</PolicyId>
<PolicyNumber>sample string 1</PolicyNumber>
</LitterPet>