POST api/Breeder/ActivateFreeCover
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": "de0c19d8-7320-4036-8ab7-8b0aef2ec096",
"BreederAffiliateId": "c10e6dd8-02fa-41eb-a1bd-ad7f561efbef",
"Customer": {
"AddressLine1": "sample string 1",
"AddressLine2": "sample string 2",
"AddressLine3": "sample string 3",
"CountryId": "9f95011a-2876-4c01-be25-c678b5fc7b1b",
"County": "sample string 4",
"DateOfBirth": "2026-05-09T12:58:27.8312067+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": "17f03171-6235-45d7-9f59-12dd51cc388e",
"IsLocked": true,
"LastName": "sample string 12",
"MobileNumber": "sample string 13",
"PostCode": "sample string 14",
"TitleId": "817c6f53-7b93-47f4-9e48-ba92142b62b0",
"Town": "sample string 15",
"MarketingContactByEmail": true,
"MarketingContactByPhone": true,
"MarketingContactBySMS": true
},
"Id": "114ccfa0-fafb-4f0a-9d7d-eb975008cdf5",
"Pet": {
"IsNextVacVetChecked": true,
"BreedId": "35865e8d-2a66-4c2c-b506-fefbdb4f5c96",
"Cost": 1.0,
"DateOfBirth": "2026-05-09T12:58:27.8312067+01:00",
"DateOfBirthExact": true,
"GenderId": "49f4a7aa-8020-4d1e-9380-0718dccf3008",
"HadPriorThirdPartyLiabilityClaim": true,
"Id": "a48cc939-4cc1-4789-a3cb-5bea8d41a0ba",
"IllnessOrInjury": true,
"LastVaccinatedDate": "2026-05-09T12:58:27.8312067+01:00",
"MicrochipNumber": "sample string 7",
"Name": "sample string 8",
"PolicyStartDate": "2026-05-09T12:58:27.8312067+01:00",
"PetSizeId": "48eb657b-f32a-4a6f-b5c4-4598e3b3ad27",
"SpeciesId": "a5edebc9-b8f0-456d-bfa5-2ae27bf18906",
"Vaccinated": true,
"VetId": "00ecb69f-8f3d-4ea8-bd01-ef7911ac2716",
"VetChecked": true
},
"PolicyStartDate": "2026-05-09T12:58:27.8312067+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>de0c19d8-7320-4036-8ab7-8b0aef2ec096</BrandId>
<BreederAffiliateId>c10e6dd8-02fa-41eb-a1bd-ad7f561efbef</BreederAffiliateId>
<Customer>
<AddressLine1>sample string 1</AddressLine1>
<AddressLine2>sample string 2</AddressLine2>
<AddressLine3>sample string 3</AddressLine3>
<CountryId>9f95011a-2876-4c01-be25-c678b5fc7b1b</CountryId>
<County>sample string 4</County>
<DateOfBirth>2026-05-09T12:58:27.8312067+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>17f03171-6235-45d7-9f59-12dd51cc388e</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>817c6f53-7b93-47f4-9e48-ba92142b62b0</TitleId>
<Town>sample string 15</Town>
</Customer>
<Id>114ccfa0-fafb-4f0a-9d7d-eb975008cdf5</Id>
<Pet>
<BreedId>35865e8d-2a66-4c2c-b506-fefbdb4f5c96</BreedId>
<Cost>1</Cost>
<DateOfBirth>2026-05-09T12:58:27.8312067+01:00</DateOfBirth>
<DateOfBirthExact>true</DateOfBirthExact>
<GenderId>49f4a7aa-8020-4d1e-9380-0718dccf3008</GenderId>
<HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim>
<Id>a48cc939-4cc1-4789-a3cb-5bea8d41a0ba</Id>
<IllnessOrInjury>true</IllnessOrInjury>
<IsNextVacVetChecked>true</IsNextVacVetChecked>
<LastVaccinatedDate>2026-05-09T12:58:27.8312067+01:00</LastVaccinatedDate>
<MicrochipNumber>sample string 7</MicrochipNumber>
<Name>sample string 8</Name>
<PetSizeId>48eb657b-f32a-4a6f-b5c4-4598e3b3ad27</PetSizeId>
<PolicyStartDate>2026-05-09T12:58:27.8312067+01:00</PolicyStartDate>
<SpeciesId>a5edebc9-b8f0-456d-bfa5-2ae27bf18906</SpeciesId>
<Vaccinated>true</Vaccinated>
<VetChecked>true</VetChecked>
<VetId>00ecb69f-8f3d-4ea8-bd01-ef7911ac2716</VetId>
</Pet>
<PolicyStartDate>2026-05-09T12:58:27.8312067+01:00</PolicyStartDate>
<TermsAgreed>true</TermsAgreed>
</BreederFreeCoverRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PolicyResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| AnnualRate | decimal number |
None. |
|
| Customer | Customer |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| FixedExcess | Excess |
None. |
|
| Pet | Pet |
None. |
|
| PolicyEndDate | date |
None. |
|
| PolicyId | globally unique identifier |
None. |
|
| PolicyNumber | string |
None. |
|
| PolicyStartDate | date |
None. |
|
| VariableExcess | Excess |
None. |
|
| HasErrored | boolean |
None. |
|
| Messages | Collection of Message |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.