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": "6e6b02b0-4b04-4a29-aef6-6dc6f46b2be7",
"BasketId": "bedffd25-858e-4985-9939-b7e84031e9f8",
"BrandId": "66ba0b8f-f0bb-4a15-a02a-afac1424d5ef",
"CampaignId": "137501d1-4209-4298-9cc9-31793769bbba",
"Customer": {
"AddressLine1": "sample string 1",
"AddressLine2": "sample string 2",
"AddressLine3": "sample string 3",
"CountryId": "5e4298c1-f114-4900-a3eb-24cc47e31818",
"County": "sample string 4",
"DateOfBirth": "2026-06-24T20:25:32.0371179+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": "7ae0eb4e-3435-4369-b8a2-e183b72b2f40",
"IsLocked": true,
"LastName": "sample string 12",
"MobileNumber": "sample string 13",
"PostCode": "sample string 14",
"TitleId": "101eaa0b-95d9-4912-a7de-f154f94447c9",
"Town": "sample string 15",
"MarketingContactByEmail": true,
"MarketingContactByPhone": true,
"MarketingContactBySMS": true
},
"Id": "e77f82db-7b94-40c7-9258-55533d861fca",
"Pet": {
"IsNextVacVetChecked": true,
"BreedId": "e66b00a6-ade6-48b0-bd6c-13c11b2c9ca0",
"Cost": 1.0,
"DateOfBirth": "2026-06-24T20:25:32.0371179+01:00",
"DateOfBirthExact": true,
"GenderId": "fb26c79f-dfa3-40a5-8f09-43ad2b07e6c4",
"HadPriorThirdPartyLiabilityClaim": true,
"Id": "c5eb7099-38ec-41f6-ad18-78370cbe0399",
"IllnessOrInjury": true,
"LastVaccinatedDate": "2026-06-24T20:25:32.0371179+01:00",
"MicrochipNumber": "sample string 7",
"Name": "sample string 8",
"PolicyStartDate": "2026-06-24T20:25:32.0371179+01:00",
"PetSizeId": "5b9d2cfa-ec50-4c88-ae58-ff1254f9a37f",
"SpeciesId": "e8ca3fec-ea55-472d-892b-4eb7283b4499",
"Vaccinated": true,
"VetId": "2b04c919-ca72-43db-980e-89a47190aee3",
"VetChecked": true
},
"PolicyStartDate": "2026-06-24T20:25:32.0371179+01:00",
"ProductId": "71105fef-66a8-438c-ad76-074de6b322c1",
"PromoCode": "sample string 3",
"SelectedCoverOptionId": "b5e8198b-9d3f-4e5a-a461-42a836f8db22",
"SelectedExtras": [
"742db08f-4970-4bf8-9317-c97d1d3424d2",
"e8feb549-f7f9-4102-a64f-c4df5b9f1a1c"
],
"SelectedFixedExcessId": "34a5a5ba-381a-4e1c-8654-18ffe32ec993",
"SelectedVariableExcessId": "362a4983-379c-4f84-9306-da6833c48a21",
"TermsAgreed": true,
"AutoRenew": true,
"AllowFollowUp": true,
"AdditionalPolicyHolder": {
"AuthorityTypeId": "fd52e3c2-e886-4cc7-a4b8-26ff93625a84",
"CustomerId": "2bd4c74b-04a4-46dd-9e56-84625e21ef5f",
"DateFrom": "2026-06-24T20:25:32.0371179+01:00",
"DateOfBirth": "2026-06-24T20:25:32.0371179+01:00",
"DateTo": "2026-06-24T20:25:32.0371179+01:00",
"FirstName": "sample string 2",
"Id": "e5870738-3c37-47f7-96ab-9f61bf4b9bd8",
"LastName": "sample string 3",
"PolicyId": "473ccaf9-c954-4941-9f73-65fb1b5403d9",
"PolicyNo": "sample string 4",
"RelationshipId": "415bf9cf-ec68-4fff-8a52-79b3be6b568f",
"TitleId": "a61ef728-aa5f-4e1d-ad43-993ca32d0b0d"
}
}
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>fd52e3c2-e886-4cc7-a4b8-26ff93625a84</AuthorityTypeId>
<CustomerId>2bd4c74b-04a4-46dd-9e56-84625e21ef5f</CustomerId>
<DateFrom>2026-06-24T20:25:32.0371179+01:00</DateFrom>
<DateOfBirth>2026-06-24T20:25:32.0371179+01:00</DateOfBirth>
<DateTo>2026-06-24T20:25:32.0371179+01:00</DateTo>
<FirstName>sample string 2</FirstName>
<Id>e5870738-3c37-47f7-96ab-9f61bf4b9bd8</Id>
<LastName>sample string 3</LastName>
<PolicyId>473ccaf9-c954-4941-9f73-65fb1b5403d9</PolicyId>
<PolicyNo>sample string 4</PolicyNo>
<RelationshipId>415bf9cf-ec68-4fff-8a52-79b3be6b568f</RelationshipId>
<TitleId>a61ef728-aa5f-4e1d-ad43-993ca32d0b0d</TitleId>
</AdditionalPolicyHolder>
<AffiliateId>6e6b02b0-4b04-4a29-aef6-6dc6f46b2be7</AffiliateId>
<AllowFollowUp>true</AllowFollowUp>
<AutoRenew>true</AutoRenew>
<BasketId>bedffd25-858e-4985-9939-b7e84031e9f8</BasketId>
<BrandId>66ba0b8f-f0bb-4a15-a02a-afac1424d5ef</BrandId>
<CampaignId>137501d1-4209-4298-9cc9-31793769bbba</CampaignId>
<Customer>
<AddressLine1>sample string 1</AddressLine1>
<AddressLine2>sample string 2</AddressLine2>
<AddressLine3>sample string 3</AddressLine3>
<CountryId>5e4298c1-f114-4900-a3eb-24cc47e31818</CountryId>
<County>sample string 4</County>
<DateOfBirth>2026-06-24T20:25:32.0371179+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>7ae0eb4e-3435-4369-b8a2-e183b72b2f40</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>101eaa0b-95d9-4912-a7de-f154f94447c9</TitleId>
<Town>sample string 15</Town>
</Customer>
<Id>e77f82db-7b94-40c7-9258-55533d861fca</Id>
<Pet>
<BreedId>e66b00a6-ade6-48b0-bd6c-13c11b2c9ca0</BreedId>
<Cost>1</Cost>
<DateOfBirth>2026-06-24T20:25:32.0371179+01:00</DateOfBirth>
<DateOfBirthExact>true</DateOfBirthExact>
<GenderId>fb26c79f-dfa3-40a5-8f09-43ad2b07e6c4</GenderId>
<HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim>
<Id>c5eb7099-38ec-41f6-ad18-78370cbe0399</Id>
<IllnessOrInjury>true</IllnessOrInjury>
<IsNextVacVetChecked>true</IsNextVacVetChecked>
<LastVaccinatedDate>2026-06-24T20:25:32.0371179+01:00</LastVaccinatedDate>
<MicrochipNumber>sample string 7</MicrochipNumber>
<Name>sample string 8</Name>
<PetSizeId>5b9d2cfa-ec50-4c88-ae58-ff1254f9a37f</PetSizeId>
<PolicyStartDate>2026-06-24T20:25:32.0371179+01:00</PolicyStartDate>
<SpeciesId>e8ca3fec-ea55-472d-892b-4eb7283b4499</SpeciesId>
<Vaccinated>true</Vaccinated>
<VetChecked>true</VetChecked>
<VetId>2b04c919-ca72-43db-980e-89a47190aee3</VetId>
</Pet>
<PolicyStartDate>2026-06-24T20:25:32.0371179+01:00</PolicyStartDate>
<ProductId>71105fef-66a8-438c-ad76-074de6b322c1</ProductId>
<PromoCode>sample string 3</PromoCode>
<SelectedCoverOptionId>b5e8198b-9d3f-4e5a-a461-42a836f8db22</SelectedCoverOptionId>
<SelectedExtras xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>742db08f-4970-4bf8-9317-c97d1d3424d2</d2p1:guid>
<d2p1:guid>e8feb549-f7f9-4102-a64f-c4df5b9f1a1c</d2p1:guid>
</SelectedExtras>
<SelectedFixedExcessId>34a5a5ba-381a-4e1c-8654-18ffe32ec993</SelectedFixedExcessId>
<SelectedVariableExcessId>362a4983-379c-4f84-9306-da6833c48a21</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": "b7bcee04-5dd4-40e0-9e61-2786fbbf2d85",
"CustomerId": "0570dbf5-a248-41e7-af62-ea289c7ae0dc",
"DateFrom": "2026-06-24T20:25:32.0527079+01:00",
"DateOfBirth": "2026-06-24T20:25:32.0527079+01:00",
"DateTo": "2026-06-24T20:25:32.0527079+01:00",
"FirstName": "sample string 2",
"Id": "887ad46d-58a6-42c0-9ed4-0c108f001889",
"LastName": "sample string 3",
"PolicyId": "4801e522-3ba0-4774-9200-75384ba157ba",
"PolicyNo": "sample string 4",
"RelationshipId": "f1487ae8-82f7-46b2-8be8-193957cf6e23",
"TitleId": "a867f8d2-7ef9-47f5-b4c5-38a8ab853393"
},
{
"AuthorityTypeId": "b7bcee04-5dd4-40e0-9e61-2786fbbf2d85",
"CustomerId": "0570dbf5-a248-41e7-af62-ea289c7ae0dc",
"DateFrom": "2026-06-24T20:25:32.0527079+01:00",
"DateOfBirth": "2026-06-24T20:25:32.0527079+01:00",
"DateTo": "2026-06-24T20:25:32.0527079+01:00",
"FirstName": "sample string 2",
"Id": "887ad46d-58a6-42c0-9ed4-0c108f001889",
"LastName": "sample string 3",
"PolicyId": "4801e522-3ba0-4774-9200-75384ba157ba",
"PolicyNo": "sample string 4",
"RelationshipId": "f1487ae8-82f7-46b2-8be8-193957cf6e23",
"TitleId": "a867f8d2-7ef9-47f5-b4c5-38a8ab853393"
}
],
"AffiliateId": "c02bdba4-40ec-4d1e-8227-39e5238bbc91",
"AnnualRate": 1.0,
"AvailableCollectionDays": [
1,
2
],
"BasketId": "cff890c9-530e-4178-b706-ca0ba5467f54",
"BrandId": "817c1830-fb65-4b08-b294-3c5dac769ba7",
"CampaignId": "41241145-acbd-4908-b392-74430a9d7fad",
"Customer": {
"AddressLine1": "sample string 1",
"AddressLine2": "sample string 2",
"AddressLine3": "sample string 3",
"CountryId": "7df8de7d-7e3c-4c5d-9dde-e46858e221d5",
"County": "sample string 4",
"DateOfBirth": "2026-06-24T20:25:32.0527079+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": "36f37546-dc36-4f93-806e-c877c9af3448",
"IsLocked": true,
"LastName": "sample string 12",
"MobileNumber": "sample string 13",
"PostCode": "sample string 14",
"TitleId": "1ae25f03-135a-47b8-b522-96d567b9f853",
"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": "7d12e3ac-fc8a-4cf7-ac0a-dd1313e0a5fb",
"IsPercentage": true,
"Monthly": true,
"NumberOfMonths": 9
},
"DiscountedRate": 1.0,
"Id": "4859c9ec-f726-4103-a2e5-28bdc6f5401e",
"InsurancePremiumTaxPercentage": 1.0,
"InsurancePremiumTaxValue": 1.0,
"IsRenewalQuote": true,
"MonthlyRate": 1.0,
"MultipetPercentage": 1.0,
"MultipetAmount": 1.0,
"PaymentSchedule": [
{
"Amount": 1.0,
"CollectionDate": "2026-06-24T20:25:32.0527079+01:00"
},
{
"Amount": 1.0,
"CollectionDate": "2026-06-24T20:25:32.0527079+01:00"
}
],
"Pet": {
"IsNextVacVetChecked": true,
"BreedId": "cc00ac74-1e8e-4bda-a61d-269926c306cf",
"Cost": 1.0,
"DateOfBirth": "2026-06-24T20:25:32.0527079+01:00",
"DateOfBirthExact": true,
"GenderId": "81698af9-0a9b-4951-b0a0-454c9c6b2591",
"HadPriorThirdPartyLiabilityClaim": true,
"Id": "00965a0a-4461-4bad-a835-798ed4912469",
"IllnessOrInjury": true,
"LastVaccinatedDate": "2026-06-24T20:25:32.0527079+01:00",
"MicrochipNumber": "sample string 7",
"Name": "sample string 8",
"PolicyStartDate": "2026-06-24T20:25:32.0527079+01:00",
"PetSizeId": "dbacbfd3-03c2-4367-a30e-097044e1b519",
"SpeciesId": "0ae29bce-7ce1-4a31-9603-c2e846ddf391",
"Vaccinated": true,
"VetId": "6caa1b6f-c25c-4155-9f79-9efb6a561208",
"VetChecked": true
},
"PolicyNumber": "sample string 4",
"PolicyStartDate": "2026-06-24T20:25:32.0527079+01:00",
"ProductId": "6617a950-c939-4659-931f-03c552b95f2a",
"PromoCode": "sample string 6",
"QuoteNotificationSent": true,
"QuoteReference": "sample string 8",
"SelectedCoverOptionId": "2d23b34a-a674-4a47-86aa-baf04a788a79",
"TermsAgreed": true,
"AutoRenew": true,
"AllowFollowUp": true,
"TotalBasketPrice": 1.0,
"SelectedExtras": [
{
"Id": "ef1e62c5-c86c-4f72-816d-41a19ac39087",
"Amount": 1.0,
"AnnualOptionalBenefit": 1.0,
"MonthlyOptionalBenefit": 1.0
},
{
"Id": "ef1e62c5-c86c-4f72-816d-41a19ac39087",
"Amount": 1.0,
"AnnualOptionalBenefit": 1.0,
"MonthlyOptionalBenefit": 1.0
}
],
"SelectedFixedExcessId": "16f20d1f-4edd-464a-a7f9-eb79bd90fdf4",
"SelectedVariableExcessId": "454d454a-944e-4905-bb9b-bb96ccd63466",
"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>b7bcee04-5dd4-40e0-9e61-2786fbbf2d85</AuthorityTypeId>
<CustomerId>0570dbf5-a248-41e7-af62-ea289c7ae0dc</CustomerId>
<DateFrom>2026-06-24T20:25:32.0527079+01:00</DateFrom>
<DateOfBirth>2026-06-24T20:25:32.0527079+01:00</DateOfBirth>
<DateTo>2026-06-24T20:25:32.0527079+01:00</DateTo>
<FirstName>sample string 2</FirstName>
<Id>887ad46d-58a6-42c0-9ed4-0c108f001889</Id>
<LastName>sample string 3</LastName>
<PolicyId>4801e522-3ba0-4774-9200-75384ba157ba</PolicyId>
<PolicyNo>sample string 4</PolicyNo>
<RelationshipId>f1487ae8-82f7-46b2-8be8-193957cf6e23</RelationshipId>
<TitleId>a867f8d2-7ef9-47f5-b4c5-38a8ab853393</TitleId>
</AuthorityToDeal>
<AuthorityToDeal>
<AuthorityTypeId>b7bcee04-5dd4-40e0-9e61-2786fbbf2d85</AuthorityTypeId>
<CustomerId>0570dbf5-a248-41e7-af62-ea289c7ae0dc</CustomerId>
<DateFrom>2026-06-24T20:25:32.0527079+01:00</DateFrom>
<DateOfBirth>2026-06-24T20:25:32.0527079+01:00</DateOfBirth>
<DateTo>2026-06-24T20:25:32.0527079+01:00</DateTo>
<FirstName>sample string 2</FirstName>
<Id>887ad46d-58a6-42c0-9ed4-0c108f001889</Id>
<LastName>sample string 3</LastName>
<PolicyId>4801e522-3ba0-4774-9200-75384ba157ba</PolicyId>
<PolicyNo>sample string 4</PolicyNo>
<RelationshipId>f1487ae8-82f7-46b2-8be8-193957cf6e23</RelationshipId>
<TitleId>a867f8d2-7ef9-47f5-b4c5-38a8ab853393</TitleId>
</AuthorityToDeal>
</AdditionalPolicyHolder>
<AffiliateId>c02bdba4-40ec-4d1e-8227-39e5238bbc91</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>cff890c9-530e-4178-b706-ca0ba5467f54</BasketId>
<BrandId>817c1830-fb65-4b08-b294-3c5dac769ba7</BrandId>
<CampaignId>41241145-acbd-4908-b392-74430a9d7fad</CampaignId>
<Customer>
<AddressLine1>sample string 1</AddressLine1>
<AddressLine2>sample string 2</AddressLine2>
<AddressLine3>sample string 3</AddressLine3>
<CountryId>7df8de7d-7e3c-4c5d-9dde-e46858e221d5</CountryId>
<County>sample string 4</County>
<DateOfBirth>2026-06-24T20:25:32.0527079+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>36f37546-dc36-4f93-806e-c877c9af3448</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>1ae25f03-135a-47b8-b522-96d567b9f853</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>7d12e3ac-fc8a-4cf7-ac0a-dd1313e0a5fb</Id>
<IsPercentage>true</IsPercentage>
<Monthly>true</Monthly>
<NumberOfMonths>9</NumberOfMonths>
</Discount>
<DiscountedRate>1</DiscountedRate>
<HasErrored>true</HasErrored>
<Id>4859c9ec-f726-4103-a2e5-28bdc6f5401e</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-06-24T20:25:32.0527079+01:00</CollectionDate>
</PaymentScheduleItem>
<PaymentScheduleItem>
<Amount>1</Amount>
<CollectionDate>2026-06-24T20:25:32.0527079+01:00</CollectionDate>
</PaymentScheduleItem>
</PaymentSchedule>
<Pet>
<BreedId>cc00ac74-1e8e-4bda-a61d-269926c306cf</BreedId>
<Cost>1</Cost>
<DateOfBirth>2026-06-24T20:25:32.0527079+01:00</DateOfBirth>
<DateOfBirthExact>true</DateOfBirthExact>
<GenderId>81698af9-0a9b-4951-b0a0-454c9c6b2591</GenderId>
<HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim>
<Id>00965a0a-4461-4bad-a835-798ed4912469</Id>
<IllnessOrInjury>true</IllnessOrInjury>
<IsNextVacVetChecked>true</IsNextVacVetChecked>
<LastVaccinatedDate>2026-06-24T20:25:32.0527079+01:00</LastVaccinatedDate>
<MicrochipNumber>sample string 7</MicrochipNumber>
<Name>sample string 8</Name>
<PetSizeId>dbacbfd3-03c2-4367-a30e-097044e1b519</PetSizeId>
<PolicyStartDate>2026-06-24T20:25:32.0527079+01:00</PolicyStartDate>
<SpeciesId>0ae29bce-7ce1-4a31-9603-c2e846ddf391</SpeciesId>
<Vaccinated>true</Vaccinated>
<VetChecked>true</VetChecked>
<VetId>6caa1b6f-c25c-4155-9f79-9efb6a561208</VetId>
</Pet>
<PolicyNumber>sample string 4</PolicyNumber>
<PolicyStartDate>2026-06-24T20:25:32.0527079+01:00</PolicyStartDate>
<ProductId>6617a950-c939-4659-931f-03c552b95f2a</ProductId>
<PromoCode>sample string 6</PromoCode>
<QuoteNotificationSent>true</QuoteNotificationSent>
<QuoteReference>sample string 8</QuoteReference>
<SelectedCoverOptionId>2d23b34a-a674-4a47-86aa-baf04a788a79</SelectedCoverOptionId>
<SelectedExtras>
<ExtraEquine>
<Amount>1</Amount>
<AnnualOptionalBenefit>1</AnnualOptionalBenefit>
<Id>ef1e62c5-c86c-4f72-816d-41a19ac39087</Id>
<MonthlyOptionalBenefit>1</MonthlyOptionalBenefit>
</ExtraEquine>
<ExtraEquine>
<Amount>1</Amount>
<AnnualOptionalBenefit>1</AnnualOptionalBenefit>
<Id>ef1e62c5-c86c-4f72-816d-41a19ac39087</Id>
<MonthlyOptionalBenefit>1</MonthlyOptionalBenefit>
</ExtraEquine>
</SelectedExtras>
<SelectedFixedExcessId>16f20d1f-4edd-464a-a7f9-eb79bd90fdf4</SelectedFixedExcessId>
<SelectedVariableExcessId>454d454a-944e-4905-bb9b-bb96ccd63466</SelectedVariableExcessId>
<TermsAgreed>true</TermsAgreed>
<TotalBasketPrice>1</TotalBasketPrice>
</QuoteBasketResponse>