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": "7d651061-7ee4-4d2e-b10f-6d6fa69e9137",
"BreederAffiliateId": "f28b407c-cc88-4670-86ac-f01e7baf9b44",
"Customer": {
"AddressLine1": "sample string 1",
"AddressLine2": "sample string 2",
"AddressLine3": "sample string 3",
"CountryId": "3f53ddec-2838-43bd-a234-91563fbd448d",
"County": "sample string 4",
"DateOfBirth": "2026-03-23T20:12:32.3075223+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": "36a757c5-96be-4e22-ac5c-404283682d6f",
"IsLocked": true,
"LastName": "sample string 12",
"MobileNumber": "sample string 13",
"PostCode": "sample string 14",
"TitleId": "df429650-1ff3-4c0a-be64-fb09fdab731f",
"Town": "sample string 15",
"MarketingContactByEmail": true,
"MarketingContactByPhone": true,
"MarketingContactBySMS": true
},
"Id": "75ecf1dc-c410-4465-81b3-64d03272c3bc",
"Pet": {
"IsNextVacVetChecked": true,
"BreedId": "9fcdd6a0-14fd-48f5-8750-1c7e7d149a2c",
"Cost": 1.0,
"DateOfBirth": "2026-03-23T20:12:32.3075223+00:00",
"DateOfBirthExact": true,
"GenderId": "13ad2331-b68c-44b1-a782-b71a45293658",
"HadPriorThirdPartyLiabilityClaim": true,
"Id": "9f4cd655-adb9-4076-a2b8-f6da07a712e1",
"IllnessOrInjury": true,
"LastVaccinatedDate": "2026-03-23T20:12:32.3075223+00:00",
"MicrochipNumber": "sample string 7",
"Name": "sample string 8",
"PolicyStartDate": "2026-03-23T20:12:32.3075223+00:00",
"PetSizeId": "4197b1da-f079-4821-acd2-55bced35e2e2",
"SpeciesId": "2903a61b-0cf0-4f60-ad79-56b2e7892c05",
"Vaccinated": true,
"VetId": "fa05e784-3ffd-4f3c-9d5b-0a726e1df275",
"VetChecked": true
},
"PolicyStartDate": "2026-03-23T20:12:32.3075223+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>7d651061-7ee4-4d2e-b10f-6d6fa69e9137</BrandId>
<BreederAffiliateId>f28b407c-cc88-4670-86ac-f01e7baf9b44</BreederAffiliateId>
<Customer>
<AddressLine1>sample string 1</AddressLine1>
<AddressLine2>sample string 2</AddressLine2>
<AddressLine3>sample string 3</AddressLine3>
<CountryId>3f53ddec-2838-43bd-a234-91563fbd448d</CountryId>
<County>sample string 4</County>
<DateOfBirth>2026-03-23T20:12:32.3075223+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>36a757c5-96be-4e22-ac5c-404283682d6f</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>df429650-1ff3-4c0a-be64-fb09fdab731f</TitleId>
<Town>sample string 15</Town>
</Customer>
<Id>75ecf1dc-c410-4465-81b3-64d03272c3bc</Id>
<Pet>
<BreedId>9fcdd6a0-14fd-48f5-8750-1c7e7d149a2c</BreedId>
<Cost>1</Cost>
<DateOfBirth>2026-03-23T20:12:32.3075223+00:00</DateOfBirth>
<DateOfBirthExact>true</DateOfBirthExact>
<GenderId>13ad2331-b68c-44b1-a782-b71a45293658</GenderId>
<HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim>
<Id>9f4cd655-adb9-4076-a2b8-f6da07a712e1</Id>
<IllnessOrInjury>true</IllnessOrInjury>
<IsNextVacVetChecked>true</IsNextVacVetChecked>
<LastVaccinatedDate>2026-03-23T20:12:32.3075223+00:00</LastVaccinatedDate>
<MicrochipNumber>sample string 7</MicrochipNumber>
<Name>sample string 8</Name>
<PetSizeId>4197b1da-f079-4821-acd2-55bced35e2e2</PetSizeId>
<PolicyStartDate>2026-03-23T20:12:32.3075223+00:00</PolicyStartDate>
<SpeciesId>2903a61b-0cf0-4f60-ad79-56b2e7892c05</SpeciesId>
<Vaccinated>true</Vaccinated>
<VetChecked>true</VetChecked>
<VetId>fa05e784-3ffd-4f3c-9d5b-0a726e1df275</VetId>
</Pet>
<PolicyStartDate>2026-03-23T20:12:32.3075223+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.