POST api/Breeder/ActivateFreeCover

Request Information

URI Parameters

None.

Body Parameters

BreederFreeCoverRequest
NameDescriptionTypeAdditional 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": "ff0c9e22-9621-446a-b104-61526ea9ca55",
  "BreederAffiliateId": "0f557aff-23e9-4b29-8ff8-c2cbf13e8959",
  "Customer": {
    "AddressLine1": "sample string 1",
    "AddressLine2": "sample string 2",
    "AddressLine3": "sample string 3",
    "CountryId": "1a7fb117-55fa-4658-87bc-ca4ea0612219",
    "County": "sample string 4",
    "DateOfBirth": "2025-07-07T14:03:01.9755875+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": "d3c5776d-1536-42d5-a8ab-524f9337eed4",
    "IsLocked": true,
    "LastName": "sample string 12",
    "MobileNumber": "sample string 13",
    "PostCode": "sample string 14",
    "TitleId": "72a97c1b-b33a-485d-9289-97e4ef78bc8c",
    "Town": "sample string 15",
    "MarketingContactByEmail": true,
    "MarketingContactByPhone": true,
    "MarketingContactBySMS": true
  },
  "Id": "7f3cf744-44aa-4394-b74d-fe195f7f0285",
  "Pet": {
    "IsNextVacVetChecked": true,
    "BreedId": "61022091-63e3-430f-bf99-ed794869923e",
    "Cost": 1.0,
    "DateOfBirth": "2025-07-07T14:03:01.9755875+01:00",
    "DateOfBirthExact": true,
    "GenderId": "a439d68b-db4d-42f3-b5c1-0a0a9b8a85ce",
    "HadPriorThirdPartyLiabilityClaim": true,
    "Id": "3ae92d67-7a6d-4f53-8038-f19ed5396cc0",
    "IllnessOrInjury": true,
    "LastVaccinatedDate": "2025-07-07T14:03:01.9755875+01:00",
    "MicrochipNumber": "sample string 7",
    "Name": "sample string 8",
    "PolicyStartDate": "2025-07-07T14:03:01.9755875+01:00",
    "PetSizeId": "33f6f8ed-41c3-4fee-84b2-1590b7e39566",
    "SpeciesId": "92f561be-f67d-4027-9a54-8b686dda1c2c",
    "Vaccinated": true,
    "VetId": "41463e2e-625f-49eb-b29f-998c1c076f09",
    "VetChecked": true
  },
  "PolicyStartDate": "2025-07-07T14:03:01.9755875+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>ff0c9e22-9621-446a-b104-61526ea9ca55</BrandId>
  <BreederAffiliateId>0f557aff-23e9-4b29-8ff8-c2cbf13e8959</BreederAffiliateId>
  <Customer>
    <AddressLine1>sample string 1</AddressLine1>
    <AddressLine2>sample string 2</AddressLine2>
    <AddressLine3>sample string 3</AddressLine3>
    <CountryId>1a7fb117-55fa-4658-87bc-ca4ea0612219</CountryId>
    <County>sample string 4</County>
    <DateOfBirth>2025-07-07T14:03:01.9755875+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>d3c5776d-1536-42d5-a8ab-524f9337eed4</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>72a97c1b-b33a-485d-9289-97e4ef78bc8c</TitleId>
    <Town>sample string 15</Town>
  </Customer>
  <Id>7f3cf744-44aa-4394-b74d-fe195f7f0285</Id>
  <Pet>
    <BreedId>61022091-63e3-430f-bf99-ed794869923e</BreedId>
    <Cost>1</Cost>
    <DateOfBirth>2025-07-07T14:03:01.9755875+01:00</DateOfBirth>
    <DateOfBirthExact>true</DateOfBirthExact>
    <GenderId>a439d68b-db4d-42f3-b5c1-0a0a9b8a85ce</GenderId>
    <HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim>
    <Id>3ae92d67-7a6d-4f53-8038-f19ed5396cc0</Id>
    <IllnessOrInjury>true</IllnessOrInjury>
    <IsNextVacVetChecked>true</IsNextVacVetChecked>
    <LastVaccinatedDate>2025-07-07T14:03:01.9755875+01:00</LastVaccinatedDate>
    <MicrochipNumber>sample string 7</MicrochipNumber>
    <Name>sample string 8</Name>
    <PetSizeId>33f6f8ed-41c3-4fee-84b2-1590b7e39566</PetSizeId>
    <PolicyStartDate>2025-07-07T14:03:01.9755875+01:00</PolicyStartDate>
    <SpeciesId>92f561be-f67d-4027-9a54-8b686dda1c2c</SpeciesId>
    <Vaccinated>true</Vaccinated>
    <VetChecked>true</VetChecked>
    <VetId>41463e2e-625f-49eb-b29f-998c1c076f09</VetId>
  </Pet>
  <PolicyStartDate>2025-07-07T14:03:01.9755875+01:00</PolicyStartDate>
  <TermsAgreed>true</TermsAgreed>
</BreederFreeCoverRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PolicyResponse
NameDescriptionTypeAdditional 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.