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": "05f33f14-1984-4986-a3da-eba50b185075",
"BreederAffiliateId": "3979e8b7-d446-4d91-804c-0719ee5d2831",
"Customer": {
"AddressLine1": "sample string 1",
"AddressLine2": "sample string 2",
"AddressLine3": "sample string 3",
"CountryId": "b8789b83-fd43-40d4-972e-54bdea40af5f",
"County": "sample string 4",
"DateOfBirth": "2026-08-15T10:56:33.3648223+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": "44986214-e5f4-4894-8616-a26eaa614de6",
"IsLocked": true,
"LastName": "sample string 12",
"MobileNumber": "sample string 13",
"PostCode": "sample string 14",
"TitleId": "e27e5f05-cdde-433c-a3cf-d37941d1342c",
"Town": "sample string 15",
"MarketingContactByEmail": true,
"MarketingContactByPhone": true,
"MarketingContactBySMS": true
},
"Id": "1ddf04f6-c1ba-4122-90ff-a5beeeb6b11e",
"Pet": {
"IsNextVacVetChecked": true,
"BreedId": "2f5b0ceb-1179-4941-8273-a6317fbf0eaf",
"Cost": 1.0,
"DateOfBirth": "2026-08-15T10:56:33.3648223+01:00",
"DateOfBirthExact": true,
"GenderId": "7379ad6c-bc6b-4028-990e-16852d900685",
"HadPriorThirdPartyLiabilityClaim": true,
"Id": "7a91c61a-61f7-4d9f-b8bd-aa203f71c3ed",
"IllnessOrInjury": true,
"LastVaccinatedDate": "2026-08-15T10:56:33.3648223+01:00",
"MicrochipNumber": "sample string 7",
"Name": "sample string 8",
"PolicyStartDate": "2026-08-15T10:56:33.3648223+01:00",
"PetSizeId": "37c76272-7d7a-4e86-838b-cb992e79e47b",
"SpeciesId": "5413b495-9554-4fb0-8e9c-b221c8e68165",
"Vaccinated": true,
"VetId": "b34ae7d4-fb74-4a4a-a255-45235ccf115a",
"VetChecked": true
},
"PolicyStartDate": "2026-08-15T10:56:33.3648223+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>05f33f14-1984-4986-a3da-eba50b185075</BrandId>
<BreederAffiliateId>3979e8b7-d446-4d91-804c-0719ee5d2831</BreederAffiliateId>
<Customer>
<AddressLine1>sample string 1</AddressLine1>
<AddressLine2>sample string 2</AddressLine2>
<AddressLine3>sample string 3</AddressLine3>
<CountryId>b8789b83-fd43-40d4-972e-54bdea40af5f</CountryId>
<County>sample string 4</County>
<DateOfBirth>2026-08-15T10:56:33.3648223+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>44986214-e5f4-4894-8616-a26eaa614de6</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>e27e5f05-cdde-433c-a3cf-d37941d1342c</TitleId>
<Town>sample string 15</Town>
</Customer>
<Id>1ddf04f6-c1ba-4122-90ff-a5beeeb6b11e</Id>
<Pet>
<BreedId>2f5b0ceb-1179-4941-8273-a6317fbf0eaf</BreedId>
<Cost>1</Cost>
<DateOfBirth>2026-08-15T10:56:33.3648223+01:00</DateOfBirth>
<DateOfBirthExact>true</DateOfBirthExact>
<GenderId>7379ad6c-bc6b-4028-990e-16852d900685</GenderId>
<HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim>
<Id>7a91c61a-61f7-4d9f-b8bd-aa203f71c3ed</Id>
<IllnessOrInjury>true</IllnessOrInjury>
<IsNextVacVetChecked>true</IsNextVacVetChecked>
<LastVaccinatedDate>2026-08-15T10:56:33.3648223+01:00</LastVaccinatedDate>
<MicrochipNumber>sample string 7</MicrochipNumber>
<Name>sample string 8</Name>
<PetSizeId>37c76272-7d7a-4e86-838b-cb992e79e47b</PetSizeId>
<PolicyStartDate>2026-08-15T10:56:33.3648223+01:00</PolicyStartDate>
<SpeciesId>5413b495-9554-4fb0-8e9c-b221c8e68165</SpeciesId>
<Vaccinated>true</Vaccinated>
<VetChecked>true</VetChecked>
<VetId>b34ae7d4-fb74-4a4a-a255-45235ccf115a</VetId>
</Pet>
<PolicyStartDate>2026-08-15T10:56:33.3648223+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.