POST api/Quote/CreateOrUpdateEquine

Request Information

URI Parameters

None.

Body Parameters

QuoteRequestEquine
NameDescriptionTypeAdditional 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": "87dc7048-7b4f-43ce-a290-5eef60eb8c8a",
  "BasketId": "3810f4fe-2ddb-4bcf-897a-a99c0b9fb5a7",
  "BrandId": "ffff21b5-e377-4d26-aaa3-213cdadbe38e",
  "CampaignId": "164a295a-c6f8-4f34-9410-5f316789b754",
  "Customer": {
    "AddressLine1": "sample string 1",
    "AddressLine2": "sample string 2",
    "AddressLine3": "sample string 3",
    "CountryId": "4188b961-1aa4-4786-97bf-1cd2fb085f0d",
    "County": "sample string 4",
    "DateOfBirth": "2025-07-07T15:02:26.7610499+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": "4f035377-a2e7-4a12-b85e-262828731e3b",
    "IsLocked": true,
    "LastName": "sample string 12",
    "MobileNumber": "sample string 13",
    "PostCode": "sample string 14",
    "TitleId": "ea812b9c-d279-4257-a9f2-2320f275794f",
    "Town": "sample string 15",
    "MarketingContactByEmail": true,
    "MarketingContactByPhone": true,
    "MarketingContactBySMS": true
  },
  "Id": "c34f8164-85cc-4747-befb-f0d4a2c9fb1a",
  "Pet": {
    "ActivityGroupId": "5a64d385-00d4-499e-a9d6-9cff7bd2cf56",
    "Age": 1,
    "HorseBreedId": "6772fcb5-25ec-4a7b-a965-0039c5929f2a",
    "BehaviouralIssue": true,
    "BehavioursVices": [
      {
        "Id": "b40a01a2-64b1-4b45-ac17-413228b53648",
        "Name": "sample string 2",
        "Option": 0
      },
      {
        "Id": "b40a01a2-64b1-4b45-ac17-413228b53648",
        "Name": "sample string 2",
        "Option": 0
      }
    ],
    "Cost": 1.0,
    "CurrMarketValue": 1.0,
    "DateOfBirth": "2025-07-07T15:02:26.7610499+01:00",
    "DateOfBirthExact": true,
    "DeclaredDate": "2025-07-07T15:02:26.7610499+01:00",
    "FreezeMarked": true,
    "SexId": "e4ca82e5-14ce-444e-b8c2-a5da5673067f",
    "HadPriorThirdPartyLiabilityClaim": true,
    "Hands": 1,
    "HorseColourId": "7a6ac6d0-dfb3-48d1-85c0-da6e052f4f4b",
    "Inches": 1,
    "Id": "40b7a2c4-3c2f-46a4-ab79-02b37f8b8abd",
    "IllnessOrInjury": true,
    "PassportID": "sample string 5",
    "PetTypeOfOwnershipId": "9f4cf91f-735e-4950-882f-c398003b5176",
    "PolicyStartDate": "2025-07-07T15:02:26.7610499+01:00",
    "PreviousTpl": true,
    "PreviousTreatments": true,
    "PurchaseDate": "2025-07-07T15:02:26.7610499+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": "5f8fc4e3-7fbc-42ce-b660-781d0ee35b7c",
    "VetId": "60089d9e-c717-4e35-8701-a4c92b7e1ff4",
    "VetChecked": true,
    "VettingCert": "bebd59be-734d-4548-a668-32ae8990c06e",
    "Vices": true
  },
  "PolicyStartDate": "2025-07-07T15:02:26.7610499+01:00",
  "ProductId": "a066784d-f3b7-4a1b-9b43-87b8520a2b86",
  "PromoCode": "sample string 3",
  "SelectedCoverOptionId": "5a4b8d04-b5c6-4c1e-8193-44ab6193ec0b",
  "SelectedExtras": [
    {
      "Id": "a102e387-1e11-4349-a185-e71ee8cb540d",
      "Amount": 1.0
    },
    {
      "Id": "a102e387-1e11-4349-a185-e71ee8cb540d",
      "Amount": 1.0
    }
  ],
  "BehavioursVices": [
    "392dcae8-1e7f-4911-85e5-cf0815909c05",
    "f90b0e03-e31f-4598-9190-6f4bdd1a30d5"
  ],
  "SelectedFixedExcessId": "78dd6811-e78f-478b-910e-5d70b7a2e01a",
  "SelectedVariableExcessId": "2f1a6431-c4db-42e0-8a58-456c032074a4",
  "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>87dc7048-7b4f-43ce-a290-5eef60eb8c8a</AffiliateId>
  <BasketId>3810f4fe-2ddb-4bcf-897a-a99c0b9fb5a7</BasketId>
  <BehavioursVices xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>392dcae8-1e7f-4911-85e5-cf0815909c05</d2p1:guid>
    <d2p1:guid>f90b0e03-e31f-4598-9190-6f4bdd1a30d5</d2p1:guid>
  </BehavioursVices>
  <BrandId>ffff21b5-e377-4d26-aaa3-213cdadbe38e</BrandId>
  <CampaignId>164a295a-c6f8-4f34-9410-5f316789b754</CampaignId>
  <Customer>
    <AddressLine1>sample string 1</AddressLine1>
    <AddressLine2>sample string 2</AddressLine2>
    <AddressLine3>sample string 3</AddressLine3>
    <CountryId>4188b961-1aa4-4786-97bf-1cd2fb085f0d</CountryId>
    <County>sample string 4</County>
    <DateOfBirth>2025-07-07T15:02:26.7610499+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>4f035377-a2e7-4a12-b85e-262828731e3b</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>ea812b9c-d279-4257-a9f2-2320f275794f</TitleId>
    <Town>sample string 15</Town>
  </Customer>
  <Id>c34f8164-85cc-4747-befb-f0d4a2c9fb1a</Id>
  <Pet>
    <ActivityGroupId>5a64d385-00d4-499e-a9d6-9cff7bd2cf56</ActivityGroupId>
    <Age>1</Age>
    <BehaviouralIssue>true</BehaviouralIssue>
    <BehavioursVices>
      <BehaviourVice>
        <Id>b40a01a2-64b1-4b45-ac17-413228b53648</Id>
        <Name>sample string 2</Name>
        <Option>Behaviour</Option>
      </BehaviourVice>
      <BehaviourVice>
        <Id>b40a01a2-64b1-4b45-ac17-413228b53648</Id>
        <Name>sample string 2</Name>
        <Option>Behaviour</Option>
      </BehaviourVice>
    </BehavioursVices>
    <Cost>1</Cost>
    <CurrMarketValue>1</CurrMarketValue>
    <DateOfBirth>2025-07-07T15:02:26.7610499+01:00</DateOfBirth>
    <DateOfBirthExact>true</DateOfBirthExact>
    <DeclaredDate>2025-07-07T15:02:26.7610499+01:00</DeclaredDate>
    <FreezeMarked>true</FreezeMarked>
    <HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim>
    <Hands>1</Hands>
    <HorseBreedId>6772fcb5-25ec-4a7b-a965-0039c5929f2a</HorseBreedId>
    <HorseColourId>7a6ac6d0-dfb3-48d1-85c0-da6e052f4f4b</HorseColourId>
    <Id>40b7a2c4-3c2f-46a4-ab79-02b37f8b8abd</Id>
    <IllnessOrInjury>true</IllnessOrInjury>
    <Inches>1</Inches>
    <PassportID>sample string 5</PassportID>
    <PetTypeOfOwnershipId>9f4cf91f-735e-4950-882f-c398003b5176</PetTypeOfOwnershipId>
    <PolicyStartDate>2025-07-07T15:02:26.7610499+01:00</PolicyStartDate>
    <PreviousTpl>true</PreviousTpl>
    <PreviousTreatments>true</PreviousTreatments>
    <PurchaseDate>2025-07-07T15:02:26.7610499+01:00</PurchaseDate>
    <RegName>sample string 6</RegName>
    <SexId>e4ca82e5-14ce-444e-b8c2-a5da5673067f</SexId>
    <SpeciesId>5f8fc4e3-7fbc-42ce-b660-781d0ee35b7c</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>60089d9e-c717-4e35-8701-a4c92b7e1ff4</VetId>
    <VettingCert>bebd59be-734d-4548-a668-32ae8990c06e</VettingCert>
    <Vices>true</Vices>
  </Pet>
  <PolicyStartDate>2025-07-07T15:02:26.7610499+01:00</PolicyStartDate>
  <ProductId>a066784d-f3b7-4a1b-9b43-87b8520a2b86</ProductId>
  <PromoCode>sample string 3</PromoCode>
  <SelectedCoverOptionId>5a4b8d04-b5c6-4c1e-8193-44ab6193ec0b</SelectedCoverOptionId>
  <SelectedExtras>
    <ExtraEquine>
      <Amount>1</Amount>
      <Id>a102e387-1e11-4349-a185-e71ee8cb540d</Id>
    </ExtraEquine>
    <ExtraEquine>
      <Amount>1</Amount>
      <Id>a102e387-1e11-4349-a185-e71ee8cb540d</Id>
    </ExtraEquine>
  </SelectedExtras>
  <SelectedFixedExcessId>78dd6811-e78f-478b-910e-5d70b7a2e01a</SelectedFixedExcessId>
  <SelectedVariableExcessId>2f1a6431-c4db-42e0-8a58-456c032074a4</SelectedVariableExcessId>
  <TermsAgreed>true</TermsAgreed>
</QuoteRequestEquine>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

QuoteBasketResponseEquine
NameDescriptionTypeAdditional 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": "d2bc401a-a2ba-401c-87d2-5ef7ad42e5d5",
  "AnnualRate": 1.0,
  "AvailableCollectionDays": [
    1,
    2
  ],
  "BasketId": "fcc98f75-915c-494b-af05-641da6bda7b6",
  "BrandId": "84823f1f-f862-4bbe-86eb-100ed2c30dc9",
  "CampaignId": "fc145e4f-03a2-4a77-b540-b8192ad4a385",
  "Customer": {
    "AddressLine1": "sample string 1",
    "AddressLine2": "sample string 2",
    "AddressLine3": "sample string 3",
    "CountryId": "35bf0a26-29e8-4b4e-b5a9-af407f8d3af6",
    "County": "sample string 4",
    "DateOfBirth": "2025-07-07T15:02:26.7765912+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": "f17aad3a-8402-4363-a711-dcf3540af516",
    "IsLocked": true,
    "LastName": "sample string 12",
    "MobileNumber": "sample string 13",
    "PostCode": "sample string 14",
    "TitleId": "2378734d-f880-40e7-87d2-16fc8e2f6e1e",
    "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": "dacd44a7-9a7c-4aaa-96f0-2218e6e42374",
    "IsPercentage": true,
    "Monthly": true,
    "NumberOfMonths": 9
  },
  "DiscountedRate": 1.0,
  "Id": "90aebfe2-5b74-423f-823d-ad74d53654d1",
  "InsurancePremiumTaxPercentage": 1.0,
  "InsurancePremiumTaxValue": 1.0,
  "IsRenewalQuote": true,
  "MonthlyRate": 1.0,
  "MultipetPercentage": 1.0,
  "MultipetAmount": 1.0,
  "PaymentSchedule": [
    {
      "Amount": 1.0,
      "CollectionDate": "2025-07-07T15:02:26.7765912+01:00"
    },
    {
      "Amount": 1.0,
      "CollectionDate": "2025-07-07T15:02:26.7765912+01:00"
    }
  ],
  "Pet": {
    "ActivityGroupId": "977ccfca-a617-4451-9cd9-e7b5dabf679b",
    "Age": 1,
    "HorseBreedId": "db8291c9-b6eb-43dd-b233-6d11cf451c52",
    "BehaviouralIssue": true,
    "BehavioursVices": [
      {
        "Id": "dc65b5d1-ad84-48e2-9e3c-9318afaa63db",
        "Name": "sample string 2",
        "Option": 0
      },
      {
        "Id": "dc65b5d1-ad84-48e2-9e3c-9318afaa63db",
        "Name": "sample string 2",
        "Option": 0
      }
    ],
    "Cost": 1.0,
    "CurrMarketValue": 1.0,
    "DateOfBirth": "2025-07-07T15:02:26.7765912+01:00",
    "DateOfBirthExact": true,
    "DeclaredDate": "2025-07-07T15:02:26.7765912+01:00",
    "FreezeMarked": true,
    "SexId": "12c7e55f-5945-48c8-a59a-e51d45304034",
    "HadPriorThirdPartyLiabilityClaim": true,
    "Hands": 1,
    "HorseColourId": "a57261fc-8de0-4568-ae47-77562ce9e73b",
    "Inches": 1,
    "Id": "7410483f-37bd-404e-8abf-76eeb6fc2fd0",
    "IllnessOrInjury": true,
    "PassportID": "sample string 5",
    "PetTypeOfOwnershipId": "851c67c3-adfb-4a45-a368-4899698d6820",
    "PolicyStartDate": "2025-07-07T15:02:26.7765912+01:00",
    "PreviousTpl": true,
    "PreviousTreatments": true,
    "PurchaseDate": "2025-07-07T15:02:26.7765912+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": "02f5dc7a-155f-4763-a6f4-a60f9f382171",
    "VetId": "3b7febfd-e636-470e-ac98-9ebdda1eb09e",
    "VetChecked": true,
    "VettingCert": "e2eb7022-9bed-4e98-9c6f-296c1adb094e",
    "Vices": true
  },
  "PolicyStartDate": "2025-07-07T15:02:26.7765912+01:00",
  "ProductId": "5ea976c1-45e5-41e2-ac84-04603bf71d41",
  "PromoCode": "sample string 5",
  "QuoteNotificationSent": true,
  "QuoteReference": "sample string 7",
  "SelectedCoverOptionId": "267269b7-243a-4ebf-b691-0de4a55503e7",
  "TermsAgreed": true,
  "TotalBasketPrice": 1.0,
  "SelectedExtras": [
    {
      "Id": "47c294de-0693-41de-a07f-f61f9c7528c3",
      "Amount": 1.0
    },
    {
      "Id": "47c294de-0693-41de-a07f-f61f9c7528c3",
      "Amount": 1.0
    }
  ],
  "SelectedFixedExcessId": "1d76a2e0-141e-4212-9582-b72e7153440a",
  "SelectedVariableExcessId": "e71a384a-4d18-4355-a427-7f5ec62a5004"
}

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>d2bc401a-a2ba-401c-87d2-5ef7ad42e5d5</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>fcc98f75-915c-494b-af05-641da6bda7b6</BasketId>
  <BrandId>84823f1f-f862-4bbe-86eb-100ed2c30dc9</BrandId>
  <CampaignId>fc145e4f-03a2-4a77-b540-b8192ad4a385</CampaignId>
  <Customer>
    <AddressLine1>sample string 1</AddressLine1>
    <AddressLine2>sample string 2</AddressLine2>
    <AddressLine3>sample string 3</AddressLine3>
    <CountryId>35bf0a26-29e8-4b4e-b5a9-af407f8d3af6</CountryId>
    <County>sample string 4</County>
    <DateOfBirth>2025-07-07T15:02:26.7765912+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>f17aad3a-8402-4363-a711-dcf3540af516</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>2378734d-f880-40e7-87d2-16fc8e2f6e1e</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>dacd44a7-9a7c-4aaa-96f0-2218e6e42374</Id>
    <IsPercentage>true</IsPercentage>
    <Monthly>true</Monthly>
    <NumberOfMonths>9</NumberOfMonths>
  </Discount>
  <DiscountedRate>1</DiscountedRate>
  <HasErrored>true</HasErrored>
  <Id>90aebfe2-5b74-423f-823d-ad74d53654d1</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-07-07T15:02:26.7765912+01:00</CollectionDate>
    </PaymentScheduleItem>
    <PaymentScheduleItem>
      <Amount>1</Amount>
      <CollectionDate>2025-07-07T15:02:26.7765912+01:00</CollectionDate>
    </PaymentScheduleItem>
  </PaymentSchedule>
  <Pet>
    <ActivityGroupId>977ccfca-a617-4451-9cd9-e7b5dabf679b</ActivityGroupId>
    <Age>1</Age>
    <BehaviouralIssue>true</BehaviouralIssue>
    <BehavioursVices>
      <BehaviourVice>
        <Id>dc65b5d1-ad84-48e2-9e3c-9318afaa63db</Id>
        <Name>sample string 2</Name>
        <Option>Behaviour</Option>
      </BehaviourVice>
      <BehaviourVice>
        <Id>dc65b5d1-ad84-48e2-9e3c-9318afaa63db</Id>
        <Name>sample string 2</Name>
        <Option>Behaviour</Option>
      </BehaviourVice>
    </BehavioursVices>
    <Cost>1</Cost>
    <CurrMarketValue>1</CurrMarketValue>
    <DateOfBirth>2025-07-07T15:02:26.7765912+01:00</DateOfBirth>
    <DateOfBirthExact>true</DateOfBirthExact>
    <DeclaredDate>2025-07-07T15:02:26.7765912+01:00</DeclaredDate>
    <FreezeMarked>true</FreezeMarked>
    <HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim>
    <Hands>1</Hands>
    <HorseBreedId>db8291c9-b6eb-43dd-b233-6d11cf451c52</HorseBreedId>
    <HorseColourId>a57261fc-8de0-4568-ae47-77562ce9e73b</HorseColourId>
    <Id>7410483f-37bd-404e-8abf-76eeb6fc2fd0</Id>
    <IllnessOrInjury>true</IllnessOrInjury>
    <Inches>1</Inches>
    <PassportID>sample string 5</PassportID>
    <PetTypeOfOwnershipId>851c67c3-adfb-4a45-a368-4899698d6820</PetTypeOfOwnershipId>
    <PolicyStartDate>2025-07-07T15:02:26.7765912+01:00</PolicyStartDate>
    <PreviousTpl>true</PreviousTpl>
    <PreviousTreatments>true</PreviousTreatments>
    <PurchaseDate>2025-07-07T15:02:26.7765912+01:00</PurchaseDate>
    <RegName>sample string 6</RegName>
    <SexId>12c7e55f-5945-48c8-a59a-e51d45304034</SexId>
    <SpeciesId>02f5dc7a-155f-4763-a6f4-a60f9f382171</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>3b7febfd-e636-470e-ac98-9ebdda1eb09e</VetId>
    <VettingCert>e2eb7022-9bed-4e98-9c6f-296c1adb094e</VettingCert>
    <Vices>true</Vices>
  </Pet>
  <PolicyStartDate>2025-07-07T15:02:26.7765912+01:00</PolicyStartDate>
  <ProductId>5ea976c1-45e5-41e2-ac84-04603bf71d41</ProductId>
  <PromoCode>sample string 5</PromoCode>
  <QuoteNotificationSent>true</QuoteNotificationSent>
  <QuoteReference>sample string 7</QuoteReference>
  <SelectedCoverOptionId>267269b7-243a-4ebf-b691-0de4a55503e7</SelectedCoverOptionId>
  <SelectedExtras>
    <ExtraEquine>
      <Amount>1</Amount>
      <Id>47c294de-0693-41de-a07f-f61f9c7528c3</Id>
    </ExtraEquine>
    <ExtraEquine>
      <Amount>1</Amount>
      <Id>47c294de-0693-41de-a07f-f61f9c7528c3</Id>
    </ExtraEquine>
  </SelectedExtras>
  <SelectedFixedExcessId>1d76a2e0-141e-4212-9582-b72e7153440a</SelectedFixedExcessId>
  <SelectedVariableExcessId>e71a384a-4d18-4355-a427-7f5ec62a5004</SelectedVariableExcessId>
  <TermsAgreed>true</TermsAgreed>
  <TotalBasketPrice>1</TotalBasketPrice>
</QuoteBasketResponseEquine>