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 ExtraEquine |
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": "53c4bd23-9482-4141-b370-3aeb9b5e0697",
"BasketId": "d2bd935c-a6ea-417e-9f9e-9c569215685a",
"BrandId": "9651f2b7-8eb0-434d-831b-b3c0ca1f1d35",
"CampaignId": "4d0c2c2a-0d7c-43a7-952d-264f3c0370ca",
"Customer": {
"AddressLine1": "sample string 1",
"AddressLine2": "sample string 2",
"AddressLine3": "sample string 3",
"CountryId": "a850424d-26c0-4270-a0d2-a835322ae090",
"County": "sample string 4",
"DateOfBirth": "2026-03-23T15:07:27.9891816+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": "cee9cfb3-85ba-4113-9012-2e789fe129e6",
"IsLocked": true,
"LastName": "sample string 12",
"MobileNumber": "sample string 13",
"PostCode": "sample string 14",
"TitleId": "b086bfdb-8855-428c-9699-91bb483d8205",
"Town": "sample string 15",
"MarketingContactByEmail": true,
"MarketingContactByPhone": true,
"MarketingContactBySMS": true
},
"Id": "5182f0b6-bb24-4f77-80b3-3457b05b707d",
"Pet": {
"IsNextVacVetChecked": true,
"BreedId": "e52dc2eb-6d2c-41dd-8473-eb43f1f32c3e",
"Cost": 1.0,
"DateOfBirth": "2026-03-23T15:07:27.9891816+00:00",
"DateOfBirthExact": true,
"GenderId": "af7537b5-a00c-4f6d-9651-67c54eb4a9ae",
"HadPriorThirdPartyLiabilityClaim": true,
"Id": "69507a5e-4693-4165-b3e8-251f4f10b83b",
"IllnessOrInjury": true,
"LastVaccinatedDate": "2026-03-23T15:07:27.9891816+00:00",
"MicrochipNumber": "sample string 7",
"Name": "sample string 8",
"PolicyStartDate": "2026-03-23T15:07:27.9891816+00:00",
"PetSizeId": "b56b3c55-8064-41df-a0a9-6a88f2dae19e",
"SpeciesId": "a72846c0-3c77-4a02-82a7-b02af858c150",
"Vaccinated": true,
"VetId": "f3aff755-f8a5-4c43-a7f1-55c8ae1282e7",
"VetChecked": true
},
"PolicyStartDate": "2026-03-23T15:07:27.9891816+00:00",
"ProductId": "c3b5191d-33b7-45dc-9abb-d58c9fc31ec4",
"PromoCode": "sample string 3",
"SelectedCoverOptionId": "314d9c49-b61b-4c6d-a1ae-d6c154fbdc2c",
"SelectedExtras": [
{
"Id": "626d90b0-5150-49d1-8c2a-0184fe0452da",
"Amount": 1.0,
"AnnualOptionalBenefit": 1.0,
"MonthlyOptionalBenefit": 1.0
},
{
"Id": "626d90b0-5150-49d1-8c2a-0184fe0452da",
"Amount": 1.0,
"AnnualOptionalBenefit": 1.0,
"MonthlyOptionalBenefit": 1.0
}
],
"SelectedFixedExcessId": "083c08d6-da2b-4eea-a1bf-52a453541660",
"SelectedVariableExcessId": "e1ab3cec-2b63-4652-ac3e-0f1bd795b727",
"TermsAgreed": true,
"AutoRenew": true,
"AllowFollowUp": true,
"AdditionalPolicyHolder": {
"AuthorityTypeId": "f2e8cbbf-2af3-4317-833b-f9f81bd12692",
"CustomerId": "ae22ad00-6f9e-45f8-a531-788fbd7352b8",
"DateFrom": "2026-03-23T15:07:27.9891816+00:00",
"DateOfBirth": "2026-03-23T15:07:27.9891816+00:00",
"DateTo": "2026-03-23T15:07:27.9891816+00:00",
"FirstName": "sample string 2",
"Id": "40dbd023-b66b-48d4-9224-dfa99d823024",
"LastName": "sample string 3",
"PolicyId": "13e6cba3-5f19-4db8-aa60-5759e814d5bb",
"PolicyNo": "sample string 4",
"RelationshipId": "8cea578a-3d09-444b-94c7-784a0b25c39d",
"TitleId": "8de02eed-291b-4a74-9069-3c3377a24d3f"
}
}
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>f2e8cbbf-2af3-4317-833b-f9f81bd12692</AuthorityTypeId>
<CustomerId>ae22ad00-6f9e-45f8-a531-788fbd7352b8</CustomerId>
<DateFrom>2026-03-23T15:07:27.9891816+00:00</DateFrom>
<DateOfBirth>2026-03-23T15:07:27.9891816+00:00</DateOfBirth>
<DateTo>2026-03-23T15:07:27.9891816+00:00</DateTo>
<FirstName>sample string 2</FirstName>
<Id>40dbd023-b66b-48d4-9224-dfa99d823024</Id>
<LastName>sample string 3</LastName>
<PolicyId>13e6cba3-5f19-4db8-aa60-5759e814d5bb</PolicyId>
<PolicyNo>sample string 4</PolicyNo>
<RelationshipId>8cea578a-3d09-444b-94c7-784a0b25c39d</RelationshipId>
<TitleId>8de02eed-291b-4a74-9069-3c3377a24d3f</TitleId>
</AdditionalPolicyHolder>
<AffiliateId>53c4bd23-9482-4141-b370-3aeb9b5e0697</AffiliateId>
<AllowFollowUp>true</AllowFollowUp>
<AutoRenew>true</AutoRenew>
<BasketId>d2bd935c-a6ea-417e-9f9e-9c569215685a</BasketId>
<BrandId>9651f2b7-8eb0-434d-831b-b3c0ca1f1d35</BrandId>
<CampaignId>4d0c2c2a-0d7c-43a7-952d-264f3c0370ca</CampaignId>
<Customer>
<AddressLine1>sample string 1</AddressLine1>
<AddressLine2>sample string 2</AddressLine2>
<AddressLine3>sample string 3</AddressLine3>
<CountryId>a850424d-26c0-4270-a0d2-a835322ae090</CountryId>
<County>sample string 4</County>
<DateOfBirth>2026-03-23T15:07:27.9891816+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>cee9cfb3-85ba-4113-9012-2e789fe129e6</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>b086bfdb-8855-428c-9699-91bb483d8205</TitleId>
<Town>sample string 15</Town>
</Customer>
<Id>5182f0b6-bb24-4f77-80b3-3457b05b707d</Id>
<Pet>
<BreedId>e52dc2eb-6d2c-41dd-8473-eb43f1f32c3e</BreedId>
<Cost>1</Cost>
<DateOfBirth>2026-03-23T15:07:27.9891816+00:00</DateOfBirth>
<DateOfBirthExact>true</DateOfBirthExact>
<GenderId>af7537b5-a00c-4f6d-9651-67c54eb4a9ae</GenderId>
<HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim>
<Id>69507a5e-4693-4165-b3e8-251f4f10b83b</Id>
<IllnessOrInjury>true</IllnessOrInjury>
<IsNextVacVetChecked>true</IsNextVacVetChecked>
<LastVaccinatedDate>2026-03-23T15:07:27.9891816+00:00</LastVaccinatedDate>
<MicrochipNumber>sample string 7</MicrochipNumber>
<Name>sample string 8</Name>
<PetSizeId>b56b3c55-8064-41df-a0a9-6a88f2dae19e</PetSizeId>
<PolicyStartDate>2026-03-23T15:07:27.9891816+00:00</PolicyStartDate>
<SpeciesId>a72846c0-3c77-4a02-82a7-b02af858c150</SpeciesId>
<Vaccinated>true</Vaccinated>
<VetChecked>true</VetChecked>
<VetId>f3aff755-f8a5-4c43-a7f1-55c8ae1282e7</VetId>
</Pet>
<PolicyStartDate>2026-03-23T15:07:27.9891816+00:00</PolicyStartDate>
<ProductId>c3b5191d-33b7-45dc-9abb-d58c9fc31ec4</ProductId>
<PromoCode>sample string 3</PromoCode>
<SelectedCoverOptionId>314d9c49-b61b-4c6d-a1ae-d6c154fbdc2c</SelectedCoverOptionId>
<SelectedExtras>
<ExtraEquine>
<Amount>1</Amount>
<AnnualOptionalBenefit>1</AnnualOptionalBenefit>
<Id>626d90b0-5150-49d1-8c2a-0184fe0452da</Id>
<MonthlyOptionalBenefit>1</MonthlyOptionalBenefit>
</ExtraEquine>
<ExtraEquine>
<Amount>1</Amount>
<AnnualOptionalBenefit>1</AnnualOptionalBenefit>
<Id>626d90b0-5150-49d1-8c2a-0184fe0452da</Id>
<MonthlyOptionalBenefit>1</MonthlyOptionalBenefit>
</ExtraEquine>
</SelectedExtras>
<SelectedFixedExcessId>083c08d6-da2b-4eea-a1bf-52a453541660</SelectedFixedExcessId>
<SelectedVariableExcessId>e1ab3cec-2b63-4652-ac3e-0f1bd795b727</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": "4f18c240-e140-4c55-87fc-1e6992b15fb4",
"CustomerId": "95537c9d-8d17-4761-b896-79cafb0667c5",
"DateFrom": "2026-03-23T15:07:27.9891816+00:00",
"DateOfBirth": "2026-03-23T15:07:27.9891816+00:00",
"DateTo": "2026-03-23T15:07:27.9891816+00:00",
"FirstName": "sample string 2",
"Id": "820ad4e3-0740-4a9e-9cf3-ab29fcd9c693",
"LastName": "sample string 3",
"PolicyId": "fe8cceb4-f805-41ca-aaea-f01dde0d6686",
"PolicyNo": "sample string 4",
"RelationshipId": "de6f4a39-7072-4cbd-956f-bbfc07dfad9a",
"TitleId": "df87e7e6-8718-41a7-bc8e-b8ce9b4a92b4"
},
{
"AuthorityTypeId": "4f18c240-e140-4c55-87fc-1e6992b15fb4",
"CustomerId": "95537c9d-8d17-4761-b896-79cafb0667c5",
"DateFrom": "2026-03-23T15:07:27.9891816+00:00",
"DateOfBirth": "2026-03-23T15:07:27.9891816+00:00",
"DateTo": "2026-03-23T15:07:27.9891816+00:00",
"FirstName": "sample string 2",
"Id": "820ad4e3-0740-4a9e-9cf3-ab29fcd9c693",
"LastName": "sample string 3",
"PolicyId": "fe8cceb4-f805-41ca-aaea-f01dde0d6686",
"PolicyNo": "sample string 4",
"RelationshipId": "de6f4a39-7072-4cbd-956f-bbfc07dfad9a",
"TitleId": "df87e7e6-8718-41a7-bc8e-b8ce9b4a92b4"
}
],
"AffiliateId": "07e64783-36dc-4652-a8bc-f1b7539665a1",
"AnnualRate": 1.0,
"AvailableCollectionDays": [
1,
2
],
"BasketId": "3f24f6f6-26c5-415f-b62c-2b0f8dd884fc",
"BrandId": "5cb7ad3b-4571-40c0-a2e7-9dfbda0acd99",
"CampaignId": "f1d8d3fd-84c6-4c6d-803a-259002fcc444",
"Customer": {
"AddressLine1": "sample string 1",
"AddressLine2": "sample string 2",
"AddressLine3": "sample string 3",
"CountryId": "ae04d265-c6ea-4bd6-b8af-3c73ec473c08",
"County": "sample string 4",
"DateOfBirth": "2026-03-23T15:07:27.9891816+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": "1cd934b0-ed8a-4fa0-99b4-bc96228f956b",
"IsLocked": true,
"LastName": "sample string 12",
"MobileNumber": "sample string 13",
"PostCode": "sample string 14",
"TitleId": "c9eb2b1f-6096-4202-88f2-84aad669ba3d",
"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": "f13bf1e4-68f2-46de-91e4-ca10fa817207",
"IsPercentage": true,
"Monthly": true,
"NumberOfMonths": 9
},
"DiscountedRate": 1.0,
"Id": "4458370c-6040-4076-80a6-84756e80a11b",
"InsurancePremiumTaxPercentage": 1.0,
"InsurancePremiumTaxValue": 1.0,
"IsRenewalQuote": true,
"MonthlyRate": 1.0,
"MultipetPercentage": 1.0,
"MultipetAmount": 1.0,
"PaymentSchedule": [
{
"Amount": 1.0,
"CollectionDate": "2026-03-23T15:07:27.9891816+00:00"
},
{
"Amount": 1.0,
"CollectionDate": "2026-03-23T15:07:27.9891816+00:00"
}
],
"Pet": {
"IsNextVacVetChecked": true,
"BreedId": "304ac801-7a1b-4012-b45d-a9130a46eb1b",
"Cost": 1.0,
"DateOfBirth": "2026-03-23T15:07:27.9891816+00:00",
"DateOfBirthExact": true,
"GenderId": "d1412237-b01d-4995-94e5-19697953e5b0",
"HadPriorThirdPartyLiabilityClaim": true,
"Id": "48d5f9b9-5f87-48fa-b182-031c6ebb7515",
"IllnessOrInjury": true,
"LastVaccinatedDate": "2026-03-23T15:07:27.9891816+00:00",
"MicrochipNumber": "sample string 7",
"Name": "sample string 8",
"PolicyStartDate": "2026-03-23T15:07:27.9891816+00:00",
"PetSizeId": "e671a1c2-fe4e-4b6d-aa05-f06228df1bf2",
"SpeciesId": "f8abe816-d129-4baa-a929-b4960e5a91c8",
"Vaccinated": true,
"VetId": "f1568571-530b-49b8-a054-5dfd71fc4a4d",
"VetChecked": true
},
"PolicyNumber": "sample string 4",
"PolicyStartDate": "2026-03-23T15:07:27.9891816+00:00",
"ProductId": "dc387d35-c906-478d-877f-f4e153dff03f",
"PromoCode": "sample string 6",
"QuoteNotificationSent": true,
"QuoteReference": "sample string 8",
"SelectedCoverOptionId": "bc1e56af-51a4-45bd-b957-33512aa909d0",
"TermsAgreed": true,
"AutoRenew": true,
"AllowFollowUp": true,
"TotalBasketPrice": 1.0,
"SelectedExtras": [
{
"Id": "c5bb2eae-187d-4e71-9d0c-0990bd22821b",
"Amount": 1.0,
"AnnualOptionalBenefit": 1.0,
"MonthlyOptionalBenefit": 1.0
},
{
"Id": "c5bb2eae-187d-4e71-9d0c-0990bd22821b",
"Amount": 1.0,
"AnnualOptionalBenefit": 1.0,
"MonthlyOptionalBenefit": 1.0
}
],
"SelectedFixedExcessId": "9ab801ad-74da-46fe-be13-197bf657dca9",
"SelectedVariableExcessId": "65b81508-73fe-4232-8eb0-6f75e8544bed",
"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>4f18c240-e140-4c55-87fc-1e6992b15fb4</AuthorityTypeId>
<CustomerId>95537c9d-8d17-4761-b896-79cafb0667c5</CustomerId>
<DateFrom>2026-03-23T15:07:27.9891816+00:00</DateFrom>
<DateOfBirth>2026-03-23T15:07:27.9891816+00:00</DateOfBirth>
<DateTo>2026-03-23T15:07:27.9891816+00:00</DateTo>
<FirstName>sample string 2</FirstName>
<Id>820ad4e3-0740-4a9e-9cf3-ab29fcd9c693</Id>
<LastName>sample string 3</LastName>
<PolicyId>fe8cceb4-f805-41ca-aaea-f01dde0d6686</PolicyId>
<PolicyNo>sample string 4</PolicyNo>
<RelationshipId>de6f4a39-7072-4cbd-956f-bbfc07dfad9a</RelationshipId>
<TitleId>df87e7e6-8718-41a7-bc8e-b8ce9b4a92b4</TitleId>
</AuthorityToDeal>
<AuthorityToDeal>
<AuthorityTypeId>4f18c240-e140-4c55-87fc-1e6992b15fb4</AuthorityTypeId>
<CustomerId>95537c9d-8d17-4761-b896-79cafb0667c5</CustomerId>
<DateFrom>2026-03-23T15:07:27.9891816+00:00</DateFrom>
<DateOfBirth>2026-03-23T15:07:27.9891816+00:00</DateOfBirth>
<DateTo>2026-03-23T15:07:27.9891816+00:00</DateTo>
<FirstName>sample string 2</FirstName>
<Id>820ad4e3-0740-4a9e-9cf3-ab29fcd9c693</Id>
<LastName>sample string 3</LastName>
<PolicyId>fe8cceb4-f805-41ca-aaea-f01dde0d6686</PolicyId>
<PolicyNo>sample string 4</PolicyNo>
<RelationshipId>de6f4a39-7072-4cbd-956f-bbfc07dfad9a</RelationshipId>
<TitleId>df87e7e6-8718-41a7-bc8e-b8ce9b4a92b4</TitleId>
</AuthorityToDeal>
</AdditionalPolicyHolder>
<AffiliateId>07e64783-36dc-4652-a8bc-f1b7539665a1</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>3f24f6f6-26c5-415f-b62c-2b0f8dd884fc</BasketId>
<BrandId>5cb7ad3b-4571-40c0-a2e7-9dfbda0acd99</BrandId>
<CampaignId>f1d8d3fd-84c6-4c6d-803a-259002fcc444</CampaignId>
<Customer>
<AddressLine1>sample string 1</AddressLine1>
<AddressLine2>sample string 2</AddressLine2>
<AddressLine3>sample string 3</AddressLine3>
<CountryId>ae04d265-c6ea-4bd6-b8af-3c73ec473c08</CountryId>
<County>sample string 4</County>
<DateOfBirth>2026-03-23T15:07:27.9891816+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>1cd934b0-ed8a-4fa0-99b4-bc96228f956b</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>c9eb2b1f-6096-4202-88f2-84aad669ba3d</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>f13bf1e4-68f2-46de-91e4-ca10fa817207</Id>
<IsPercentage>true</IsPercentage>
<Monthly>true</Monthly>
<NumberOfMonths>9</NumberOfMonths>
</Discount>
<DiscountedRate>1</DiscountedRate>
<HasErrored>true</HasErrored>
<Id>4458370c-6040-4076-80a6-84756e80a11b</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-03-23T15:07:27.9891816+00:00</CollectionDate>
</PaymentScheduleItem>
<PaymentScheduleItem>
<Amount>1</Amount>
<CollectionDate>2026-03-23T15:07:27.9891816+00:00</CollectionDate>
</PaymentScheduleItem>
</PaymentSchedule>
<Pet>
<BreedId>304ac801-7a1b-4012-b45d-a9130a46eb1b</BreedId>
<Cost>1</Cost>
<DateOfBirth>2026-03-23T15:07:27.9891816+00:00</DateOfBirth>
<DateOfBirthExact>true</DateOfBirthExact>
<GenderId>d1412237-b01d-4995-94e5-19697953e5b0</GenderId>
<HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim>
<Id>48d5f9b9-5f87-48fa-b182-031c6ebb7515</Id>
<IllnessOrInjury>true</IllnessOrInjury>
<IsNextVacVetChecked>true</IsNextVacVetChecked>
<LastVaccinatedDate>2026-03-23T15:07:27.9891816+00:00</LastVaccinatedDate>
<MicrochipNumber>sample string 7</MicrochipNumber>
<Name>sample string 8</Name>
<PetSizeId>e671a1c2-fe4e-4b6d-aa05-f06228df1bf2</PetSizeId>
<PolicyStartDate>2026-03-23T15:07:27.9891816+00:00</PolicyStartDate>
<SpeciesId>f8abe816-d129-4baa-a929-b4960e5a91c8</SpeciesId>
<Vaccinated>true</Vaccinated>
<VetChecked>true</VetChecked>
<VetId>f1568571-530b-49b8-a054-5dfd71fc4a4d</VetId>
</Pet>
<PolicyNumber>sample string 4</PolicyNumber>
<PolicyStartDate>2026-03-23T15:07:27.9891816+00:00</PolicyStartDate>
<ProductId>dc387d35-c906-478d-877f-f4e153dff03f</ProductId>
<PromoCode>sample string 6</PromoCode>
<QuoteNotificationSent>true</QuoteNotificationSent>
<QuoteReference>sample string 8</QuoteReference>
<SelectedCoverOptionId>bc1e56af-51a4-45bd-b957-33512aa909d0</SelectedCoverOptionId>
<SelectedExtras>
<ExtraEquine>
<Amount>1</Amount>
<AnnualOptionalBenefit>1</AnnualOptionalBenefit>
<Id>c5bb2eae-187d-4e71-9d0c-0990bd22821b</Id>
<MonthlyOptionalBenefit>1</MonthlyOptionalBenefit>
</ExtraEquine>
<ExtraEquine>
<Amount>1</Amount>
<AnnualOptionalBenefit>1</AnnualOptionalBenefit>
<Id>c5bb2eae-187d-4e71-9d0c-0990bd22821b</Id>
<MonthlyOptionalBenefit>1</MonthlyOptionalBenefit>
</ExtraEquine>
</SelectedExtras>
<SelectedFixedExcessId>9ab801ad-74da-46fe-be13-197bf657dca9</SelectedFixedExcessId>
<SelectedVariableExcessId>65b81508-73fe-4232-8eb0-6f75e8544bed</SelectedVariableExcessId>
<TermsAgreed>true</TermsAgreed>
<TotalBasketPrice>1</TotalBasketPrice>
</QuoteBasketResponse>