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": "2bffbcd2-a324-439c-b131-adf81773dd74",
"BreederAffiliateId": "adba3a01-9117-4fcf-b1b4-a4be9017a2b9",
"Customer": {
"AddressLine1": "sample string 1",
"AddressLine2": "sample string 2",
"AddressLine3": "sample string 3",
"CountryId": "faafd015-c135-4ff5-9bcc-d04727d4e350",
"County": "sample string 4",
"DateOfBirth": "2026-03-23T20:15:31.8442135+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": "2d1a78a3-8fe7-40e6-b81a-006fc9960eb1",
"IsLocked": true,
"LastName": "sample string 12",
"MobileNumber": "sample string 13",
"PostCode": "sample string 14",
"TitleId": "7c5d3514-03c5-4662-b77e-bf39d7807977",
"Town": "sample string 15",
"MarketingContactByEmail": true,
"MarketingContactByPhone": true,
"MarketingContactBySMS": true
},
"Id": "01f77ce9-54ae-4d10-810b-54bdec82b81d",
"Pet": {
"IsNextVacVetChecked": true,
"BreedId": "83f556e9-e024-4e32-ac68-da85a584bc3f",
"Cost": 1.0,
"DateOfBirth": "2026-03-23T20:15:31.8442135+00:00",
"DateOfBirthExact": true,
"GenderId": "24b02c37-157a-4d7b-8211-c94804b66f07",
"HadPriorThirdPartyLiabilityClaim": true,
"Id": "a1f57409-3677-40f4-ae55-fbdc24905d0a",
"IllnessOrInjury": true,
"LastVaccinatedDate": "2026-03-23T20:15:31.8442135+00:00",
"MicrochipNumber": "sample string 7",
"Name": "sample string 8",
"PolicyStartDate": "2026-03-23T20:15:31.8442135+00:00",
"PetSizeId": "b5f557ce-3484-4b14-9681-9f4e98793fce",
"SpeciesId": "7f6b26ea-7b84-498e-8b30-aea6fb1bab2a",
"Vaccinated": true,
"VetId": "e4af473f-7b82-47db-96a6-68804814c60b",
"VetChecked": true
},
"PolicyStartDate": "2026-03-23T20:15:31.8442135+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>2bffbcd2-a324-439c-b131-adf81773dd74</BrandId>
<BreederAffiliateId>adba3a01-9117-4fcf-b1b4-a4be9017a2b9</BreederAffiliateId>
<Customer>
<AddressLine1>sample string 1</AddressLine1>
<AddressLine2>sample string 2</AddressLine2>
<AddressLine3>sample string 3</AddressLine3>
<CountryId>faafd015-c135-4ff5-9bcc-d04727d4e350</CountryId>
<County>sample string 4</County>
<DateOfBirth>2026-03-23T20:15:31.8442135+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>2d1a78a3-8fe7-40e6-b81a-006fc9960eb1</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>7c5d3514-03c5-4662-b77e-bf39d7807977</TitleId>
<Town>sample string 15</Town>
</Customer>
<Id>01f77ce9-54ae-4d10-810b-54bdec82b81d</Id>
<Pet>
<BreedId>83f556e9-e024-4e32-ac68-da85a584bc3f</BreedId>
<Cost>1</Cost>
<DateOfBirth>2026-03-23T20:15:31.8442135+00:00</DateOfBirth>
<DateOfBirthExact>true</DateOfBirthExact>
<GenderId>24b02c37-157a-4d7b-8211-c94804b66f07</GenderId>
<HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim>
<Id>a1f57409-3677-40f4-ae55-fbdc24905d0a</Id>
<IllnessOrInjury>true</IllnessOrInjury>
<IsNextVacVetChecked>true</IsNextVacVetChecked>
<LastVaccinatedDate>2026-03-23T20:15:31.8442135+00:00</LastVaccinatedDate>
<MicrochipNumber>sample string 7</MicrochipNumber>
<Name>sample string 8</Name>
<PetSizeId>b5f557ce-3484-4b14-9681-9f4e98793fce</PetSizeId>
<PolicyStartDate>2026-03-23T20:15:31.8442135+00:00</PolicyStartDate>
<SpeciesId>7f6b26ea-7b84-498e-8b30-aea6fb1bab2a</SpeciesId>
<Vaccinated>true</Vaccinated>
<VetChecked>true</VetChecked>
<VetId>e4af473f-7b82-47db-96a6-68804814c60b</VetId>
</Pet>
<PolicyStartDate>2026-03-23T20:15:31.8442135+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": "0eaa20ad-861c-4ae5-ba0d-6bf2c98dfd8c",
"BreederAffiliateId": "d3cd2c32-cd3f-4b1c-a304-f46bd97af9ed",
"Customer": {
"AddressLine1": "sample string 1",
"AddressLine2": "sample string 2",
"AddressLine3": "sample string 3",
"CountryId": "e26649c4-9a2e-4ba9-bf66-47e9fbabb95e",
"County": "sample string 4",
"DateOfBirth": "2026-03-23T20:15:31.8442135+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": "b94054d1-daa8-4ca3-b93a-116155f1671e",
"IsLocked": true,
"LastName": "sample string 12",
"MobileNumber": "sample string 13",
"PostCode": "sample string 14",
"TitleId": "63a49e20-811a-4bcb-aef2-6d49432c2318",
"Town": "sample string 15",
"MarketingContactByEmail": true,
"MarketingContactByPhone": true,
"MarketingContactBySMS": true
},
"Id": "3a5a53c6-d1bf-4e20-88f4-f619492924d1",
"Pet": {
"IsNextVacVetChecked": true,
"BreedId": "b0318197-c745-4fc6-b63f-d15f2ea5fcdd",
"Cost": 1.0,
"DateOfBirth": "2026-03-23T20:15:31.8442135+00:00",
"DateOfBirthExact": true,
"GenderId": "1224eb6f-35e8-4169-92b4-f95a1ff82e3b",
"HadPriorThirdPartyLiabilityClaim": true,
"Id": "1d2da2a3-0b80-4685-9201-1d645998c5fc",
"IllnessOrInjury": true,
"LastVaccinatedDate": "2026-03-23T20:15:31.8442135+00:00",
"MicrochipNumber": "sample string 7",
"Name": "sample string 8",
"PolicyStartDate": "2026-03-23T20:15:31.8442135+00:00",
"PetSizeId": "1ae7867e-dabb-4e0f-87c5-481ae7265e05",
"SpeciesId": "3f90cd7e-fde2-46d1-8953-9bb499bd24ee",
"Vaccinated": true,
"VetId": "16e11512-78e3-48b5-a7ed-53e9c79c5b20",
"VetChecked": true
},
"PolicyStartDate": "2026-03-23T20:15:31.8442135+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>0eaa20ad-861c-4ae5-ba0d-6bf2c98dfd8c</BrandId>
<BreederAffiliateId>d3cd2c32-cd3f-4b1c-a304-f46bd97af9ed</BreederAffiliateId>
<Customer>
<AddressLine1>sample string 1</AddressLine1>
<AddressLine2>sample string 2</AddressLine2>
<AddressLine3>sample string 3</AddressLine3>
<CountryId>e26649c4-9a2e-4ba9-bf66-47e9fbabb95e</CountryId>
<County>sample string 4</County>
<DateOfBirth>2026-03-23T20:15:31.8442135+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>b94054d1-daa8-4ca3-b93a-116155f1671e</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>63a49e20-811a-4bcb-aef2-6d49432c2318</TitleId>
<Town>sample string 15</Town>
</Customer>
<Id>3a5a53c6-d1bf-4e20-88f4-f619492924d1</Id>
<Pet>
<BreedId>b0318197-c745-4fc6-b63f-d15f2ea5fcdd</BreedId>
<Cost>1</Cost>
<DateOfBirth>2026-03-23T20:15:31.8442135+00:00</DateOfBirth>
<DateOfBirthExact>true</DateOfBirthExact>
<GenderId>1224eb6f-35e8-4169-92b4-f95a1ff82e3b</GenderId>
<HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim>
<Id>1d2da2a3-0b80-4685-9201-1d645998c5fc</Id>
<IllnessOrInjury>true</IllnessOrInjury>
<IsNextVacVetChecked>true</IsNextVacVetChecked>
<LastVaccinatedDate>2026-03-23T20:15:31.8442135+00:00</LastVaccinatedDate>
<MicrochipNumber>sample string 7</MicrochipNumber>
<Name>sample string 8</Name>
<PetSizeId>1ae7867e-dabb-4e0f-87c5-481ae7265e05</PetSizeId>
<PolicyStartDate>2026-03-23T20:15:31.8442135+00:00</PolicyStartDate>
<SpeciesId>3f90cd7e-fde2-46d1-8953-9bb499bd24ee</SpeciesId>
<Vaccinated>true</Vaccinated>
<VetChecked>true</VetChecked>
<VetId>16e11512-78e3-48b5-a7ed-53e9c79c5b20</VetId>
</Pet>
<PolicyStartDate>2026-03-23T20:15:31.8442135+00:00</PolicyStartDate>
<TermsAgreed>true</TermsAgreed>
</BreederFreeCoverRequest>