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": "2af84a56-bbf0-4f61-bad1-54ec44ec029a",
"BreederAffiliateId": "55a5ced7-ab05-4cc8-92d2-07026b67b34d",
"Customer": {
"AddressLine1": "sample string 1",
"AddressLine2": "sample string 2",
"AddressLine3": "sample string 3",
"CountryId": "e61cc47b-c49e-432f-bb3c-3e69aef908e8",
"County": "sample string 4",
"DateOfBirth": "2026-02-04T01:08:50.4638473+00: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": "cfb8bfc6-9c72-433d-be04-8668fa8986fb",
"IsLocked": true,
"LastName": "sample string 12",
"MobileNumber": "sample string 13",
"PostCode": "sample string 14",
"TitleId": "66de1d54-f74e-4545-8cff-7dc732157bde",
"Town": "sample string 15",
"MarketingContactByEmail": true,
"MarketingContactByPhone": true,
"MarketingContactBySMS": true
},
"Id": "297bd3c6-3acd-4f08-a83d-5bc54bc86798",
"Pet": {
"IsNextVacVetChecked": true,
"BreedId": "6f66cc6e-8f80-4e67-ac98-daa6e2fc7a09",
"Cost": 1.0,
"DateOfBirth": "2026-02-04T01:08:50.4638473+00:00",
"DateOfBirthExact": true,
"GenderId": "2ea9a3e0-1703-4c57-a378-64fa8b371bd4",
"HadPriorThirdPartyLiabilityClaim": true,
"Id": "17fa6d4d-b588-4a3a-adc8-73423ae46b5b",
"IllnessOrInjury": true,
"LastVaccinatedDate": "2026-02-04T01:08:50.4638473+00:00",
"MicrochipNumber": "sample string 7",
"Name": "sample string 8",
"PolicyStartDate": "2026-02-04T01:08:50.4638473+00:00",
"PetSizeId": "b7c54759-96f1-417c-97c4-5582beb3a9bc",
"SpeciesId": "3ec83e6c-1ac1-4182-a933-46f74f416264",
"Vaccinated": true,
"VetId": "55ec0966-67d6-4728-be16-f975845b7ea4",
"VetChecked": true
},
"PolicyStartDate": "2026-02-04T01:08:50.4638473+00: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>2af84a56-bbf0-4f61-bad1-54ec44ec029a</BrandId>
<BreederAffiliateId>55a5ced7-ab05-4cc8-92d2-07026b67b34d</BreederAffiliateId>
<Customer>
<AddressLine1>sample string 1</AddressLine1>
<AddressLine2>sample string 2</AddressLine2>
<AddressLine3>sample string 3</AddressLine3>
<CountryId>e61cc47b-c49e-432f-bb3c-3e69aef908e8</CountryId>
<County>sample string 4</County>
<DateOfBirth>2026-02-04T01:08:50.4638473+00: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>cfb8bfc6-9c72-433d-be04-8668fa8986fb</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>66de1d54-f74e-4545-8cff-7dc732157bde</TitleId>
<Town>sample string 15</Town>
</Customer>
<Id>297bd3c6-3acd-4f08-a83d-5bc54bc86798</Id>
<Pet>
<BreedId>6f66cc6e-8f80-4e67-ac98-daa6e2fc7a09</BreedId>
<Cost>1</Cost>
<DateOfBirth>2026-02-04T01:08:50.4638473+00:00</DateOfBirth>
<DateOfBirthExact>true</DateOfBirthExact>
<GenderId>2ea9a3e0-1703-4c57-a378-64fa8b371bd4</GenderId>
<HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim>
<Id>17fa6d4d-b588-4a3a-adc8-73423ae46b5b</Id>
<IllnessOrInjury>true</IllnessOrInjury>
<IsNextVacVetChecked>true</IsNextVacVetChecked>
<LastVaccinatedDate>2026-02-04T01:08:50.4638473+00:00</LastVaccinatedDate>
<MicrochipNumber>sample string 7</MicrochipNumber>
<Name>sample string 8</Name>
<PetSizeId>b7c54759-96f1-417c-97c4-5582beb3a9bc</PetSizeId>
<PolicyStartDate>2026-02-04T01:08:50.4638473+00:00</PolicyStartDate>
<SpeciesId>3ec83e6c-1ac1-4182-a933-46f74f416264</SpeciesId>
<Vaccinated>true</Vaccinated>
<VetChecked>true</VetChecked>
<VetId>55ec0966-67d6-4728-be16-f975845b7ea4</VetId>
</Pet>
<PolicyStartDate>2026-02-04T01:08:50.4638473+00: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.