POST api/Breeder/ActivateFreeCover
Request Information
URI Parameters
None.
Body Parameters
BreederFreeCoverRequestName | 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": "60d8e3e7-f8b5-479e-ab27-bb7ee83352d2", "BreederAffiliateId": "e3300ddd-791a-40f0-a2ec-8177efea4ee2", "Customer": { "AddressLine1": "sample string 1", "AddressLine2": "sample string 2", "AddressLine3": "sample string 3", "CountryId": "8f036849-f19d-4dcc-9734-a15dc550faeb", "County": "sample string 4", "DateOfBirth": "2025-09-13T03:18:06.5920245+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": "16b1bc34-ac54-4380-8d17-63396b9001ab", "IsLocked": true, "LastName": "sample string 12", "MobileNumber": "sample string 13", "PostCode": "sample string 14", "TitleId": "6608276d-7c2c-49d1-8f8d-b08a1ae9301e", "Town": "sample string 15", "MarketingContactByEmail": true, "MarketingContactByPhone": true, "MarketingContactBySMS": true }, "Id": "b4895b04-b01a-4d2d-8300-bf97d1552478", "Pet": { "IsNextVacVetChecked": true, "BreedId": "c80441e5-7fcf-41b1-8857-c56e1f3ec06e", "Cost": 1.0, "DateOfBirth": "2025-09-13T03:18:06.5920245+01:00", "DateOfBirthExact": true, "GenderId": "fa9b7541-a150-455f-9343-3063556cd291", "HadPriorThirdPartyLiabilityClaim": true, "Id": "cbeca0f6-415d-42a4-ae93-52957e834717", "IllnessOrInjury": true, "LastVaccinatedDate": "2025-09-13T03:18:06.5920245+01:00", "MicrochipNumber": "sample string 7", "Name": "sample string 8", "PolicyStartDate": "2025-09-13T03:18:06.5920245+01:00", "PetSizeId": "17560d08-6282-4004-b6f0-5362689e22b2", "SpeciesId": "09a7ab15-262c-4abe-b364-2d07a927f2ac", "Vaccinated": true, "VetId": "e01c85a5-680c-4672-adaf-8679f8849ee6", "VetChecked": true }, "PolicyStartDate": "2025-09-13T03:18:06.5920245+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>60d8e3e7-f8b5-479e-ab27-bb7ee83352d2</BrandId> <BreederAffiliateId>e3300ddd-791a-40f0-a2ec-8177efea4ee2</BreederAffiliateId> <Customer> <AddressLine1>sample string 1</AddressLine1> <AddressLine2>sample string 2</AddressLine2> <AddressLine3>sample string 3</AddressLine3> <CountryId>8f036849-f19d-4dcc-9734-a15dc550faeb</CountryId> <County>sample string 4</County> <DateOfBirth>2025-09-13T03:18:06.5920245+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>16b1bc34-ac54-4380-8d17-63396b9001ab</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>6608276d-7c2c-49d1-8f8d-b08a1ae9301e</TitleId> <Town>sample string 15</Town> </Customer> <Id>b4895b04-b01a-4d2d-8300-bf97d1552478</Id> <Pet> <BreedId>c80441e5-7fcf-41b1-8857-c56e1f3ec06e</BreedId> <Cost>1</Cost> <DateOfBirth>2025-09-13T03:18:06.5920245+01:00</DateOfBirth> <DateOfBirthExact>true</DateOfBirthExact> <GenderId>fa9b7541-a150-455f-9343-3063556cd291</GenderId> <HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim> <Id>cbeca0f6-415d-42a4-ae93-52957e834717</Id> <IllnessOrInjury>true</IllnessOrInjury> <IsNextVacVetChecked>true</IsNextVacVetChecked> <LastVaccinatedDate>2025-09-13T03:18:06.5920245+01:00</LastVaccinatedDate> <MicrochipNumber>sample string 7</MicrochipNumber> <Name>sample string 8</Name> <PetSizeId>17560d08-6282-4004-b6f0-5362689e22b2</PetSizeId> <PolicyStartDate>2025-09-13T03:18:06.5920245+01:00</PolicyStartDate> <SpeciesId>09a7ab15-262c-4abe-b364-2d07a927f2ac</SpeciesId> <Vaccinated>true</Vaccinated> <VetChecked>true</VetChecked> <VetId>e01c85a5-680c-4672-adaf-8679f8849ee6</VetId> </Pet> <PolicyStartDate>2025-09-13T03:18:06.5920245+01:00</PolicyStartDate> <TermsAgreed>true</TermsAgreed> </BreederFreeCoverRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PolicyResponseName | 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.