POST api/Quote/CreateOrUpdateEquine
Request Information
URI Parameters
None.
Body Parameters
QuoteRequestEquineName | 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 | PetEquine |
None. |
|
PolicyStartDate | date |
None. |
|
ProductId | globally unique identifier |
None. |
|
PromoCode | string |
None. |
|
SelectedCoverOptionId | globally unique identifier |
None. |
|
SelectedExtras | Collection of ExtraEquine |
None. |
|
BehavioursVices | Collection of globally unique identifier |
None. |
|
SelectedFixedExcessId | globally unique identifier |
None. |
|
SelectedVariableExcessId | globally unique identifier |
None. |
|
TermsAgreed | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "AffiliateId": "663da176-7890-4995-8211-5ae92810cffd", "BasketId": "a616817b-86b8-4556-815d-367ec604b760", "BrandId": "1d81dbe8-7651-41c4-898f-41bb280ae9b7", "CampaignId": "77c439b3-be6b-4543-823b-d55d5c1d23fe", "Customer": { "AddressLine1": "sample string 1", "AddressLine2": "sample string 2", "AddressLine3": "sample string 3", "CountryId": "1aee73e8-d98f-4b68-bfd7-7459f8df3898", "County": "sample string 4", "DateOfBirth": "2025-09-13T03:07:31.7375862+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": "9a4aa097-1994-43fa-a90d-46db8deb2e48", "IsLocked": true, "LastName": "sample string 12", "MobileNumber": "sample string 13", "PostCode": "sample string 14", "TitleId": "7abf81e3-89d6-4cef-b84f-058a4e8b4d2a", "Town": "sample string 15", "MarketingContactByEmail": true, "MarketingContactByPhone": true, "MarketingContactBySMS": true }, "Id": "3828d76a-943b-45a7-b739-a58eb99cb826", "Pet": { "ActivityGroupId": "6cabd6d7-83ed-4e86-800b-2f0675a99f61", "Age": 1, "HorseBreedId": "5b295d6a-c92e-44aa-8efb-7403031b8621", "BehaviouralIssue": true, "BehavioursVices": [ { "Id": "579c297e-7158-40e2-9f10-e7f768e3dea3", "Name": "sample string 2", "Option": 0 }, { "Id": "579c297e-7158-40e2-9f10-e7f768e3dea3", "Name": "sample string 2", "Option": 0 } ], "Cost": 1.0, "CurrMarketValue": 1.0, "DateOfBirth": "2025-09-13T03:07:31.7375862+01:00", "DateOfBirthExact": true, "DeclaredDate": "2025-09-13T03:07:31.7375862+01:00", "FreezeMarked": true, "SexId": "fa84c875-776e-44ba-9942-68e94ca6bd43", "HadPriorThirdPartyLiabilityClaim": true, "Hands": 1, "HorseColourId": "fef1dc70-6ccf-464a-a5a5-ee14f62e3edd", "Inches": 1, "Id": "cf3b1232-2194-4715-ac6e-4ab562da8721", "IllnessOrInjury": true, "PassportID": "sample string 5", "PetTypeOfOwnershipId": "6dc25058-6f6f-428b-894a-89d8015bebc8", "PolicyStartDate": "2025-09-13T03:07:31.7375862+01:00", "PreviousTpl": true, "PreviousTreatments": true, "PurchaseDate": "2025-09-13T03:07:31.7375862+01:00", "RegName": "sample string 6", "StableName": "sample string 7", "StabledSameAddress": true, "StableHouseName": "sample string 8", "StableHouseNumber": "sample string 9", "StableAddress1": "sample string 10", "StableAddress2": "sample string 11", "StableAddress3": "sample string 12", "StablePostcode": "sample string 13", "SpeciesId": "0501d2ab-81fd-4abd-b602-f411de2610a5", "VetId": "c02fff2d-beb5-4820-a457-c8b34b4f8847", "VetChecked": true, "VettingCert": "c9d2da41-df9a-4189-bb8d-0f90527f2b14", "Vices": true }, "PolicyStartDate": "2025-09-13T03:07:31.7375862+01:00", "ProductId": "b7cc604f-a4e2-4a2e-98d8-26a063b457c5", "PromoCode": "sample string 3", "SelectedCoverOptionId": "681bfc7b-6e15-4194-a9c1-7e02c46260ed", "SelectedExtras": [ { "Id": "23c1f5cf-45d4-4432-8ca5-a7b314e6211a", "Amount": 1.0 }, { "Id": "23c1f5cf-45d4-4432-8ca5-a7b314e6211a", "Amount": 1.0 } ], "BehavioursVices": [ "d5db78ba-8f9e-4900-9749-12a57a668ac7", "1659b001-f205-419a-bdb8-3ef0fdb8f712" ], "SelectedFixedExcessId": "48faa039-2a41-4a3d-a896-54e3c8403f82", "SelectedVariableExcessId": "1755e76c-96c4-40e5-864d-4984466972d1", "TermsAgreed": true }
application/xml, text/xml
Sample:
<QuoteRequestEquine xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models"> <AffiliateId>663da176-7890-4995-8211-5ae92810cffd</AffiliateId> <BasketId>a616817b-86b8-4556-815d-367ec604b760</BasketId> <BehavioursVices xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>d5db78ba-8f9e-4900-9749-12a57a668ac7</d2p1:guid> <d2p1:guid>1659b001-f205-419a-bdb8-3ef0fdb8f712</d2p1:guid> </BehavioursVices> <BrandId>1d81dbe8-7651-41c4-898f-41bb280ae9b7</BrandId> <CampaignId>77c439b3-be6b-4543-823b-d55d5c1d23fe</CampaignId> <Customer> <AddressLine1>sample string 1</AddressLine1> <AddressLine2>sample string 2</AddressLine2> <AddressLine3>sample string 3</AddressLine3> <CountryId>1aee73e8-d98f-4b68-bfd7-7459f8df3898</CountryId> <County>sample string 4</County> <DateOfBirth>2025-09-13T03:07:31.7375862+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>9a4aa097-1994-43fa-a90d-46db8deb2e48</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>7abf81e3-89d6-4cef-b84f-058a4e8b4d2a</TitleId> <Town>sample string 15</Town> </Customer> <Id>3828d76a-943b-45a7-b739-a58eb99cb826</Id> <Pet> <ActivityGroupId>6cabd6d7-83ed-4e86-800b-2f0675a99f61</ActivityGroupId> <Age>1</Age> <BehaviouralIssue>true</BehaviouralIssue> <BehavioursVices> <BehaviourVice> <Id>579c297e-7158-40e2-9f10-e7f768e3dea3</Id> <Name>sample string 2</Name> <Option>Behaviour</Option> </BehaviourVice> <BehaviourVice> <Id>579c297e-7158-40e2-9f10-e7f768e3dea3</Id> <Name>sample string 2</Name> <Option>Behaviour</Option> </BehaviourVice> </BehavioursVices> <Cost>1</Cost> <CurrMarketValue>1</CurrMarketValue> <DateOfBirth>2025-09-13T03:07:31.7375862+01:00</DateOfBirth> <DateOfBirthExact>true</DateOfBirthExact> <DeclaredDate>2025-09-13T03:07:31.7375862+01:00</DeclaredDate> <FreezeMarked>true</FreezeMarked> <HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim> <Hands>1</Hands> <HorseBreedId>5b295d6a-c92e-44aa-8efb-7403031b8621</HorseBreedId> <HorseColourId>fef1dc70-6ccf-464a-a5a5-ee14f62e3edd</HorseColourId> <Id>cf3b1232-2194-4715-ac6e-4ab562da8721</Id> <IllnessOrInjury>true</IllnessOrInjury> <Inches>1</Inches> <PassportID>sample string 5</PassportID> <PetTypeOfOwnershipId>6dc25058-6f6f-428b-894a-89d8015bebc8</PetTypeOfOwnershipId> <PolicyStartDate>2025-09-13T03:07:31.7375862+01:00</PolicyStartDate> <PreviousTpl>true</PreviousTpl> <PreviousTreatments>true</PreviousTreatments> <PurchaseDate>2025-09-13T03:07:31.7375862+01:00</PurchaseDate> <RegName>sample string 6</RegName> <SexId>fa84c875-776e-44ba-9942-68e94ca6bd43</SexId> <SpeciesId>0501d2ab-81fd-4abd-b602-f411de2610a5</SpeciesId> <StableAddress1>sample string 10</StableAddress1> <StableAddress2>sample string 11</StableAddress2> <StableAddress3>sample string 12</StableAddress3> <StableHouseName>sample string 8</StableHouseName> <StableHouseNumber>sample string 9</StableHouseNumber> <StableName>sample string 7</StableName> <StablePostcode>sample string 13</StablePostcode> <StabledSameAddress>true</StabledSameAddress> <VetChecked>true</VetChecked> <VetId>c02fff2d-beb5-4820-a457-c8b34b4f8847</VetId> <VettingCert>c9d2da41-df9a-4189-bb8d-0f90527f2b14</VettingCert> <Vices>true</Vices> </Pet> <PolicyStartDate>2025-09-13T03:07:31.7375862+01:00</PolicyStartDate> <ProductId>b7cc604f-a4e2-4a2e-98d8-26a063b457c5</ProductId> <PromoCode>sample string 3</PromoCode> <SelectedCoverOptionId>681bfc7b-6e15-4194-a9c1-7e02c46260ed</SelectedCoverOptionId> <SelectedExtras> <ExtraEquine> <Amount>1</Amount> <Id>23c1f5cf-45d4-4432-8ca5-a7b314e6211a</Id> </ExtraEquine> <ExtraEquine> <Amount>1</Amount> <Id>23c1f5cf-45d4-4432-8ca5-a7b314e6211a</Id> </ExtraEquine> </SelectedExtras> <SelectedFixedExcessId>48faa039-2a41-4a3d-a896-54e3c8403f82</SelectedFixedExcessId> <SelectedVariableExcessId>1755e76c-96c4-40e5-864d-4984466972d1</SelectedVariableExcessId> <TermsAgreed>true</TermsAgreed> </QuoteRequestEquine>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
QuoteBasketResponseEquineName | Description | Type | Additional information |
---|---|---|---|
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 | PetEquine |
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 ExtraEquine |
None. |
|
SelectedFixedExcessId | globally unique identifier |
None. |
|
SelectedVariableExcessId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "AffiliateId": "e5ed7e26-7733-48e3-95f3-b2f532b1c349", "AnnualRate": 1.0, "AvailableCollectionDays": [ 1, 2 ], "BasketId": "e9931f04-bbc0-418a-8eb7-6bfaa41df165", "BrandId": "7d0f113d-c563-4895-8d9e-cd1511e0431e", "CampaignId": "cbbd9b29-8120-4843-acbd-6a1d8a5fa39c", "Customer": { "AddressLine1": "sample string 1", "AddressLine2": "sample string 2", "AddressLine3": "sample string 3", "CountryId": "123e82f5-ebb5-4d88-8d02-0a4ebed7564f", "County": "sample string 4", "DateOfBirth": "2025-09-13T03:07:31.7687124+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": "fc5a22e6-685d-464f-9dbd-8e632679be2e", "IsLocked": true, "LastName": "sample string 12", "MobileNumber": "sample string 13", "PostCode": "sample string 14", "TitleId": "1c717e9c-1377-474c-b15c-bfbd35fa7d39", "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": "e490e4f2-85d5-4d98-9d1e-13dbee1b2316", "IsPercentage": true, "Monthly": true, "NumberOfMonths": 9 }, "DiscountedRate": 1.0, "Id": "6957864b-c230-4d2b-aae2-32f139d8faaa", "InsurancePremiumTaxPercentage": 1.0, "InsurancePremiumTaxValue": 1.0, "IsRenewalQuote": true, "MonthlyRate": 1.0, "MultipetPercentage": 1.0, "MultipetAmount": 1.0, "PaymentSchedule": [ { "Amount": 1.0, "CollectionDate": "2025-09-13T03:07:31.7687124+01:00" }, { "Amount": 1.0, "CollectionDate": "2025-09-13T03:07:31.7687124+01:00" } ], "Pet": { "ActivityGroupId": "5c0a6b19-5e9c-4302-bee2-be81ccee99b6", "Age": 1, "HorseBreedId": "e4937752-31a0-4888-9d27-976186ef406d", "BehaviouralIssue": true, "BehavioursVices": [ { "Id": "eea31cc9-c6ef-4979-ac1c-cba361aab831", "Name": "sample string 2", "Option": 0 }, { "Id": "eea31cc9-c6ef-4979-ac1c-cba361aab831", "Name": "sample string 2", "Option": 0 } ], "Cost": 1.0, "CurrMarketValue": 1.0, "DateOfBirth": "2025-09-13T03:07:31.7687124+01:00", "DateOfBirthExact": true, "DeclaredDate": "2025-09-13T03:07:31.7687124+01:00", "FreezeMarked": true, "SexId": "7d0ccad2-7103-4a9a-aa29-614dc59a54ea", "HadPriorThirdPartyLiabilityClaim": true, "Hands": 1, "HorseColourId": "47d25e70-124b-4e68-950d-8383dc9ba12b", "Inches": 1, "Id": "356dd788-e34e-44b6-9467-223b4e335933", "IllnessOrInjury": true, "PassportID": "sample string 5", "PetTypeOfOwnershipId": "74efb864-5e3d-4548-97a3-3ccc192dd4fc", "PolicyStartDate": "2025-09-13T03:07:31.7687124+01:00", "PreviousTpl": true, "PreviousTreatments": true, "PurchaseDate": "2025-09-13T03:07:31.7687124+01:00", "RegName": "sample string 6", "StableName": "sample string 7", "StabledSameAddress": true, "StableHouseName": "sample string 8", "StableHouseNumber": "sample string 9", "StableAddress1": "sample string 10", "StableAddress2": "sample string 11", "StableAddress3": "sample string 12", "StablePostcode": "sample string 13", "SpeciesId": "85c7b877-dd5e-4417-9a92-9fc1edf68832", "VetId": "f281d137-245d-446b-bcca-3f2017599175", "VetChecked": true, "VettingCert": "af08efb7-12fd-46e3-8541-810de0e1f37a", "Vices": true }, "PolicyStartDate": "2025-09-13T03:07:31.7687124+01:00", "ProductId": "a24db9e4-89aa-4ca8-bd2b-fed9da91f37b", "PromoCode": "sample string 5", "QuoteNotificationSent": true, "QuoteReference": "sample string 7", "SelectedCoverOptionId": "c0d126d5-fcb4-44f3-b894-5e5fcab427e1", "TermsAgreed": true, "TotalBasketPrice": 1.0, "SelectedExtras": [ { "Id": "5752a844-359c-4493-9698-219073af452b", "Amount": 1.0 }, { "Id": "5752a844-359c-4493-9698-219073af452b", "Amount": 1.0 } ], "SelectedFixedExcessId": "ed1dea13-0f12-4255-8e1b-72b03228b090", "SelectedVariableExcessId": "cd953b43-20f2-4edc-96d7-d0f9a141c8c2" }
application/xml, text/xml
Sample:
<QuoteBasketResponseEquine xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models"> <AffiliateId>e5ed7e26-7733-48e3-95f3-b2f532b1c349</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>e9931f04-bbc0-418a-8eb7-6bfaa41df165</BasketId> <BrandId>7d0f113d-c563-4895-8d9e-cd1511e0431e</BrandId> <CampaignId>cbbd9b29-8120-4843-acbd-6a1d8a5fa39c</CampaignId> <Customer> <AddressLine1>sample string 1</AddressLine1> <AddressLine2>sample string 2</AddressLine2> <AddressLine3>sample string 3</AddressLine3> <CountryId>123e82f5-ebb5-4d88-8d02-0a4ebed7564f</CountryId> <County>sample string 4</County> <DateOfBirth>2025-09-13T03:07:31.7687124+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>fc5a22e6-685d-464f-9dbd-8e632679be2e</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>1c717e9c-1377-474c-b15c-bfbd35fa7d39</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>e490e4f2-85d5-4d98-9d1e-13dbee1b2316</Id> <IsPercentage>true</IsPercentage> <Monthly>true</Monthly> <NumberOfMonths>9</NumberOfMonths> </Discount> <DiscountedRate>1</DiscountedRate> <HasErrored>true</HasErrored> <Id>6957864b-c230-4d2b-aae2-32f139d8faaa</Id> <InsurancePremiumTaxPercentage>1</InsurancePremiumTaxPercentage> <InsurancePremiumTaxValue>1</InsurancePremiumTaxValue> <IsRenewalQuote>true</IsRenewalQuote> <Messages i:nil="true" /> <MonthlyRate>1</MonthlyRate> <MultipetAmount>1</MultipetAmount> <MultipetPercentage>1</MultipetPercentage> <PaymentSchedule> <PaymentScheduleItem> <Amount>1</Amount> <CollectionDate>2025-09-13T03:07:31.7687124+01:00</CollectionDate> </PaymentScheduleItem> <PaymentScheduleItem> <Amount>1</Amount> <CollectionDate>2025-09-13T03:07:31.7687124+01:00</CollectionDate> </PaymentScheduleItem> </PaymentSchedule> <Pet> <ActivityGroupId>5c0a6b19-5e9c-4302-bee2-be81ccee99b6</ActivityGroupId> <Age>1</Age> <BehaviouralIssue>true</BehaviouralIssue> <BehavioursVices> <BehaviourVice> <Id>eea31cc9-c6ef-4979-ac1c-cba361aab831</Id> <Name>sample string 2</Name> <Option>Behaviour</Option> </BehaviourVice> <BehaviourVice> <Id>eea31cc9-c6ef-4979-ac1c-cba361aab831</Id> <Name>sample string 2</Name> <Option>Behaviour</Option> </BehaviourVice> </BehavioursVices> <Cost>1</Cost> <CurrMarketValue>1</CurrMarketValue> <DateOfBirth>2025-09-13T03:07:31.7687124+01:00</DateOfBirth> <DateOfBirthExact>true</DateOfBirthExact> <DeclaredDate>2025-09-13T03:07:31.7687124+01:00</DeclaredDate> <FreezeMarked>true</FreezeMarked> <HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim> <Hands>1</Hands> <HorseBreedId>e4937752-31a0-4888-9d27-976186ef406d</HorseBreedId> <HorseColourId>47d25e70-124b-4e68-950d-8383dc9ba12b</HorseColourId> <Id>356dd788-e34e-44b6-9467-223b4e335933</Id> <IllnessOrInjury>true</IllnessOrInjury> <Inches>1</Inches> <PassportID>sample string 5</PassportID> <PetTypeOfOwnershipId>74efb864-5e3d-4548-97a3-3ccc192dd4fc</PetTypeOfOwnershipId> <PolicyStartDate>2025-09-13T03:07:31.7687124+01:00</PolicyStartDate> <PreviousTpl>true</PreviousTpl> <PreviousTreatments>true</PreviousTreatments> <PurchaseDate>2025-09-13T03:07:31.7687124+01:00</PurchaseDate> <RegName>sample string 6</RegName> <SexId>7d0ccad2-7103-4a9a-aa29-614dc59a54ea</SexId> <SpeciesId>85c7b877-dd5e-4417-9a92-9fc1edf68832</SpeciesId> <StableAddress1>sample string 10</StableAddress1> <StableAddress2>sample string 11</StableAddress2> <StableAddress3>sample string 12</StableAddress3> <StableHouseName>sample string 8</StableHouseName> <StableHouseNumber>sample string 9</StableHouseNumber> <StableName>sample string 7</StableName> <StablePostcode>sample string 13</StablePostcode> <StabledSameAddress>true</StabledSameAddress> <VetChecked>true</VetChecked> <VetId>f281d137-245d-446b-bcca-3f2017599175</VetId> <VettingCert>af08efb7-12fd-46e3-8541-810de0e1f37a</VettingCert> <Vices>true</Vices> </Pet> <PolicyStartDate>2025-09-13T03:07:31.7687124+01:00</PolicyStartDate> <ProductId>a24db9e4-89aa-4ca8-bd2b-fed9da91f37b</ProductId> <PromoCode>sample string 5</PromoCode> <QuoteNotificationSent>true</QuoteNotificationSent> <QuoteReference>sample string 7</QuoteReference> <SelectedCoverOptionId>c0d126d5-fcb4-44f3-b894-5e5fcab427e1</SelectedCoverOptionId> <SelectedExtras> <ExtraEquine> <Amount>1</Amount> <Id>5752a844-359c-4493-9698-219073af452b</Id> </ExtraEquine> <ExtraEquine> <Amount>1</Amount> <Id>5752a844-359c-4493-9698-219073af452b</Id> </ExtraEquine> </SelectedExtras> <SelectedFixedExcessId>ed1dea13-0f12-4255-8e1b-72b03228b090</SelectedFixedExcessId> <SelectedVariableExcessId>cd953b43-20f2-4edc-96d7-d0f9a141c8c2</SelectedVariableExcessId> <TermsAgreed>true</TermsAgreed> <TotalBasketPrice>1</TotalBasketPrice> </QuoteBasketResponseEquine>