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": "897630ac-4049-47b3-99e6-1ff150614c27",
"BreederAffiliateId": "a310325a-47d8-4089-a7cb-5c8b9b034b38",
"Customer": {
"AddressLine1": "sample string 1",
"AddressLine2": "sample string 2",
"AddressLine3": "sample string 3",
"CountryId": "f3382332-7c78-4c80-be5b-aa2131f5ca82",
"County": "sample string 4",
"DateOfBirth": "2026-06-24T07:35:22.7569249+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": "28a0863b-b1f7-4066-ad66-f8551f1a3eb8",
"IsLocked": true,
"LastName": "sample string 12",
"MobileNumber": "sample string 13",
"PostCode": "sample string 14",
"TitleId": "be76490a-7908-466d-9497-8e2771bb19df",
"Town": "sample string 15",
"MarketingContactByEmail": true,
"MarketingContactByPhone": true,
"MarketingContactBySMS": true
},
"Id": "eca255dc-f490-481a-889a-459456b6b4ed",
"Pet": {
"IsNextVacVetChecked": true,
"BreedId": "113f9808-211a-4954-9a46-96cea8aef2f5",
"Cost": 1.0,
"DateOfBirth": "2026-06-24T07:35:22.7569249+01:00",
"DateOfBirthExact": true,
"GenderId": "367d036c-035d-408c-ad6c-b76ccd9aaa17",
"HadPriorThirdPartyLiabilityClaim": true,
"Id": "bc817a45-e300-42fd-9b89-6a640c4c0c2d",
"IllnessOrInjury": true,
"LastVaccinatedDate": "2026-06-24T07:35:22.7569249+01:00",
"MicrochipNumber": "sample string 7",
"Name": "sample string 8",
"PolicyStartDate": "2026-06-24T07:35:22.7569249+01:00",
"PetSizeId": "d7d9d1e3-c6cd-4060-aa85-abf0a48fc280",
"SpeciesId": "48e5eba3-709f-428d-9496-cbf0acf1db09",
"Vaccinated": true,
"VetId": "37a689de-9ad1-4791-81be-816801b06abe",
"VetChecked": true
},
"PolicyStartDate": "2026-06-24T07:35:22.7569249+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>897630ac-4049-47b3-99e6-1ff150614c27</BrandId>
<BreederAffiliateId>a310325a-47d8-4089-a7cb-5c8b9b034b38</BreederAffiliateId>
<Customer>
<AddressLine1>sample string 1</AddressLine1>
<AddressLine2>sample string 2</AddressLine2>
<AddressLine3>sample string 3</AddressLine3>
<CountryId>f3382332-7c78-4c80-be5b-aa2131f5ca82</CountryId>
<County>sample string 4</County>
<DateOfBirth>2026-06-24T07:35:22.7569249+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>28a0863b-b1f7-4066-ad66-f8551f1a3eb8</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>be76490a-7908-466d-9497-8e2771bb19df</TitleId>
<Town>sample string 15</Town>
</Customer>
<Id>eca255dc-f490-481a-889a-459456b6b4ed</Id>
<Pet>
<BreedId>113f9808-211a-4954-9a46-96cea8aef2f5</BreedId>
<Cost>1</Cost>
<DateOfBirth>2026-06-24T07:35:22.7569249+01:00</DateOfBirth>
<DateOfBirthExact>true</DateOfBirthExact>
<GenderId>367d036c-035d-408c-ad6c-b76ccd9aaa17</GenderId>
<HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim>
<Id>bc817a45-e300-42fd-9b89-6a640c4c0c2d</Id>
<IllnessOrInjury>true</IllnessOrInjury>
<IsNextVacVetChecked>true</IsNextVacVetChecked>
<LastVaccinatedDate>2026-06-24T07:35:22.7569249+01:00</LastVaccinatedDate>
<MicrochipNumber>sample string 7</MicrochipNumber>
<Name>sample string 8</Name>
<PetSizeId>d7d9d1e3-c6cd-4060-aa85-abf0a48fc280</PetSizeId>
<PolicyStartDate>2026-06-24T07:35:22.7569249+01:00</PolicyStartDate>
<SpeciesId>48e5eba3-709f-428d-9496-cbf0acf1db09</SpeciesId>
<Vaccinated>true</Vaccinated>
<VetChecked>true</VetChecked>
<VetId>37a689de-9ad1-4791-81be-816801b06abe</VetId>
</Pet>
<PolicyStartDate>2026-06-24T07:35:22.7569249+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.