POST api/Quote/CreateOrUpdate
Request Information
URI Parameters
None.
Body Parameters
QuoteRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| AffiliateId | globally unique identifier |
None. |
|
| BasketId | globally unique identifier |
None. |
|
| BrandId | globally unique identifier |
None. |
|
| CampaignId | globally unique identifier |
None. |
|
| Customer | Customer |
None. |
|
| Id | globally unique identifier |
None. |
|
| Pet | Pet |
None. |
|
| PolicyStartDate | date |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| PromoCode | string |
None. |
|
| SelectedCoverOptionId | globally unique identifier |
None. |
|
| SelectedExtras | Collection of globally unique identifier |
None. |
|
| SelectedFixedExcessId | globally unique identifier |
None. |
|
| SelectedVariableExcessId | globally unique identifier |
None. |
|
| TermsAgreed | boolean |
None. |
|
| AutoRenew | boolean |
None. |
|
| AllowFollowUp | boolean |
None. |
|
| AdditionalPolicyHolder | AuthorityToDeal |
None. |
Request Formats
application/json, text/json
Sample:
{
"AffiliateId": "2754f452-1c3b-4514-b4e6-166a42e1dd9c",
"BasketId": "8d7ebd61-16e4-4653-b1a4-179d768922a7",
"BrandId": "cb51a27c-c72a-4dda-b01c-b756f337e2b4",
"CampaignId": "732d0d21-ec35-467b-b1d7-f059b0ec466c",
"Customer": {
"AddressLine1": "sample string 1",
"AddressLine2": "sample string 2",
"AddressLine3": "sample string 3",
"CountryId": "55011297-e01f-4061-a596-70e8f1ada10e",
"County": "sample string 4",
"DateOfBirth": "2026-05-09T09:16:31.8090037+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": "efbd1389-4563-4e0d-9068-30a4f1a6b6ea",
"IsLocked": true,
"LastName": "sample string 12",
"MobileNumber": "sample string 13",
"PostCode": "sample string 14",
"TitleId": "0aa0552f-99b6-4b67-a4fd-46d20f10ff16",
"Town": "sample string 15",
"MarketingContactByEmail": true,
"MarketingContactByPhone": true,
"MarketingContactBySMS": true
},
"Id": "02cd80c2-d91a-4f63-a284-90ad1847f8d5",
"Pet": {
"IsNextVacVetChecked": true,
"BreedId": "a965ef3e-82ed-478c-9673-11cb86928757",
"Cost": 1.0,
"DateOfBirth": "2026-05-09T09:16:31.8090037+01:00",
"DateOfBirthExact": true,
"GenderId": "ac7d8b32-db04-4ec9-af26-cac0fef35d1f",
"HadPriorThirdPartyLiabilityClaim": true,
"Id": "1b2c721f-0f48-49ae-80d9-c1fcdc4d78f3",
"IllnessOrInjury": true,
"LastVaccinatedDate": "2026-05-09T09:16:31.8090037+01:00",
"MicrochipNumber": "sample string 7",
"Name": "sample string 8",
"PolicyStartDate": "2026-05-09T09:16:31.8090037+01:00",
"PetSizeId": "5308a190-6da9-474e-b3f3-ea2a89dfa90f",
"SpeciesId": "8ea720be-ba8e-4cda-9ebb-e17dd4b5a66c",
"Vaccinated": true,
"VetId": "a3a72219-4cec-4f29-bf5c-dd057b815be6",
"VetChecked": true
},
"PolicyStartDate": "2026-05-09T09:16:31.8090037+01:00",
"ProductId": "516f4064-5068-4adc-9ffb-e73e500c41b4",
"PromoCode": "sample string 3",
"SelectedCoverOptionId": "d20a4ad2-ba9c-4308-82c2-b03fe740ca94",
"SelectedExtras": [
"4544033d-4f30-43b2-9176-b1ec3cd156c3",
"fabc5241-5d01-4fe8-a60b-3576b705c8be"
],
"SelectedFixedExcessId": "7c668d2f-602e-4b0d-96f9-09d03bdef56f",
"SelectedVariableExcessId": "2908f2a4-eb81-4a04-badf-094f512b878e",
"TermsAgreed": true,
"AutoRenew": true,
"AllowFollowUp": true,
"AdditionalPolicyHolder": {
"AuthorityTypeId": "b53abb1c-dd79-4d70-8fd4-29f1f0c72cc8",
"CustomerId": "be399e68-d90f-4edf-97d9-cfe03060c8be",
"DateFrom": "2026-05-09T09:16:31.8090037+01:00",
"DateOfBirth": "2026-05-09T09:16:31.8090037+01:00",
"DateTo": "2026-05-09T09:16:31.8090037+01:00",
"FirstName": "sample string 2",
"Id": "c00d4b7e-6e54-4cfa-b1b8-1729e474594b",
"LastName": "sample string 3",
"PolicyId": "fbdc6c73-5e3e-4e27-b68c-62cf5b0c156d",
"PolicyNo": "sample string 4",
"RelationshipId": "4ebdaea5-1f4c-4e5d-87e4-c840328102fb",
"TitleId": "b8fa20e2-2afa-401a-bcc2-56fee6edb0e0"
}
}
application/xml, text/xml
Sample:
<QuoteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models">
<AdditionalPolicyHolder>
<AuthorityTypeId>b53abb1c-dd79-4d70-8fd4-29f1f0c72cc8</AuthorityTypeId>
<CustomerId>be399e68-d90f-4edf-97d9-cfe03060c8be</CustomerId>
<DateFrom>2026-05-09T09:16:31.8090037+01:00</DateFrom>
<DateOfBirth>2026-05-09T09:16:31.8090037+01:00</DateOfBirth>
<DateTo>2026-05-09T09:16:31.8090037+01:00</DateTo>
<FirstName>sample string 2</FirstName>
<Id>c00d4b7e-6e54-4cfa-b1b8-1729e474594b</Id>
<LastName>sample string 3</LastName>
<PolicyId>fbdc6c73-5e3e-4e27-b68c-62cf5b0c156d</PolicyId>
<PolicyNo>sample string 4</PolicyNo>
<RelationshipId>4ebdaea5-1f4c-4e5d-87e4-c840328102fb</RelationshipId>
<TitleId>b8fa20e2-2afa-401a-bcc2-56fee6edb0e0</TitleId>
</AdditionalPolicyHolder>
<AffiliateId>2754f452-1c3b-4514-b4e6-166a42e1dd9c</AffiliateId>
<AllowFollowUp>true</AllowFollowUp>
<AutoRenew>true</AutoRenew>
<BasketId>8d7ebd61-16e4-4653-b1a4-179d768922a7</BasketId>
<BrandId>cb51a27c-c72a-4dda-b01c-b756f337e2b4</BrandId>
<CampaignId>732d0d21-ec35-467b-b1d7-f059b0ec466c</CampaignId>
<Customer>
<AddressLine1>sample string 1</AddressLine1>
<AddressLine2>sample string 2</AddressLine2>
<AddressLine3>sample string 3</AddressLine3>
<CountryId>55011297-e01f-4061-a596-70e8f1ada10e</CountryId>
<County>sample string 4</County>
<DateOfBirth>2026-05-09T09:16:31.8090037+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>efbd1389-4563-4e0d-9068-30a4f1a6b6ea</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>0aa0552f-99b6-4b67-a4fd-46d20f10ff16</TitleId>
<Town>sample string 15</Town>
</Customer>
<Id>02cd80c2-d91a-4f63-a284-90ad1847f8d5</Id>
<Pet>
<BreedId>a965ef3e-82ed-478c-9673-11cb86928757</BreedId>
<Cost>1</Cost>
<DateOfBirth>2026-05-09T09:16:31.8090037+01:00</DateOfBirth>
<DateOfBirthExact>true</DateOfBirthExact>
<GenderId>ac7d8b32-db04-4ec9-af26-cac0fef35d1f</GenderId>
<HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim>
<Id>1b2c721f-0f48-49ae-80d9-c1fcdc4d78f3</Id>
<IllnessOrInjury>true</IllnessOrInjury>
<IsNextVacVetChecked>true</IsNextVacVetChecked>
<LastVaccinatedDate>2026-05-09T09:16:31.8090037+01:00</LastVaccinatedDate>
<MicrochipNumber>sample string 7</MicrochipNumber>
<Name>sample string 8</Name>
<PetSizeId>5308a190-6da9-474e-b3f3-ea2a89dfa90f</PetSizeId>
<PolicyStartDate>2026-05-09T09:16:31.8090037+01:00</PolicyStartDate>
<SpeciesId>8ea720be-ba8e-4cda-9ebb-e17dd4b5a66c</SpeciesId>
<Vaccinated>true</Vaccinated>
<VetChecked>true</VetChecked>
<VetId>a3a72219-4cec-4f29-bf5c-dd057b815be6</VetId>
</Pet>
<PolicyStartDate>2026-05-09T09:16:31.8090037+01:00</PolicyStartDate>
<ProductId>516f4064-5068-4adc-9ffb-e73e500c41b4</ProductId>
<PromoCode>sample string 3</PromoCode>
<SelectedCoverOptionId>d20a4ad2-ba9c-4308-82c2-b03fe740ca94</SelectedCoverOptionId>
<SelectedExtras xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4544033d-4f30-43b2-9176-b1ec3cd156c3</d2p1:guid>
<d2p1:guid>fabc5241-5d01-4fe8-a60b-3576b705c8be</d2p1:guid>
</SelectedExtras>
<SelectedFixedExcessId>7c668d2f-602e-4b0d-96f9-09d03bdef56f</SelectedFixedExcessId>
<SelectedVariableExcessId>2908f2a4-eb81-4a04-badf-094f512b878e</SelectedVariableExcessId>
<TermsAgreed>true</TermsAgreed>
</QuoteRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
QuoteBasketResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| AdditionalPolicyHolder | Collection of AuthorityToDeal |
None. |
|
| AffiliateId | globally unique identifier |
None. |
|
| AnnualRate | decimal number |
None. |
|
| AvailableCollectionDays | Collection of integer |
None. |
|
| BasketId | globally unique identifier |
None. |
|
| BrandId | globally unique identifier |
None. |
|
| CampaignId | globally unique identifier |
None. |
|
| Customer | Customer |
None. |
|
| Discount | Discount |
None. |
|
| DiscountedRate | decimal number |
None. |
|
| Id | globally unique identifier |
None. |
|
| InsurancePremiumTaxPercentage | decimal number |
None. |
|
| InsurancePremiumTaxValue | decimal number |
None. |
|
| IsRenewalQuote | boolean |
None. |
|
| MonthlyRate | decimal number |
None. |
|
| MultipetPercentage | decimal number |
None. |
|
| MultipetAmount | decimal number |
None. |
|
| PaymentSchedule | Collection of PaymentScheduleItem |
None. |
|
| Pet | Pet |
None. |
|
| PolicyNumber | string |
None. |
|
| PolicyStartDate | date |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| PromoCode | string |
None. |
|
| QuoteNotificationSent | boolean |
None. |
|
| QuoteReference | string |
None. |
|
| SelectedCoverOptionId | globally unique identifier |
None. |
|
| TermsAgreed | boolean |
None. |
|
| AutoRenew | boolean |
None. |
|
| AllowFollowUp | boolean |
None. |
|
| TotalBasketPrice | decimal number |
None. |
|
| SelectedExtras | Collection of ExtraEquine |
None. |
|
| SelectedFixedExcessId | globally unique identifier |
None. |
|
| SelectedVariableExcessId | globally unique identifier |
None. |
|
| MicrochipDiscount | decimal number |
None. |
|
| MultipetDiscountFlatFee | decimal number |
None. |
|
| OnlineDiscount | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"AdditionalPolicyHolder": [
{
"AuthorityTypeId": "e1e37c04-14c0-4ffe-bfd6-23bd1f81f62e",
"CustomerId": "0d0a0d34-2524-4ff3-ada3-a484cdf4b8f5",
"DateFrom": "2026-05-09T09:16:31.8402519+01:00",
"DateOfBirth": "2026-05-09T09:16:31.8402519+01:00",
"DateTo": "2026-05-09T09:16:31.8402519+01:00",
"FirstName": "sample string 2",
"Id": "cb9ef6c8-adcf-4a55-859b-2c4dc8feb34c",
"LastName": "sample string 3",
"PolicyId": "d38b2f5c-6bc9-4176-9e65-dddc71c05307",
"PolicyNo": "sample string 4",
"RelationshipId": "65851222-e23d-42a5-9684-da11f17ad9d4",
"TitleId": "87e2e28e-87d8-4fa3-ac35-97ff0b511dde"
},
{
"AuthorityTypeId": "e1e37c04-14c0-4ffe-bfd6-23bd1f81f62e",
"CustomerId": "0d0a0d34-2524-4ff3-ada3-a484cdf4b8f5",
"DateFrom": "2026-05-09T09:16:31.8402519+01:00",
"DateOfBirth": "2026-05-09T09:16:31.8402519+01:00",
"DateTo": "2026-05-09T09:16:31.8402519+01:00",
"FirstName": "sample string 2",
"Id": "cb9ef6c8-adcf-4a55-859b-2c4dc8feb34c",
"LastName": "sample string 3",
"PolicyId": "d38b2f5c-6bc9-4176-9e65-dddc71c05307",
"PolicyNo": "sample string 4",
"RelationshipId": "65851222-e23d-42a5-9684-da11f17ad9d4",
"TitleId": "87e2e28e-87d8-4fa3-ac35-97ff0b511dde"
}
],
"AffiliateId": "0be1dd9e-66c9-4f9e-b3d7-4a6f77e38aa0",
"AnnualRate": 1.0,
"AvailableCollectionDays": [
1,
2
],
"BasketId": "c760be0e-d2ec-4b42-943c-683f015b1919",
"BrandId": "6a5c8d27-aa75-49e2-b263-af3e7f41bb4f",
"CampaignId": "ec237496-e957-4981-9aa9-b884d6507d4b",
"Customer": {
"AddressLine1": "sample string 1",
"AddressLine2": "sample string 2",
"AddressLine3": "sample string 3",
"CountryId": "9885bc07-890f-49e9-804f-01aa78865050",
"County": "sample string 4",
"DateOfBirth": "2026-05-09T09:16:31.8402519+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": "376a7156-5df8-4346-820b-7544e801f6c6",
"IsLocked": true,
"LastName": "sample string 12",
"MobileNumber": "sample string 13",
"PostCode": "sample string 14",
"TitleId": "54c72a4a-c069-416f-9ac3-0e81d3deb845",
"Town": "sample string 15",
"MarketingContactByEmail": true,
"MarketingContactByPhone": true,
"MarketingContactBySMS": true
},
"Discount": {
"Amount": 1.0,
"ApplyAtEnd": true,
"ApplyAtStart": true,
"Code": "sample string 4",
"Description": "sample string 5",
"Id": "4de9396d-32c6-4587-8e09-777401b5e6d6",
"IsPercentage": true,
"Monthly": true,
"NumberOfMonths": 9
},
"DiscountedRate": 1.0,
"Id": "0ad108b1-28a6-4745-85f8-bd0c62a57f46",
"InsurancePremiumTaxPercentage": 1.0,
"InsurancePremiumTaxValue": 1.0,
"IsRenewalQuote": true,
"MonthlyRate": 1.0,
"MultipetPercentage": 1.0,
"MultipetAmount": 1.0,
"PaymentSchedule": [
{
"Amount": 1.0,
"CollectionDate": "2026-05-09T09:16:31.8402519+01:00"
},
{
"Amount": 1.0,
"CollectionDate": "2026-05-09T09:16:31.8402519+01:00"
}
],
"Pet": {
"IsNextVacVetChecked": true,
"BreedId": "e1ff2927-4d83-4b48-81fd-cdbef0c1c0eb",
"Cost": 1.0,
"DateOfBirth": "2026-05-09T09:16:31.8402519+01:00",
"DateOfBirthExact": true,
"GenderId": "7ff274a1-f063-42be-a481-de51e9c54fdf",
"HadPriorThirdPartyLiabilityClaim": true,
"Id": "86efb4d4-3190-4e94-8b9a-a4e04eae2d24",
"IllnessOrInjury": true,
"LastVaccinatedDate": "2026-05-09T09:16:31.8402519+01:00",
"MicrochipNumber": "sample string 7",
"Name": "sample string 8",
"PolicyStartDate": "2026-05-09T09:16:31.8402519+01:00",
"PetSizeId": "6dfd2e7c-ebe3-414f-bb83-a26755f58170",
"SpeciesId": "fd9cf258-1479-4b42-9a45-b45e666f4466",
"Vaccinated": true,
"VetId": "b59c9631-c9fa-482b-8232-b575ea34b988",
"VetChecked": true
},
"PolicyNumber": "sample string 4",
"PolicyStartDate": "2026-05-09T09:16:31.8402519+01:00",
"ProductId": "93e16b88-d72e-4dd8-b622-39b7ec93fb90",
"PromoCode": "sample string 6",
"QuoteNotificationSent": true,
"QuoteReference": "sample string 8",
"SelectedCoverOptionId": "86cb540a-7df3-41c2-9d89-e9177e5ef2db",
"TermsAgreed": true,
"AutoRenew": true,
"AllowFollowUp": true,
"TotalBasketPrice": 1.0,
"SelectedExtras": [
{
"Id": "281ce3af-3661-451f-a33a-e4c3f8385193",
"Amount": 1.0,
"AnnualOptionalBenefit": 1.0,
"MonthlyOptionalBenefit": 1.0
},
{
"Id": "281ce3af-3661-451f-a33a-e4c3f8385193",
"Amount": 1.0,
"AnnualOptionalBenefit": 1.0,
"MonthlyOptionalBenefit": 1.0
}
],
"SelectedFixedExcessId": "0f732f81-b724-45ea-a878-965188912dec",
"SelectedVariableExcessId": "2317e428-8729-4a34-813a-892db70584e3",
"MicrochipDiscount": 1.0,
"MultipetDiscountFlatFee": 1.0,
"OnlineDiscount": 1.0
}
application/xml, text/xml
Sample:
<QuoteBasketResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models">
<AdditionalPolicyHolder>
<AuthorityToDeal>
<AuthorityTypeId>e1e37c04-14c0-4ffe-bfd6-23bd1f81f62e</AuthorityTypeId>
<CustomerId>0d0a0d34-2524-4ff3-ada3-a484cdf4b8f5</CustomerId>
<DateFrom>2026-05-09T09:16:31.8402519+01:00</DateFrom>
<DateOfBirth>2026-05-09T09:16:31.8402519+01:00</DateOfBirth>
<DateTo>2026-05-09T09:16:31.8402519+01:00</DateTo>
<FirstName>sample string 2</FirstName>
<Id>cb9ef6c8-adcf-4a55-859b-2c4dc8feb34c</Id>
<LastName>sample string 3</LastName>
<PolicyId>d38b2f5c-6bc9-4176-9e65-dddc71c05307</PolicyId>
<PolicyNo>sample string 4</PolicyNo>
<RelationshipId>65851222-e23d-42a5-9684-da11f17ad9d4</RelationshipId>
<TitleId>87e2e28e-87d8-4fa3-ac35-97ff0b511dde</TitleId>
</AuthorityToDeal>
<AuthorityToDeal>
<AuthorityTypeId>e1e37c04-14c0-4ffe-bfd6-23bd1f81f62e</AuthorityTypeId>
<CustomerId>0d0a0d34-2524-4ff3-ada3-a484cdf4b8f5</CustomerId>
<DateFrom>2026-05-09T09:16:31.8402519+01:00</DateFrom>
<DateOfBirth>2026-05-09T09:16:31.8402519+01:00</DateOfBirth>
<DateTo>2026-05-09T09:16:31.8402519+01:00</DateTo>
<FirstName>sample string 2</FirstName>
<Id>cb9ef6c8-adcf-4a55-859b-2c4dc8feb34c</Id>
<LastName>sample string 3</LastName>
<PolicyId>d38b2f5c-6bc9-4176-9e65-dddc71c05307</PolicyId>
<PolicyNo>sample string 4</PolicyNo>
<RelationshipId>65851222-e23d-42a5-9684-da11f17ad9d4</RelationshipId>
<TitleId>87e2e28e-87d8-4fa3-ac35-97ff0b511dde</TitleId>
</AuthorityToDeal>
</AdditionalPolicyHolder>
<AffiliateId>0be1dd9e-66c9-4f9e-b3d7-4a6f77e38aa0</AffiliateId>
<AllowFollowUp>true</AllowFollowUp>
<AnnualRate>1</AnnualRate>
<AutoRenew>true</AutoRenew>
<AvailableCollectionDays xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</AvailableCollectionDays>
<BasketId>c760be0e-d2ec-4b42-943c-683f015b1919</BasketId>
<BrandId>6a5c8d27-aa75-49e2-b263-af3e7f41bb4f</BrandId>
<CampaignId>ec237496-e957-4981-9aa9-b884d6507d4b</CampaignId>
<Customer>
<AddressLine1>sample string 1</AddressLine1>
<AddressLine2>sample string 2</AddressLine2>
<AddressLine3>sample string 3</AddressLine3>
<CountryId>9885bc07-890f-49e9-804f-01aa78865050</CountryId>
<County>sample string 4</County>
<DateOfBirth>2026-05-09T09:16:31.8402519+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>376a7156-5df8-4346-820b-7544e801f6c6</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>54c72a4a-c069-416f-9ac3-0e81d3deb845</TitleId>
<Town>sample string 15</Town>
</Customer>
<Discount>
<Amount>1</Amount>
<ApplyAtEnd>true</ApplyAtEnd>
<ApplyAtStart>true</ApplyAtStart>
<Code>sample string 4</Code>
<Description>sample string 5</Description>
<Id>4de9396d-32c6-4587-8e09-777401b5e6d6</Id>
<IsPercentage>true</IsPercentage>
<Monthly>true</Monthly>
<NumberOfMonths>9</NumberOfMonths>
</Discount>
<DiscountedRate>1</DiscountedRate>
<HasErrored>true</HasErrored>
<Id>0ad108b1-28a6-4745-85f8-bd0c62a57f46</Id>
<InsurancePremiumTaxPercentage>1</InsurancePremiumTaxPercentage>
<InsurancePremiumTaxValue>1</InsurancePremiumTaxValue>
<IsRenewalQuote>true</IsRenewalQuote>
<Messages i:nil="true" />
<MicrochipDiscount>1</MicrochipDiscount>
<MonthlyRate>1</MonthlyRate>
<MultipetAmount>1</MultipetAmount>
<MultipetDiscountFlatFee>1</MultipetDiscountFlatFee>
<MultipetPercentage>1</MultipetPercentage>
<OnlineDiscount>1</OnlineDiscount>
<PaymentSchedule>
<PaymentScheduleItem>
<Amount>1</Amount>
<CollectionDate>2026-05-09T09:16:31.8402519+01:00</CollectionDate>
</PaymentScheduleItem>
<PaymentScheduleItem>
<Amount>1</Amount>
<CollectionDate>2026-05-09T09:16:31.8402519+01:00</CollectionDate>
</PaymentScheduleItem>
</PaymentSchedule>
<Pet>
<BreedId>e1ff2927-4d83-4b48-81fd-cdbef0c1c0eb</BreedId>
<Cost>1</Cost>
<DateOfBirth>2026-05-09T09:16:31.8402519+01:00</DateOfBirth>
<DateOfBirthExact>true</DateOfBirthExact>
<GenderId>7ff274a1-f063-42be-a481-de51e9c54fdf</GenderId>
<HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim>
<Id>86efb4d4-3190-4e94-8b9a-a4e04eae2d24</Id>
<IllnessOrInjury>true</IllnessOrInjury>
<IsNextVacVetChecked>true</IsNextVacVetChecked>
<LastVaccinatedDate>2026-05-09T09:16:31.8402519+01:00</LastVaccinatedDate>
<MicrochipNumber>sample string 7</MicrochipNumber>
<Name>sample string 8</Name>
<PetSizeId>6dfd2e7c-ebe3-414f-bb83-a26755f58170</PetSizeId>
<PolicyStartDate>2026-05-09T09:16:31.8402519+01:00</PolicyStartDate>
<SpeciesId>fd9cf258-1479-4b42-9a45-b45e666f4466</SpeciesId>
<Vaccinated>true</Vaccinated>
<VetChecked>true</VetChecked>
<VetId>b59c9631-c9fa-482b-8232-b575ea34b988</VetId>
</Pet>
<PolicyNumber>sample string 4</PolicyNumber>
<PolicyStartDate>2026-05-09T09:16:31.8402519+01:00</PolicyStartDate>
<ProductId>93e16b88-d72e-4dd8-b622-39b7ec93fb90</ProductId>
<PromoCode>sample string 6</PromoCode>
<QuoteNotificationSent>true</QuoteNotificationSent>
<QuoteReference>sample string 8</QuoteReference>
<SelectedCoverOptionId>86cb540a-7df3-41c2-9d89-e9177e5ef2db</SelectedCoverOptionId>
<SelectedExtras>
<ExtraEquine>
<Amount>1</Amount>
<AnnualOptionalBenefit>1</AnnualOptionalBenefit>
<Id>281ce3af-3661-451f-a33a-e4c3f8385193</Id>
<MonthlyOptionalBenefit>1</MonthlyOptionalBenefit>
</ExtraEquine>
<ExtraEquine>
<Amount>1</Amount>
<AnnualOptionalBenefit>1</AnnualOptionalBenefit>
<Id>281ce3af-3661-451f-a33a-e4c3f8385193</Id>
<MonthlyOptionalBenefit>1</MonthlyOptionalBenefit>
</ExtraEquine>
</SelectedExtras>
<SelectedFixedExcessId>0f732f81-b724-45ea-a878-965188912dec</SelectedFixedExcessId>
<SelectedVariableExcessId>2317e428-8729-4a34-813a-892db70584e3</SelectedVariableExcessId>
<TermsAgreed>true</TermsAgreed>
<TotalBasketPrice>1</TotalBasketPrice>
</QuoteBasketResponse>