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": "16d87364-d0fc-4c15-9db3-eab7636c52d3",
"BreederAffiliateId": "b30ad54d-77b6-4368-944a-d0bad13791dc",
"Customer": {
"AddressLine1": "sample string 1",
"AddressLine2": "sample string 2",
"AddressLine3": "sample string 3",
"CountryId": "af7a3735-3d2c-4a13-9bce-a5149788f245",
"County": "sample string 4",
"DateOfBirth": "2026-05-09T12:54:21.9980971+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": "9d7ab5bc-17f0-489b-978b-ee88ac3a2570",
"IsLocked": true,
"LastName": "sample string 12",
"MobileNumber": "sample string 13",
"PostCode": "sample string 14",
"TitleId": "7b90f47d-5375-4e28-bf4e-35bdee2edbce",
"Town": "sample string 15",
"MarketingContactByEmail": true,
"MarketingContactByPhone": true,
"MarketingContactBySMS": true
},
"Id": "74fa6219-993e-4a8a-a848-ec129c9dc816",
"Pet": {
"IsNextVacVetChecked": true,
"BreedId": "9b099cba-dd0a-4c68-8512-f8811be4560f",
"Cost": 1.0,
"DateOfBirth": "2026-05-09T12:54:21.9980971+01:00",
"DateOfBirthExact": true,
"GenderId": "2cd07a31-a272-466c-b7ee-1df7166cb6cf",
"HadPriorThirdPartyLiabilityClaim": true,
"Id": "85b1c1bc-b6a5-451f-a998-fd62a498fe87",
"IllnessOrInjury": true,
"LastVaccinatedDate": "2026-05-09T12:54:21.9980971+01:00",
"MicrochipNumber": "sample string 7",
"Name": "sample string 8",
"PolicyStartDate": "2026-05-09T12:54:21.9980971+01:00",
"PetSizeId": "5c35d53c-9d34-4f64-be57-4a546b4c2a23",
"SpeciesId": "ecc338b2-b2c1-4bfd-bcda-f09c44b5a881",
"Vaccinated": true,
"VetId": "b12211ea-0648-442b-b770-e3c11d606cf4",
"VetChecked": true
},
"PolicyStartDate": "2026-05-09T12:54:21.9980971+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>16d87364-d0fc-4c15-9db3-eab7636c52d3</BrandId>
<BreederAffiliateId>b30ad54d-77b6-4368-944a-d0bad13791dc</BreederAffiliateId>
<Customer>
<AddressLine1>sample string 1</AddressLine1>
<AddressLine2>sample string 2</AddressLine2>
<AddressLine3>sample string 3</AddressLine3>
<CountryId>af7a3735-3d2c-4a13-9bce-a5149788f245</CountryId>
<County>sample string 4</County>
<DateOfBirth>2026-05-09T12:54:21.9980971+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>9d7ab5bc-17f0-489b-978b-ee88ac3a2570</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>7b90f47d-5375-4e28-bf4e-35bdee2edbce</TitleId>
<Town>sample string 15</Town>
</Customer>
<Id>74fa6219-993e-4a8a-a848-ec129c9dc816</Id>
<Pet>
<BreedId>9b099cba-dd0a-4c68-8512-f8811be4560f</BreedId>
<Cost>1</Cost>
<DateOfBirth>2026-05-09T12:54:21.9980971+01:00</DateOfBirth>
<DateOfBirthExact>true</DateOfBirthExact>
<GenderId>2cd07a31-a272-466c-b7ee-1df7166cb6cf</GenderId>
<HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim>
<Id>85b1c1bc-b6a5-451f-a998-fd62a498fe87</Id>
<IllnessOrInjury>true</IllnessOrInjury>
<IsNextVacVetChecked>true</IsNextVacVetChecked>
<LastVaccinatedDate>2026-05-09T12:54:21.9980971+01:00</LastVaccinatedDate>
<MicrochipNumber>sample string 7</MicrochipNumber>
<Name>sample string 8</Name>
<PetSizeId>5c35d53c-9d34-4f64-be57-4a546b4c2a23</PetSizeId>
<PolicyStartDate>2026-05-09T12:54:21.9980971+01:00</PolicyStartDate>
<SpeciesId>ecc338b2-b2c1-4bfd-bcda-f09c44b5a881</SpeciesId>
<Vaccinated>true</Vaccinated>
<VetChecked>true</VetChecked>
<VetId>b12211ea-0648-442b-b770-e3c11d606cf4</VetId>
</Pet>
<PolicyStartDate>2026-05-09T12:54:21.9980971+01: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": "9322adbe-ee77-4ab1-96c2-154410b76a3a",
"BreederAffiliateId": "534f38c7-f018-4f51-8a62-fa45fdd1f06a",
"Customer": {
"AddressLine1": "sample string 1",
"AddressLine2": "sample string 2",
"AddressLine3": "sample string 3",
"CountryId": "3fe4fb41-d0e1-45b8-8e6c-96515c4a0acd",
"County": "sample string 4",
"DateOfBirth": "2026-05-09T12:54:21.9980971+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": "1f8b753b-cc0a-4131-adee-64fbb87a2864",
"IsLocked": true,
"LastName": "sample string 12",
"MobileNumber": "sample string 13",
"PostCode": "sample string 14",
"TitleId": "fe2f38a2-5034-4865-841b-532d8872b1e6",
"Town": "sample string 15",
"MarketingContactByEmail": true,
"MarketingContactByPhone": true,
"MarketingContactBySMS": true
},
"Id": "35b2e9aa-115d-4c85-bd1f-51f076debdee",
"Pet": {
"IsNextVacVetChecked": true,
"BreedId": "1e4d913c-a460-4e50-a4da-dd991bbf31ea",
"Cost": 1.0,
"DateOfBirth": "2026-05-09T12:54:21.9980971+01:00",
"DateOfBirthExact": true,
"GenderId": "0d76dd25-9bd4-4583-ae48-eb27b836bc4f",
"HadPriorThirdPartyLiabilityClaim": true,
"Id": "087091c0-c593-4a45-afa5-e1e4fb1b4fee",
"IllnessOrInjury": true,
"LastVaccinatedDate": "2026-05-09T12:54:21.9980971+01:00",
"MicrochipNumber": "sample string 7",
"Name": "sample string 8",
"PolicyStartDate": "2026-05-09T12:54:21.9980971+01:00",
"PetSizeId": "c59f4715-b908-4b0e-bbba-c2cb15562794",
"SpeciesId": "79c8f5e4-d30c-4b15-9a6e-780f28d03432",
"Vaccinated": true,
"VetId": "1120a7bc-f686-4884-8400-4c35d44f96b5",
"VetChecked": true
},
"PolicyStartDate": "2026-05-09T12:54:21.9980971+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>9322adbe-ee77-4ab1-96c2-154410b76a3a</BrandId>
<BreederAffiliateId>534f38c7-f018-4f51-8a62-fa45fdd1f06a</BreederAffiliateId>
<Customer>
<AddressLine1>sample string 1</AddressLine1>
<AddressLine2>sample string 2</AddressLine2>
<AddressLine3>sample string 3</AddressLine3>
<CountryId>3fe4fb41-d0e1-45b8-8e6c-96515c4a0acd</CountryId>
<County>sample string 4</County>
<DateOfBirth>2026-05-09T12:54:21.9980971+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>1f8b753b-cc0a-4131-adee-64fbb87a2864</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>fe2f38a2-5034-4865-841b-532d8872b1e6</TitleId>
<Town>sample string 15</Town>
</Customer>
<Id>35b2e9aa-115d-4c85-bd1f-51f076debdee</Id>
<Pet>
<BreedId>1e4d913c-a460-4e50-a4da-dd991bbf31ea</BreedId>
<Cost>1</Cost>
<DateOfBirth>2026-05-09T12:54:21.9980971+01:00</DateOfBirth>
<DateOfBirthExact>true</DateOfBirthExact>
<GenderId>0d76dd25-9bd4-4583-ae48-eb27b836bc4f</GenderId>
<HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim>
<Id>087091c0-c593-4a45-afa5-e1e4fb1b4fee</Id>
<IllnessOrInjury>true</IllnessOrInjury>
<IsNextVacVetChecked>true</IsNextVacVetChecked>
<LastVaccinatedDate>2026-05-09T12:54:21.9980971+01:00</LastVaccinatedDate>
<MicrochipNumber>sample string 7</MicrochipNumber>
<Name>sample string 8</Name>
<PetSizeId>c59f4715-b908-4b0e-bbba-c2cb15562794</PetSizeId>
<PolicyStartDate>2026-05-09T12:54:21.9980971+01:00</PolicyStartDate>
<SpeciesId>79c8f5e4-d30c-4b15-9a6e-780f28d03432</SpeciesId>
<Vaccinated>true</Vaccinated>
<VetChecked>true</VetChecked>
<VetId>1120a7bc-f686-4884-8400-4c35d44f96b5</VetId>
</Pet>
<PolicyStartDate>2026-05-09T12:54:21.9980971+01:00</PolicyStartDate>
<TermsAgreed>true</TermsAgreed>
</BreederFreeCoverRequest>