POST api/Breeder/CreateOrUpdateFreeCoverRequest
Request Information
URI Parameters
None.
Body Parameters
BreederFreeCoverRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| BrandId | globally unique identifier |
None. |
|
| BreederAffiliateId | globally unique identifier |
None. |
|
| Customer | Customer |
None. |
|
| Id | globally unique identifier |
None. |
|
| Pet | Pet |
None. |
|
| PolicyStartDate | date |
None. |
|
| TermsAgreed | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"BrandId": "09e997f1-b9cb-4492-a3ae-246dbe008fc7",
"BreederAffiliateId": "3e93fcd6-26ee-4eb4-96d6-8bc72c2804bb",
"Customer": {
"AddressLine1": "sample string 1",
"AddressLine2": "sample string 2",
"AddressLine3": "sample string 3",
"CountryId": "fb4ce919-75e7-4b31-94fe-b22207e6e5c4",
"County": "sample string 4",
"DateOfBirth": "2026-06-24T20:26:41.8790978+01:00",
"DaytimeNumber": "sample string 5",
"EmailAddress": "sample string 6",
"EveningNumber": "sample string 7",
"FirstName": "sample string 8",
"HouseName": "sample string 9",
"HouseNumber": "sample string 10",
"Id": "fb7a0916-e9f3-42f3-8261-de297c997ba1",
"IsLocked": true,
"LastName": "sample string 12",
"MobileNumber": "sample string 13",
"PostCode": "sample string 14",
"TitleId": "7888eda5-8cb7-4bf7-ba8d-ad11032f6f1e",
"Town": "sample string 15",
"MarketingContactByEmail": true,
"MarketingContactByPhone": true,
"MarketingContactBySMS": true
},
"Id": "16506bd3-37e1-46af-a208-2553a5ea09a8",
"Pet": {
"IsNextVacVetChecked": true,
"BreedId": "36f4d6ed-d9fe-4625-9a16-3ffc7eeda5d6",
"Cost": 1.0,
"DateOfBirth": "2026-06-24T20:26:41.8790978+01:00",
"DateOfBirthExact": true,
"GenderId": "b5b39f97-492e-4783-9fd2-f16ebd830a7a",
"HadPriorThirdPartyLiabilityClaim": true,
"Id": "375cd9f8-cd07-4879-ba0e-de1fe088b796",
"IllnessOrInjury": true,
"LastVaccinatedDate": "2026-06-24T20:26:41.8790978+01:00",
"MicrochipNumber": "sample string 7",
"Name": "sample string 8",
"PolicyStartDate": "2026-06-24T20:26:41.8790978+01:00",
"PetSizeId": "0311e5a1-e95f-4864-b14b-2da99cbeb7ec",
"SpeciesId": "80f4cdac-7b0a-41b3-ba47-5f650cc04b61",
"Vaccinated": true,
"VetId": "49d2f33c-a671-435a-8693-1574d7593a5c",
"VetChecked": true
},
"PolicyStartDate": "2026-06-24T20:26:41.8790978+01:00",
"TermsAgreed": true
}
application/xml, text/xml
Sample:
<BreederFreeCoverRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models">
<BrandId>09e997f1-b9cb-4492-a3ae-246dbe008fc7</BrandId>
<BreederAffiliateId>3e93fcd6-26ee-4eb4-96d6-8bc72c2804bb</BreederAffiliateId>
<Customer>
<AddressLine1>sample string 1</AddressLine1>
<AddressLine2>sample string 2</AddressLine2>
<AddressLine3>sample string 3</AddressLine3>
<CountryId>fb4ce919-75e7-4b31-94fe-b22207e6e5c4</CountryId>
<County>sample string 4</County>
<DateOfBirth>2026-06-24T20:26:41.8790978+01:00</DateOfBirth>
<DaytimeNumber>sample string 5</DaytimeNumber>
<EmailAddress>sample string 6</EmailAddress>
<EveningNumber>sample string 7</EveningNumber>
<FirstName>sample string 8</FirstName>
<HouseName>sample string 9</HouseName>
<HouseNumber>sample string 10</HouseNumber>
<Id>fb7a0916-e9f3-42f3-8261-de297c997ba1</Id>
<IsLocked>true</IsLocked>
<LastName>sample string 12</LastName>
<MarketingContactByEmail>true</MarketingContactByEmail>
<MarketingContactByPhone>true</MarketingContactByPhone>
<MarketingContactBySMS>true</MarketingContactBySMS>
<MobileNumber>sample string 13</MobileNumber>
<PostCode>sample string 14</PostCode>
<TitleId>7888eda5-8cb7-4bf7-ba8d-ad11032f6f1e</TitleId>
<Town>sample string 15</Town>
</Customer>
<Id>16506bd3-37e1-46af-a208-2553a5ea09a8</Id>
<Pet>
<BreedId>36f4d6ed-d9fe-4625-9a16-3ffc7eeda5d6</BreedId>
<Cost>1</Cost>
<DateOfBirth>2026-06-24T20:26:41.8790978+01:00</DateOfBirth>
<DateOfBirthExact>true</DateOfBirthExact>
<GenderId>b5b39f97-492e-4783-9fd2-f16ebd830a7a</GenderId>
<HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim>
<Id>375cd9f8-cd07-4879-ba0e-de1fe088b796</Id>
<IllnessOrInjury>true</IllnessOrInjury>
<IsNextVacVetChecked>true</IsNextVacVetChecked>
<LastVaccinatedDate>2026-06-24T20:26:41.8790978+01:00</LastVaccinatedDate>
<MicrochipNumber>sample string 7</MicrochipNumber>
<Name>sample string 8</Name>
<PetSizeId>0311e5a1-e95f-4864-b14b-2da99cbeb7ec</PetSizeId>
<PolicyStartDate>2026-06-24T20:26:41.8790978+01:00</PolicyStartDate>
<SpeciesId>80f4cdac-7b0a-41b3-ba47-5f650cc04b61</SpeciesId>
<Vaccinated>true</Vaccinated>
<VetChecked>true</VetChecked>
<VetId>49d2f33c-a671-435a-8693-1574d7593a5c</VetId>
</Pet>
<PolicyStartDate>2026-06-24T20:26:41.8790978+01:00</PolicyStartDate>
<TermsAgreed>true</TermsAgreed>
</BreederFreeCoverRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BreederFreeCoverRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| BrandId | globally unique identifier |
None. |
|
| BreederAffiliateId | globally unique identifier |
None. |
|
| Customer | Customer |
None. |
|
| Id | globally unique identifier |
None. |
|
| Pet | Pet |
None. |
|
| PolicyStartDate | date |
None. |
|
| TermsAgreed | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"BrandId": "35f98f0b-9586-444a-9a01-0c3a42ff0e35",
"BreederAffiliateId": "be794b34-2737-49d1-a825-faf092967372",
"Customer": {
"AddressLine1": "sample string 1",
"AddressLine2": "sample string 2",
"AddressLine3": "sample string 3",
"CountryId": "09fe0e9f-c1a2-4de9-b0c4-a0ba286f697e",
"County": "sample string 4",
"DateOfBirth": "2026-06-24T20:26:41.8790978+01:00",
"DaytimeNumber": "sample string 5",
"EmailAddress": "sample string 6",
"EveningNumber": "sample string 7",
"FirstName": "sample string 8",
"HouseName": "sample string 9",
"HouseNumber": "sample string 10",
"Id": "3a6722e5-a59f-4366-83a1-3941081674ed",
"IsLocked": true,
"LastName": "sample string 12",
"MobileNumber": "sample string 13",
"PostCode": "sample string 14",
"TitleId": "6cff2e6b-3d59-4d10-bf31-1e0eb3067d96",
"Town": "sample string 15",
"MarketingContactByEmail": true,
"MarketingContactByPhone": true,
"MarketingContactBySMS": true
},
"Id": "e9c9e581-fc30-4878-8f25-9b97fc85ae3d",
"Pet": {
"IsNextVacVetChecked": true,
"BreedId": "e6ccc9aa-b6c4-4e79-b3a8-ad92462702ee",
"Cost": 1.0,
"DateOfBirth": "2026-06-24T20:26:41.8790978+01:00",
"DateOfBirthExact": true,
"GenderId": "1c28c993-da0b-4645-9fa1-3ec896a9a7e8",
"HadPriorThirdPartyLiabilityClaim": true,
"Id": "bbf603e0-8782-493b-9272-9844814820cd",
"IllnessOrInjury": true,
"LastVaccinatedDate": "2026-06-24T20:26:41.8790978+01:00",
"MicrochipNumber": "sample string 7",
"Name": "sample string 8",
"PolicyStartDate": "2026-06-24T20:26:41.8790978+01:00",
"PetSizeId": "3d22f6c9-719b-45f9-bcb4-838597e33ea4",
"SpeciesId": "546a5501-2a63-49a9-94eb-da68b8bbe923",
"Vaccinated": true,
"VetId": "1ec4badb-49e9-4f58-ae84-89e020062067",
"VetChecked": true
},
"PolicyStartDate": "2026-06-24T20:26:41.8790978+01:00",
"TermsAgreed": true
}
application/xml, text/xml
Sample:
<BreederFreeCoverRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models">
<BrandId>35f98f0b-9586-444a-9a01-0c3a42ff0e35</BrandId>
<BreederAffiliateId>be794b34-2737-49d1-a825-faf092967372</BreederAffiliateId>
<Customer>
<AddressLine1>sample string 1</AddressLine1>
<AddressLine2>sample string 2</AddressLine2>
<AddressLine3>sample string 3</AddressLine3>
<CountryId>09fe0e9f-c1a2-4de9-b0c4-a0ba286f697e</CountryId>
<County>sample string 4</County>
<DateOfBirth>2026-06-24T20:26:41.8790978+01:00</DateOfBirth>
<DaytimeNumber>sample string 5</DaytimeNumber>
<EmailAddress>sample string 6</EmailAddress>
<EveningNumber>sample string 7</EveningNumber>
<FirstName>sample string 8</FirstName>
<HouseName>sample string 9</HouseName>
<HouseNumber>sample string 10</HouseNumber>
<Id>3a6722e5-a59f-4366-83a1-3941081674ed</Id>
<IsLocked>true</IsLocked>
<LastName>sample string 12</LastName>
<MarketingContactByEmail>true</MarketingContactByEmail>
<MarketingContactByPhone>true</MarketingContactByPhone>
<MarketingContactBySMS>true</MarketingContactBySMS>
<MobileNumber>sample string 13</MobileNumber>
<PostCode>sample string 14</PostCode>
<TitleId>6cff2e6b-3d59-4d10-bf31-1e0eb3067d96</TitleId>
<Town>sample string 15</Town>
</Customer>
<Id>e9c9e581-fc30-4878-8f25-9b97fc85ae3d</Id>
<Pet>
<BreedId>e6ccc9aa-b6c4-4e79-b3a8-ad92462702ee</BreedId>
<Cost>1</Cost>
<DateOfBirth>2026-06-24T20:26:41.8790978+01:00</DateOfBirth>
<DateOfBirthExact>true</DateOfBirthExact>
<GenderId>1c28c993-da0b-4645-9fa1-3ec896a9a7e8</GenderId>
<HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim>
<Id>bbf603e0-8782-493b-9272-9844814820cd</Id>
<IllnessOrInjury>true</IllnessOrInjury>
<IsNextVacVetChecked>true</IsNextVacVetChecked>
<LastVaccinatedDate>2026-06-24T20:26:41.8790978+01:00</LastVaccinatedDate>
<MicrochipNumber>sample string 7</MicrochipNumber>
<Name>sample string 8</Name>
<PetSizeId>3d22f6c9-719b-45f9-bcb4-838597e33ea4</PetSizeId>
<PolicyStartDate>2026-06-24T20:26:41.8790978+01:00</PolicyStartDate>
<SpeciesId>546a5501-2a63-49a9-94eb-da68b8bbe923</SpeciesId>
<Vaccinated>true</Vaccinated>
<VetChecked>true</VetChecked>
<VetId>1ec4badb-49e9-4f58-ae84-89e020062067</VetId>
</Pet>
<PolicyStartDate>2026-06-24T20:26:41.8790978+01:00</PolicyStartDate>
<TermsAgreed>true</TermsAgreed>
</BreederFreeCoverRequest>