POST api/Quote/CreateOrUpdate
Request Information
URI Parameters
None.
Body Parameters
QuoteRequestName | 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. |
|
AdditionalPolicyHolder | AuthorityToDeal |
None. |
Request Formats
application/json, text/json
Sample:
{ "AffiliateId": "c6152617-1111-4825-a8c7-95420f50ec04", "BasketId": "adaf7852-beae-4d25-9e57-b7b3c09421f1", "BrandId": "694438a8-fe10-4c53-b280-1e6f77a076b7", "CampaignId": "d8be8fcf-b579-4acc-a4d4-1b4bfdcf82e7", "Customer": { "AddressLine1": "sample string 1", "AddressLine2": "sample string 2", "AddressLine3": "sample string 3", "CountryId": "ca83f9ae-83f3-4701-8748-271fac525469", "County": "sample string 4", "DateOfBirth": "2025-07-07T16:09:18.5890192+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": "2903a272-749a-4b4b-b7af-fca2f13f8a36", "IsLocked": true, "LastName": "sample string 12", "MobileNumber": "sample string 13", "PostCode": "sample string 14", "TitleId": "8dbf001e-e6a4-401b-bf7e-19025a01fab4", "Town": "sample string 15", "MarketingContactByEmail": true, "MarketingContactByPhone": true, "MarketingContactBySMS": true }, "Id": "3d5c1bce-574c-4bfc-b540-e5fee6601937", "Pet": { "IsNextVacVetChecked": true, "BreedId": "f4a48ebd-02b6-48bf-8cdb-3fc9ba9f7d63", "Cost": 1.0, "DateOfBirth": "2025-07-07T16:09:18.5890192+01:00", "DateOfBirthExact": true, "GenderId": "66c46876-0833-430d-b0a6-e9b5b6ce9a17", "HadPriorThirdPartyLiabilityClaim": true, "Id": "11ac7556-28c5-41f3-b103-b9f55ec51907", "IllnessOrInjury": true, "LastVaccinatedDate": "2025-07-07T16:09:18.5890192+01:00", "MicrochipNumber": "sample string 7", "Name": "sample string 8", "PolicyStartDate": "2025-07-07T16:09:18.5890192+01:00", "PetSizeId": "67b766ef-0770-483f-963d-290e91f6e01c", "SpeciesId": "5b0261d3-9e7e-4a10-aa61-6e3ff8c2adec", "Vaccinated": true, "VetId": "1b9015e6-3a55-4950-876a-6b89104a2115", "VetChecked": true }, "PolicyStartDate": "2025-07-07T16:09:18.5890192+01:00", "ProductId": "8598aa30-0967-46ff-9634-a224f619ffc2", "PromoCode": "sample string 3", "SelectedCoverOptionId": "99d85942-e344-4101-a979-77c90378397d", "SelectedExtras": [ "9e68f404-d0cd-478b-a191-4e73fa80e2c4", "057e9033-bc05-4e93-a83f-89482247b828" ], "SelectedFixedExcessId": "ef2c79a1-a8ad-434a-b512-ad9ea70931a1", "SelectedVariableExcessId": "8c92c153-0c50-428c-8cd1-7412368716f3", "TermsAgreed": true, "AdditionalPolicyHolder": { "AuthorityTypeId": "199ffa04-77f1-49a5-b080-16f528b927ff", "CustomerId": "07af1d01-efe5-46c7-9341-858d6144e92c", "DateFrom": "2025-07-07T16:09:18.5890192+01:00", "DateOfBirth": "2025-07-07T16:09:18.5890192+01:00", "DateTo": "2025-07-07T16:09:18.5890192+01:00", "FirstName": "sample string 2", "Id": "a7b669fd-5e1c-42b2-ac20-e24f17f2ba61", "LastName": "sample string 3", "PolicyId": "91608411-4ef3-40a4-b0f7-c7dcc0095ce8", "PolicyNo": "sample string 4", "RelationshipId": "021bfd3a-4b03-4c54-a771-38c41df5322c", "TitleId": "28259719-cb23-4614-a211-6f7a34940769" } }
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>199ffa04-77f1-49a5-b080-16f528b927ff</AuthorityTypeId> <CustomerId>07af1d01-efe5-46c7-9341-858d6144e92c</CustomerId> <DateFrom>2025-07-07T16:09:18.5890192+01:00</DateFrom> <DateOfBirth>2025-07-07T16:09:18.5890192+01:00</DateOfBirth> <DateTo>2025-07-07T16:09:18.5890192+01:00</DateTo> <FirstName>sample string 2</FirstName> <Id>a7b669fd-5e1c-42b2-ac20-e24f17f2ba61</Id> <LastName>sample string 3</LastName> <PolicyId>91608411-4ef3-40a4-b0f7-c7dcc0095ce8</PolicyId> <PolicyNo>sample string 4</PolicyNo> <RelationshipId>021bfd3a-4b03-4c54-a771-38c41df5322c</RelationshipId> <TitleId>28259719-cb23-4614-a211-6f7a34940769</TitleId> </AdditionalPolicyHolder> <AffiliateId>c6152617-1111-4825-a8c7-95420f50ec04</AffiliateId> <BasketId>adaf7852-beae-4d25-9e57-b7b3c09421f1</BasketId> <BrandId>694438a8-fe10-4c53-b280-1e6f77a076b7</BrandId> <CampaignId>d8be8fcf-b579-4acc-a4d4-1b4bfdcf82e7</CampaignId> <Customer> <AddressLine1>sample string 1</AddressLine1> <AddressLine2>sample string 2</AddressLine2> <AddressLine3>sample string 3</AddressLine3> <CountryId>ca83f9ae-83f3-4701-8748-271fac525469</CountryId> <County>sample string 4</County> <DateOfBirth>2025-07-07T16:09:18.5890192+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>2903a272-749a-4b4b-b7af-fca2f13f8a36</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>8dbf001e-e6a4-401b-bf7e-19025a01fab4</TitleId> <Town>sample string 15</Town> </Customer> <Id>3d5c1bce-574c-4bfc-b540-e5fee6601937</Id> <Pet> <BreedId>f4a48ebd-02b6-48bf-8cdb-3fc9ba9f7d63</BreedId> <Cost>1</Cost> <DateOfBirth>2025-07-07T16:09:18.5890192+01:00</DateOfBirth> <DateOfBirthExact>true</DateOfBirthExact> <GenderId>66c46876-0833-430d-b0a6-e9b5b6ce9a17</GenderId> <HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim> <Id>11ac7556-28c5-41f3-b103-b9f55ec51907</Id> <IllnessOrInjury>true</IllnessOrInjury> <IsNextVacVetChecked>true</IsNextVacVetChecked> <LastVaccinatedDate>2025-07-07T16:09:18.5890192+01:00</LastVaccinatedDate> <MicrochipNumber>sample string 7</MicrochipNumber> <Name>sample string 8</Name> <PetSizeId>67b766ef-0770-483f-963d-290e91f6e01c</PetSizeId> <PolicyStartDate>2025-07-07T16:09:18.5890192+01:00</PolicyStartDate> <SpeciesId>5b0261d3-9e7e-4a10-aa61-6e3ff8c2adec</SpeciesId> <Vaccinated>true</Vaccinated> <VetChecked>true</VetChecked> <VetId>1b9015e6-3a55-4950-876a-6b89104a2115</VetId> </Pet> <PolicyStartDate>2025-07-07T16:09:18.5890192+01:00</PolicyStartDate> <ProductId>8598aa30-0967-46ff-9634-a224f619ffc2</ProductId> <PromoCode>sample string 3</PromoCode> <SelectedCoverOptionId>99d85942-e344-4101-a979-77c90378397d</SelectedCoverOptionId> <SelectedExtras xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>9e68f404-d0cd-478b-a191-4e73fa80e2c4</d2p1:guid> <d2p1:guid>057e9033-bc05-4e93-a83f-89482247b828</d2p1:guid> </SelectedExtras> <SelectedFixedExcessId>ef2c79a1-a8ad-434a-b512-ad9ea70931a1</SelectedFixedExcessId> <SelectedVariableExcessId>8c92c153-0c50-428c-8cd1-7412368716f3</SelectedVariableExcessId> <TermsAgreed>true</TermsAgreed> </QuoteRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
QuoteBasketResponseName | 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. |
|
TotalBasketPrice | decimal number |
None. |
|
SelectedExtras | Collection of globally unique identifier |
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": "379950c8-824f-47b7-9791-382b497dee64", "CustomerId": "a996b725-a96a-4cc0-bded-4a5eab3f7c2d", "DateFrom": "2025-07-07T16:09:18.6060809+01:00", "DateOfBirth": "2025-07-07T16:09:18.6060809+01:00", "DateTo": "2025-07-07T16:09:18.6060809+01:00", "FirstName": "sample string 2", "Id": "255f1a09-a292-44d0-bd31-ca7207f771e0", "LastName": "sample string 3", "PolicyId": "2ae58811-adc1-48d1-9739-1f9b739d1f4f", "PolicyNo": "sample string 4", "RelationshipId": "adec542a-d64e-4ef6-8af6-09f21b92e84f", "TitleId": "5cf021e9-3e2f-41c8-86ad-c61d4519cd07" }, { "AuthorityTypeId": "379950c8-824f-47b7-9791-382b497dee64", "CustomerId": "a996b725-a96a-4cc0-bded-4a5eab3f7c2d", "DateFrom": "2025-07-07T16:09:18.6060809+01:00", "DateOfBirth": "2025-07-07T16:09:18.6060809+01:00", "DateTo": "2025-07-07T16:09:18.6060809+01:00", "FirstName": "sample string 2", "Id": "255f1a09-a292-44d0-bd31-ca7207f771e0", "LastName": "sample string 3", "PolicyId": "2ae58811-adc1-48d1-9739-1f9b739d1f4f", "PolicyNo": "sample string 4", "RelationshipId": "adec542a-d64e-4ef6-8af6-09f21b92e84f", "TitleId": "5cf021e9-3e2f-41c8-86ad-c61d4519cd07" } ], "AffiliateId": "caa80872-af43-4d0b-b809-7658be08c561", "AnnualRate": 1.0, "AvailableCollectionDays": [ 1, 2 ], "BasketId": "6ad6bbf3-0a24-45a4-8bb4-fc7b19ca455c", "BrandId": "77c959bd-8706-43e5-89f4-ffa8937a612a", "CampaignId": "d4d5c5f0-d0a6-4b71-b0a5-ff1d1c713928", "Customer": { "AddressLine1": "sample string 1", "AddressLine2": "sample string 2", "AddressLine3": "sample string 3", "CountryId": "9e0c6747-de0e-4c1b-8878-61cbbc1d9f6c", "County": "sample string 4", "DateOfBirth": "2025-07-07T16:09:18.6060809+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": "4f279199-6744-4a06-99a8-dcdebe25aa7d", "IsLocked": true, "LastName": "sample string 12", "MobileNumber": "sample string 13", "PostCode": "sample string 14", "TitleId": "36080d52-5290-4a12-93f7-4c1a85ebcd15", "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": "015c72a0-4a00-451d-bb0e-d023a42460f7", "IsPercentage": true, "Monthly": true, "NumberOfMonths": 9 }, "DiscountedRate": 1.0, "Id": "cd11a8fe-7049-4e4a-95bd-a226d5a63842", "InsurancePremiumTaxPercentage": 1.0, "InsurancePremiumTaxValue": 1.0, "IsRenewalQuote": true, "MonthlyRate": 1.0, "MultipetPercentage": 1.0, "MultipetAmount": 1.0, "PaymentSchedule": [ { "Amount": 1.0, "CollectionDate": "2025-07-07T16:09:18.6060809+01:00" }, { "Amount": 1.0, "CollectionDate": "2025-07-07T16:09:18.6060809+01:00" } ], "Pet": { "IsNextVacVetChecked": true, "BreedId": "583ab27e-e6da-4f64-92e0-e046b046f62f", "Cost": 1.0, "DateOfBirth": "2025-07-07T16:09:18.6060809+01:00", "DateOfBirthExact": true, "GenderId": "6c5e6b66-f3dc-4d3d-a512-f304d6d77fed", "HadPriorThirdPartyLiabilityClaim": true, "Id": "09597a65-31d1-442b-89ba-b079a1ced9d8", "IllnessOrInjury": true, "LastVaccinatedDate": "2025-07-07T16:09:18.6060809+01:00", "MicrochipNumber": "sample string 7", "Name": "sample string 8", "PolicyStartDate": "2025-07-07T16:09:18.6060809+01:00", "PetSizeId": "a319663b-b010-4d99-9de3-ab6011dfc211", "SpeciesId": "a4b2616d-f13e-489b-a602-626d421cfab3", "Vaccinated": true, "VetId": "f8fd9e23-b459-46af-82d1-2b875f454b27", "VetChecked": true }, "PolicyNumber": "sample string 4", "PolicyStartDate": "2025-07-07T16:09:18.6060809+01:00", "ProductId": "3340874f-08f0-499e-93c7-5e03c78d81ac", "PromoCode": "sample string 6", "QuoteNotificationSent": true, "QuoteReference": "sample string 8", "SelectedCoverOptionId": "ef583111-1a23-495f-9864-94d9366e6686", "TermsAgreed": true, "TotalBasketPrice": 1.0, "SelectedExtras": [ "903ac7a7-c69d-4f3b-a3e3-8c102d7c7307", "a6ad4add-58c3-49dc-ab09-90308c56924f" ], "SelectedFixedExcessId": "6049a270-cb97-40b6-b4f9-9401d21c69c8", "SelectedVariableExcessId": "5aa88912-3498-4795-af55-c345affa91bd", "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>379950c8-824f-47b7-9791-382b497dee64</AuthorityTypeId> <CustomerId>a996b725-a96a-4cc0-bded-4a5eab3f7c2d</CustomerId> <DateFrom>2025-07-07T16:09:18.6060809+01:00</DateFrom> <DateOfBirth>2025-07-07T16:09:18.6060809+01:00</DateOfBirth> <DateTo>2025-07-07T16:09:18.6060809+01:00</DateTo> <FirstName>sample string 2</FirstName> <Id>255f1a09-a292-44d0-bd31-ca7207f771e0</Id> <LastName>sample string 3</LastName> <PolicyId>2ae58811-adc1-48d1-9739-1f9b739d1f4f</PolicyId> <PolicyNo>sample string 4</PolicyNo> <RelationshipId>adec542a-d64e-4ef6-8af6-09f21b92e84f</RelationshipId> <TitleId>5cf021e9-3e2f-41c8-86ad-c61d4519cd07</TitleId> </AuthorityToDeal> <AuthorityToDeal> <AuthorityTypeId>379950c8-824f-47b7-9791-382b497dee64</AuthorityTypeId> <CustomerId>a996b725-a96a-4cc0-bded-4a5eab3f7c2d</CustomerId> <DateFrom>2025-07-07T16:09:18.6060809+01:00</DateFrom> <DateOfBirth>2025-07-07T16:09:18.6060809+01:00</DateOfBirth> <DateTo>2025-07-07T16:09:18.6060809+01:00</DateTo> <FirstName>sample string 2</FirstName> <Id>255f1a09-a292-44d0-bd31-ca7207f771e0</Id> <LastName>sample string 3</LastName> <PolicyId>2ae58811-adc1-48d1-9739-1f9b739d1f4f</PolicyId> <PolicyNo>sample string 4</PolicyNo> <RelationshipId>adec542a-d64e-4ef6-8af6-09f21b92e84f</RelationshipId> <TitleId>5cf021e9-3e2f-41c8-86ad-c61d4519cd07</TitleId> </AuthorityToDeal> </AdditionalPolicyHolder> <AffiliateId>caa80872-af43-4d0b-b809-7658be08c561</AffiliateId> <AnnualRate>1</AnnualRate> <AvailableCollectionDays xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </AvailableCollectionDays> <BasketId>6ad6bbf3-0a24-45a4-8bb4-fc7b19ca455c</BasketId> <BrandId>77c959bd-8706-43e5-89f4-ffa8937a612a</BrandId> <CampaignId>d4d5c5f0-d0a6-4b71-b0a5-ff1d1c713928</CampaignId> <Customer> <AddressLine1>sample string 1</AddressLine1> <AddressLine2>sample string 2</AddressLine2> <AddressLine3>sample string 3</AddressLine3> <CountryId>9e0c6747-de0e-4c1b-8878-61cbbc1d9f6c</CountryId> <County>sample string 4</County> <DateOfBirth>2025-07-07T16:09:18.6060809+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>4f279199-6744-4a06-99a8-dcdebe25aa7d</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>36080d52-5290-4a12-93f7-4c1a85ebcd15</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>015c72a0-4a00-451d-bb0e-d023a42460f7</Id> <IsPercentage>true</IsPercentage> <Monthly>true</Monthly> <NumberOfMonths>9</NumberOfMonths> </Discount> <DiscountedRate>1</DiscountedRate> <HasErrored>true</HasErrored> <Id>cd11a8fe-7049-4e4a-95bd-a226d5a63842</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>2025-07-07T16:09:18.6060809+01:00</CollectionDate> </PaymentScheduleItem> <PaymentScheduleItem> <Amount>1</Amount> <CollectionDate>2025-07-07T16:09:18.6060809+01:00</CollectionDate> </PaymentScheduleItem> </PaymentSchedule> <Pet> <BreedId>583ab27e-e6da-4f64-92e0-e046b046f62f</BreedId> <Cost>1</Cost> <DateOfBirth>2025-07-07T16:09:18.6060809+01:00</DateOfBirth> <DateOfBirthExact>true</DateOfBirthExact> <GenderId>6c5e6b66-f3dc-4d3d-a512-f304d6d77fed</GenderId> <HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim> <Id>09597a65-31d1-442b-89ba-b079a1ced9d8</Id> <IllnessOrInjury>true</IllnessOrInjury> <IsNextVacVetChecked>true</IsNextVacVetChecked> <LastVaccinatedDate>2025-07-07T16:09:18.6060809+01:00</LastVaccinatedDate> <MicrochipNumber>sample string 7</MicrochipNumber> <Name>sample string 8</Name> <PetSizeId>a319663b-b010-4d99-9de3-ab6011dfc211</PetSizeId> <PolicyStartDate>2025-07-07T16:09:18.6060809+01:00</PolicyStartDate> <SpeciesId>a4b2616d-f13e-489b-a602-626d421cfab3</SpeciesId> <Vaccinated>true</Vaccinated> <VetChecked>true</VetChecked> <VetId>f8fd9e23-b459-46af-82d1-2b875f454b27</VetId> </Pet> <PolicyNumber>sample string 4</PolicyNumber> <PolicyStartDate>2025-07-07T16:09:18.6060809+01:00</PolicyStartDate> <ProductId>3340874f-08f0-499e-93c7-5e03c78d81ac</ProductId> <PromoCode>sample string 6</PromoCode> <QuoteNotificationSent>true</QuoteNotificationSent> <QuoteReference>sample string 8</QuoteReference> <SelectedCoverOptionId>ef583111-1a23-495f-9864-94d9366e6686</SelectedCoverOptionId> <SelectedExtras xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>903ac7a7-c69d-4f3b-a3e3-8c102d7c7307</d2p1:guid> <d2p1:guid>a6ad4add-58c3-49dc-ab09-90308c56924f</d2p1:guid> </SelectedExtras> <SelectedFixedExcessId>6049a270-cb97-40b6-b4f9-9401d21c69c8</SelectedFixedExcessId> <SelectedVariableExcessId>5aa88912-3498-4795-af55-c345affa91bd</SelectedVariableExcessId> <TermsAgreed>true</TermsAgreed> <TotalBasketPrice>1</TotalBasketPrice> </QuoteBasketResponse>