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": "22dc4929-e971-4e3a-a15d-ba1a8a7851cb",
"BreederAffiliateId": "9553232c-e195-403b-90b2-226ab6dd6e64",
"Customer": {
"AddressLine1": "sample string 1",
"AddressLine2": "sample string 2",
"AddressLine3": "sample string 3",
"CountryId": "7b064c9a-77d8-4652-8081-a9d413f4bcc0",
"County": "sample string 4",
"DateOfBirth": "2026-08-15T10:50:58.0700462+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": "f6c5b157-c4d9-454a-866e-5d0bd9ede8c7",
"IsLocked": true,
"LastName": "sample string 12",
"MobileNumber": "sample string 13",
"PostCode": "sample string 14",
"TitleId": "60bd3b8a-6610-4701-a8e3-00c0a40e2951",
"Town": "sample string 15",
"MarketingContactByEmail": true,
"MarketingContactByPhone": true,
"MarketingContactBySMS": true
},
"Id": "088b238c-7c8d-44df-80ff-f2ddba3863b2",
"Pet": {
"IsNextVacVetChecked": true,
"BreedId": "04f62517-7fad-4cce-8b2c-1d12330602cb",
"Cost": 1.0,
"DateOfBirth": "2026-08-15T10:50:58.0700462+01:00",
"DateOfBirthExact": true,
"GenderId": "0aad0435-3af6-421b-820e-4b7dd877541e",
"HadPriorThirdPartyLiabilityClaim": true,
"Id": "92501010-6a8e-4fa1-be45-58788d2405c6",
"IllnessOrInjury": true,
"LastVaccinatedDate": "2026-08-15T10:50:58.0700462+01:00",
"MicrochipNumber": "sample string 7",
"Name": "sample string 8",
"PolicyStartDate": "2026-08-15T10:50:58.0700462+01:00",
"PetSizeId": "65101aa9-972e-42d8-82e8-afe5638f42b0",
"SpeciesId": "3f39ed73-a3f7-40b5-a290-b4021e29261d",
"Vaccinated": true,
"VetId": "188f687c-12ac-41e9-90fc-3f9a886c604c",
"VetChecked": true
},
"PolicyStartDate": "2026-08-15T10:50:58.0700462+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>22dc4929-e971-4e3a-a15d-ba1a8a7851cb</BrandId>
<BreederAffiliateId>9553232c-e195-403b-90b2-226ab6dd6e64</BreederAffiliateId>
<Customer>
<AddressLine1>sample string 1</AddressLine1>
<AddressLine2>sample string 2</AddressLine2>
<AddressLine3>sample string 3</AddressLine3>
<CountryId>7b064c9a-77d8-4652-8081-a9d413f4bcc0</CountryId>
<County>sample string 4</County>
<DateOfBirth>2026-08-15T10:50:58.0700462+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>f6c5b157-c4d9-454a-866e-5d0bd9ede8c7</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>60bd3b8a-6610-4701-a8e3-00c0a40e2951</TitleId>
<Town>sample string 15</Town>
</Customer>
<Id>088b238c-7c8d-44df-80ff-f2ddba3863b2</Id>
<Pet>
<BreedId>04f62517-7fad-4cce-8b2c-1d12330602cb</BreedId>
<Cost>1</Cost>
<DateOfBirth>2026-08-15T10:50:58.0700462+01:00</DateOfBirth>
<DateOfBirthExact>true</DateOfBirthExact>
<GenderId>0aad0435-3af6-421b-820e-4b7dd877541e</GenderId>
<HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim>
<Id>92501010-6a8e-4fa1-be45-58788d2405c6</Id>
<IllnessOrInjury>true</IllnessOrInjury>
<IsNextVacVetChecked>true</IsNextVacVetChecked>
<LastVaccinatedDate>2026-08-15T10:50:58.0700462+01:00</LastVaccinatedDate>
<MicrochipNumber>sample string 7</MicrochipNumber>
<Name>sample string 8</Name>
<PetSizeId>65101aa9-972e-42d8-82e8-afe5638f42b0</PetSizeId>
<PolicyStartDate>2026-08-15T10:50:58.0700462+01:00</PolicyStartDate>
<SpeciesId>3f39ed73-a3f7-40b5-a290-b4021e29261d</SpeciesId>
<Vaccinated>true</Vaccinated>
<VetChecked>true</VetChecked>
<VetId>188f687c-12ac-41e9-90fc-3f9a886c604c</VetId>
</Pet>
<PolicyStartDate>2026-08-15T10:50:58.0700462+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": "cc1e9614-d1d3-4b12-814b-4501a6b12e2a",
"BreederAffiliateId": "eeb80584-bdc1-4ab5-b4ef-50a3ef81c796",
"Customer": {
"AddressLine1": "sample string 1",
"AddressLine2": "sample string 2",
"AddressLine3": "sample string 3",
"CountryId": "296a4e98-2fa6-4348-a66c-56cae4ed63ac",
"County": "sample string 4",
"DateOfBirth": "2026-08-15T10:50:58.0700462+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": "a6daace0-a89a-4005-84ad-46339e552c96",
"IsLocked": true,
"LastName": "sample string 12",
"MobileNumber": "sample string 13",
"PostCode": "sample string 14",
"TitleId": "e7363db4-3e95-43a1-b3fd-61d95f83c06f",
"Town": "sample string 15",
"MarketingContactByEmail": true,
"MarketingContactByPhone": true,
"MarketingContactBySMS": true
},
"Id": "347f47b7-d9aa-4064-8ea7-40717739c015",
"Pet": {
"IsNextVacVetChecked": true,
"BreedId": "cdb12992-cf38-47bc-ab80-0a40b10e4227",
"Cost": 1.0,
"DateOfBirth": "2026-08-15T10:50:58.0700462+01:00",
"DateOfBirthExact": true,
"GenderId": "afab7dea-9a45-4c7f-ba61-27da32f0fc38",
"HadPriorThirdPartyLiabilityClaim": true,
"Id": "26ee9499-2ef6-4b2f-ab48-a18519b51302",
"IllnessOrInjury": true,
"LastVaccinatedDate": "2026-08-15T10:50:58.0700462+01:00",
"MicrochipNumber": "sample string 7",
"Name": "sample string 8",
"PolicyStartDate": "2026-08-15T10:50:58.0700462+01:00",
"PetSizeId": "bd774173-93f6-4af4-9a8e-2e7cbfe5d2a9",
"SpeciesId": "6e788b0f-b94f-4fc6-945e-c3c773f379c9",
"Vaccinated": true,
"VetId": "26d04d49-ef21-42de-a03b-b50aa2814e49",
"VetChecked": true
},
"PolicyStartDate": "2026-08-15T10:50:58.0700462+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>cc1e9614-d1d3-4b12-814b-4501a6b12e2a</BrandId>
<BreederAffiliateId>eeb80584-bdc1-4ab5-b4ef-50a3ef81c796</BreederAffiliateId>
<Customer>
<AddressLine1>sample string 1</AddressLine1>
<AddressLine2>sample string 2</AddressLine2>
<AddressLine3>sample string 3</AddressLine3>
<CountryId>296a4e98-2fa6-4348-a66c-56cae4ed63ac</CountryId>
<County>sample string 4</County>
<DateOfBirth>2026-08-15T10:50:58.0700462+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>a6daace0-a89a-4005-84ad-46339e552c96</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>e7363db4-3e95-43a1-b3fd-61d95f83c06f</TitleId>
<Town>sample string 15</Town>
</Customer>
<Id>347f47b7-d9aa-4064-8ea7-40717739c015</Id>
<Pet>
<BreedId>cdb12992-cf38-47bc-ab80-0a40b10e4227</BreedId>
<Cost>1</Cost>
<DateOfBirth>2026-08-15T10:50:58.0700462+01:00</DateOfBirth>
<DateOfBirthExact>true</DateOfBirthExact>
<GenderId>afab7dea-9a45-4c7f-ba61-27da32f0fc38</GenderId>
<HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim>
<Id>26ee9499-2ef6-4b2f-ab48-a18519b51302</Id>
<IllnessOrInjury>true</IllnessOrInjury>
<IsNextVacVetChecked>true</IsNextVacVetChecked>
<LastVaccinatedDate>2026-08-15T10:50:58.0700462+01:00</LastVaccinatedDate>
<MicrochipNumber>sample string 7</MicrochipNumber>
<Name>sample string 8</Name>
<PetSizeId>bd774173-93f6-4af4-9a8e-2e7cbfe5d2a9</PetSizeId>
<PolicyStartDate>2026-08-15T10:50:58.0700462+01:00</PolicyStartDate>
<SpeciesId>6e788b0f-b94f-4fc6-945e-c3c773f379c9</SpeciesId>
<Vaccinated>true</Vaccinated>
<VetChecked>true</VetChecked>
<VetId>26d04d49-ef21-42de-a03b-b50aa2814e49</VetId>
</Pet>
<PolicyStartDate>2026-08-15T10:50:58.0700462+01:00</PolicyStartDate>
<TermsAgreed>true</TermsAgreed>
</BreederFreeCoverRequest>