POST api/Breeder/CreateOrUpdateFreeCoverRequest
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": "4ef6ecf6-accc-4f55-a90d-81e11202f6af",
"BreederAffiliateId": "fc466063-f819-42e7-bf00-a9f2a6ae84f7",
"Customer": {
"AddressLine1": "sample string 1",
"AddressLine2": "sample string 2",
"AddressLine3": "sample string 3",
"CountryId": "b57e9a64-bea1-4ec9-9706-7b11eb46ff47",
"County": "sample string 4",
"DateOfBirth": "2026-02-04T01:05:00.3735015+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": "bafdd22c-50be-43a5-8159-d42d6709ca20",
"IsLocked": true,
"LastName": "sample string 12",
"MobileNumber": "sample string 13",
"PostCode": "sample string 14",
"TitleId": "c03fafd5-434b-4bce-835c-8b7946e71b7a",
"Town": "sample string 15",
"MarketingContactByEmail": true,
"MarketingContactByPhone": true,
"MarketingContactBySMS": true
},
"Id": "2d9efc85-2273-4062-a450-7988154af54b",
"Pet": {
"IsNextVacVetChecked": true,
"BreedId": "7ba2dc17-183b-4b22-9753-650e830cc158",
"Cost": 1.0,
"DateOfBirth": "2026-02-04T01:05:00.3735015+00:00",
"DateOfBirthExact": true,
"GenderId": "45ee1892-8c32-47a8-9746-19a3cb977a58",
"HadPriorThirdPartyLiabilityClaim": true,
"Id": "eb3cc872-db9a-4de3-bdbd-0194dd24fbd3",
"IllnessOrInjury": true,
"LastVaccinatedDate": "2026-02-04T01:05:00.3735015+00:00",
"MicrochipNumber": "sample string 7",
"Name": "sample string 8",
"PolicyStartDate": "2026-02-04T01:05:00.3735015+00:00",
"PetSizeId": "8ce64d89-fd22-4854-95eb-251066bbacb3",
"SpeciesId": "7bb30fce-0afa-4625-ae4a-278ef58df05d",
"Vaccinated": true,
"VetId": "b8e08836-ac55-4c34-9f89-9c33f1863946",
"VetChecked": true
},
"PolicyStartDate": "2026-02-04T01:05:00.3735015+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>4ef6ecf6-accc-4f55-a90d-81e11202f6af</BrandId>
<BreederAffiliateId>fc466063-f819-42e7-bf00-a9f2a6ae84f7</BreederAffiliateId>
<Customer>
<AddressLine1>sample string 1</AddressLine1>
<AddressLine2>sample string 2</AddressLine2>
<AddressLine3>sample string 3</AddressLine3>
<CountryId>b57e9a64-bea1-4ec9-9706-7b11eb46ff47</CountryId>
<County>sample string 4</County>
<DateOfBirth>2026-02-04T01:05:00.3735015+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>bafdd22c-50be-43a5-8159-d42d6709ca20</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>c03fafd5-434b-4bce-835c-8b7946e71b7a</TitleId>
<Town>sample string 15</Town>
</Customer>
<Id>2d9efc85-2273-4062-a450-7988154af54b</Id>
<Pet>
<BreedId>7ba2dc17-183b-4b22-9753-650e830cc158</BreedId>
<Cost>1</Cost>
<DateOfBirth>2026-02-04T01:05:00.3735015+00:00</DateOfBirth>
<DateOfBirthExact>true</DateOfBirthExact>
<GenderId>45ee1892-8c32-47a8-9746-19a3cb977a58</GenderId>
<HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim>
<Id>eb3cc872-db9a-4de3-bdbd-0194dd24fbd3</Id>
<IllnessOrInjury>true</IllnessOrInjury>
<IsNextVacVetChecked>true</IsNextVacVetChecked>
<LastVaccinatedDate>2026-02-04T01:05:00.3735015+00:00</LastVaccinatedDate>
<MicrochipNumber>sample string 7</MicrochipNumber>
<Name>sample string 8</Name>
<PetSizeId>8ce64d89-fd22-4854-95eb-251066bbacb3</PetSizeId>
<PolicyStartDate>2026-02-04T01:05:00.3735015+00:00</PolicyStartDate>
<SpeciesId>7bb30fce-0afa-4625-ae4a-278ef58df05d</SpeciesId>
<Vaccinated>true</Vaccinated>
<VetChecked>true</VetChecked>
<VetId>b8e08836-ac55-4c34-9f89-9c33f1863946</VetId>
</Pet>
<PolicyStartDate>2026-02-04T01:05:00.3735015+00:00</PolicyStartDate>
<TermsAgreed>true</TermsAgreed>
</BreederFreeCoverRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
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. |
Response Formats
application/json, text/json
Sample:
{
"BrandId": "5b5d7732-94b8-463c-afcb-c29129fcb363",
"BreederAffiliateId": "2ca33bd4-6404-48b2-b473-f95b779dcd5c",
"Customer": {
"AddressLine1": "sample string 1",
"AddressLine2": "sample string 2",
"AddressLine3": "sample string 3",
"CountryId": "97c5397c-ec45-4dbe-9da9-1185066c6f0e",
"County": "sample string 4",
"DateOfBirth": "2026-02-04T01:05:00.389121+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": "c52012de-2c0e-4445-a26b-1f3751749ca8",
"IsLocked": true,
"LastName": "sample string 12",
"MobileNumber": "sample string 13",
"PostCode": "sample string 14",
"TitleId": "476693e2-fbe6-4618-a240-c27509cd636c",
"Town": "sample string 15",
"MarketingContactByEmail": true,
"MarketingContactByPhone": true,
"MarketingContactBySMS": true
},
"Id": "5c025666-7d37-4c01-aceb-22fed4be3148",
"Pet": {
"IsNextVacVetChecked": true,
"BreedId": "b832304c-0bd7-46ca-8c72-dca0516d58b8",
"Cost": 1.0,
"DateOfBirth": "2026-02-04T01:05:00.389121+00:00",
"DateOfBirthExact": true,
"GenderId": "e2312c30-826d-479e-9e2e-f430620c8bc4",
"HadPriorThirdPartyLiabilityClaim": true,
"Id": "775c2a0e-2f48-465e-94bd-eb58ce0642f9",
"IllnessOrInjury": true,
"LastVaccinatedDate": "2026-02-04T01:05:00.389121+00:00",
"MicrochipNumber": "sample string 7",
"Name": "sample string 8",
"PolicyStartDate": "2026-02-04T01:05:00.389121+00:00",
"PetSizeId": "8285277d-c5a3-4a3f-8bee-9edfc9508d6c",
"SpeciesId": "0db12ba7-045d-4cb9-aaee-0442c7f59b0e",
"Vaccinated": true,
"VetId": "197aaee6-388e-4508-9318-a23a5357cb6d",
"VetChecked": true
},
"PolicyStartDate": "2026-02-04T01:05:00.389121+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>5b5d7732-94b8-463c-afcb-c29129fcb363</BrandId>
<BreederAffiliateId>2ca33bd4-6404-48b2-b473-f95b779dcd5c</BreederAffiliateId>
<Customer>
<AddressLine1>sample string 1</AddressLine1>
<AddressLine2>sample string 2</AddressLine2>
<AddressLine3>sample string 3</AddressLine3>
<CountryId>97c5397c-ec45-4dbe-9da9-1185066c6f0e</CountryId>
<County>sample string 4</County>
<DateOfBirth>2026-02-04T01:05:00.389121+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>c52012de-2c0e-4445-a26b-1f3751749ca8</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>476693e2-fbe6-4618-a240-c27509cd636c</TitleId>
<Town>sample string 15</Town>
</Customer>
<Id>5c025666-7d37-4c01-aceb-22fed4be3148</Id>
<Pet>
<BreedId>b832304c-0bd7-46ca-8c72-dca0516d58b8</BreedId>
<Cost>1</Cost>
<DateOfBirth>2026-02-04T01:05:00.389121+00:00</DateOfBirth>
<DateOfBirthExact>true</DateOfBirthExact>
<GenderId>e2312c30-826d-479e-9e2e-f430620c8bc4</GenderId>
<HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim>
<Id>775c2a0e-2f48-465e-94bd-eb58ce0642f9</Id>
<IllnessOrInjury>true</IllnessOrInjury>
<IsNextVacVetChecked>true</IsNextVacVetChecked>
<LastVaccinatedDate>2026-02-04T01:05:00.389121+00:00</LastVaccinatedDate>
<MicrochipNumber>sample string 7</MicrochipNumber>
<Name>sample string 8</Name>
<PetSizeId>8285277d-c5a3-4a3f-8bee-9edfc9508d6c</PetSizeId>
<PolicyStartDate>2026-02-04T01:05:00.389121+00:00</PolicyStartDate>
<SpeciesId>0db12ba7-045d-4cb9-aaee-0442c7f59b0e</SpeciesId>
<Vaccinated>true</Vaccinated>
<VetChecked>true</VetChecked>
<VetId>197aaee6-388e-4508-9318-a23a5357cb6d</VetId>
</Pet>
<PolicyStartDate>2026-02-04T01:05:00.389121+00:00</PolicyStartDate>
<TermsAgreed>true</TermsAgreed>
</BreederFreeCoverRequest>