GET api/Quote/GetQuoteByDob?quoteReferenceNumber={quoteReferenceNumber}&dateOfBirth={dateOfBirth}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| quoteReferenceNumber | string |
Required |
|
| dateOfBirth | date |
Required |
Body Parameters
None.
Response Information
Resource Description
QuoteResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| AnnualRate | decimal number |
None. |
|
| AvailableCollectionDays | Collection of integer |
None. |
|
| CoverExtras | Collection of CoverExtra |
None. |
|
| CoverOptions | Collection of CoverOption |
None. |
|
| Discount | Discount |
None. |
|
| DiscountedRate | decimal number |
None. |
|
| FixedExcesses | Collection of Excess |
None. |
|
| InsurancePremiumTaxPercentage | decimal number |
None. |
|
| InsurancePremiumTaxValue | decimal number |
None. |
|
| IsRenewalQuote | boolean |
None. |
|
| MonthlyRate | decimal number |
None. |
|
| PaymentSchedule | Collection of PaymentScheduleItem |
None. |
|
| PolicyNumber | string |
None. |
|
| QuoteNotificationSent | boolean |
None. |
|
| QuoteReference | string |
None. |
|
| SelectedExtras | Collection of ExtraEquine |
None. |
|
| VariableExcesses | Collection of Excess |
None. |
|
| MultipetPercentage | decimal number |
None. |
|
| MultipetAmount | decimal number |
None. |
|
| 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. |
Response Formats
application/json, text/json
Sample:
{
"AnnualRate": 1.0,
"AvailableCollectionDays": [
1,
2
],
"CoverExtras": null,
"CoverOptions": [
{
"AnnualPrice": 1.0,
"Features": null,
"Id": "793e576d-92b0-4615-8517-18bdc7ea63ed",
"MappingValue": 1,
"Name": "sample string 3",
"Price": 4.0,
"IsDefault": true,
"MultipetPercentage": 1.0,
"MultipetAmount": 1.0
},
{
"AnnualPrice": 1.0,
"Features": null,
"Id": "793e576d-92b0-4615-8517-18bdc7ea63ed",
"MappingValue": 1,
"Name": "sample string 3",
"Price": 4.0,
"IsDefault": true,
"MultipetPercentage": 1.0,
"MultipetAmount": 1.0
}
],
"Discount": {
"Amount": 1.0,
"ApplyAtEnd": true,
"ApplyAtStart": true,
"Code": "sample string 4",
"Description": "sample string 5",
"Id": "279d4513-1aff-42a8-bea3-ace53f41d3ab",
"IsPercentage": true,
"Monthly": true,
"NumberOfMonths": 9
},
"DiscountedRate": 1.0,
"FixedExcesses": null,
"InsurancePremiumTaxPercentage": 1.0,
"InsurancePremiumTaxValue": 1.0,
"IsRenewalQuote": true,
"MonthlyRate": 1.0,
"PaymentSchedule": [
{
"Amount": 1.0,
"CollectionDate": "2026-05-09T12:57:59.2962562+01:00"
},
{
"Amount": 1.0,
"CollectionDate": "2026-05-09T12:57:59.2962562+01:00"
}
],
"PolicyNumber": "sample string 3",
"QuoteNotificationSent": true,
"QuoteReference": "sample string 5",
"SelectedExtras": [
{
"Id": "f389ec29-abf7-4e63-a87a-15de2eefd59d",
"Amount": 1.0,
"AnnualOptionalBenefit": 1.0,
"MonthlyOptionalBenefit": 1.0
},
{
"Id": "f389ec29-abf7-4e63-a87a-15de2eefd59d",
"Amount": 1.0,
"AnnualOptionalBenefit": 1.0,
"MonthlyOptionalBenefit": 1.0
}
],
"VariableExcesses": null,
"MultipetPercentage": 1.0,
"MultipetAmount": 1.0,
"AffiliateId": "fc9748d7-0d7d-4e16-ab0c-62046dda06d1",
"BasketId": "984ff106-2aad-4ca0-911b-9e117cc16774",
"BrandId": "147e9c87-1b1c-4eee-ad88-c8bdd65271c7",
"CampaignId": "0c6fad42-fbaa-49e7-a8bb-843c65706387",
"Customer": {
"AddressLine1": "sample string 1",
"AddressLine2": "sample string 2",
"AddressLine3": "sample string 3",
"CountryId": "8fd6d55a-4f74-4db8-a5df-7c9b0ea23daa",
"County": "sample string 4",
"DateOfBirth": "2026-05-09T12:57:59.2962562+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": "33d33a79-5f41-4328-8541-0fa8c250ffcf",
"IsLocked": true,
"LastName": "sample string 12",
"MobileNumber": "sample string 13",
"PostCode": "sample string 14",
"TitleId": "ba1ab044-7bbd-43fe-be7a-a131a9131e00",
"Town": "sample string 15",
"MarketingContactByEmail": true,
"MarketingContactByPhone": true,
"MarketingContactBySMS": true
},
"Id": "a564f754-3a95-4663-bddf-fbf3a46c51dc",
"Pet": {
"IsNextVacVetChecked": true,
"BreedId": "06da4fb8-efa7-4019-aaba-a0dca3326cb1",
"Cost": 1.0,
"DateOfBirth": "2026-05-09T12:57:59.2962562+01:00",
"DateOfBirthExact": true,
"GenderId": "4a0bd1f9-c27a-473f-bbec-d2a0c13eda2a",
"HadPriorThirdPartyLiabilityClaim": true,
"Id": "7b7a3526-a6f8-4909-9956-f7e9f5578072",
"IllnessOrInjury": true,
"LastVaccinatedDate": "2026-05-09T12:57:59.2962562+01:00",
"MicrochipNumber": "sample string 7",
"Name": "sample string 8",
"PolicyStartDate": "2026-05-09T12:57:59.2962562+01:00",
"PetSizeId": "2d90f558-5178-4756-b8a8-7460ad5a21cd",
"SpeciesId": "fe4f4569-4fd4-4870-9ca7-d70d83d424f1",
"Vaccinated": true,
"VetId": "1da04184-0481-4040-a07f-9262ecd3fd8e",
"VetChecked": true
},
"PolicyStartDate": "2026-05-09T12:57:59.2962562+01:00",
"ProductId": "8886db6e-26f0-4928-a51c-75499d6e0571",
"PromoCode": "sample string 8",
"SelectedCoverOptionId": "933d85a5-6736-472d-8b4e-de1a88dca100",
"SelectedFixedExcessId": "8af6680a-8288-480d-b513-fc0aef5d7b7c",
"SelectedVariableExcessId": "1da13eb8-14f3-42a0-959c-5166b21ed9a4",
"TermsAgreed": true,
"AutoRenew": true,
"AllowFollowUp": true,
"AdditionalPolicyHolder": {
"AuthorityTypeId": "2a726168-d93d-4b7d-a9e4-a7e726b9b33e",
"CustomerId": "2ae68baf-d139-4514-974e-115921a3199c",
"DateFrom": "2026-05-09T12:57:59.2962562+01:00",
"DateOfBirth": "2026-05-09T12:57:59.2962562+01:00",
"DateTo": "2026-05-09T12:57:59.2962562+01:00",
"FirstName": "sample string 2",
"Id": "062d843f-957e-4aa9-8cf7-a54553974527",
"LastName": "sample string 3",
"PolicyId": "a233cddc-5015-4eef-8cc2-eed190851ae7",
"PolicyNo": "sample string 4",
"RelationshipId": "6cd6435c-2ed0-421e-940e-b48fe7a94ffe",
"TitleId": "c8891bd5-56bc-4d4b-a746-5e9c2938f954"
}
}
application/xml, text/xml
Sample:
<QuoteResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models">
<AdditionalPolicyHolder>
<AuthorityTypeId>2a726168-d93d-4b7d-a9e4-a7e726b9b33e</AuthorityTypeId>
<CustomerId>2ae68baf-d139-4514-974e-115921a3199c</CustomerId>
<DateFrom>2026-05-09T12:57:59.2962562+01:00</DateFrom>
<DateOfBirth>2026-05-09T12:57:59.2962562+01:00</DateOfBirth>
<DateTo>2026-05-09T12:57:59.2962562+01:00</DateTo>
<FirstName>sample string 2</FirstName>
<Id>062d843f-957e-4aa9-8cf7-a54553974527</Id>
<LastName>sample string 3</LastName>
<PolicyId>a233cddc-5015-4eef-8cc2-eed190851ae7</PolicyId>
<PolicyNo>sample string 4</PolicyNo>
<RelationshipId>6cd6435c-2ed0-421e-940e-b48fe7a94ffe</RelationshipId>
<TitleId>c8891bd5-56bc-4d4b-a746-5e9c2938f954</TitleId>
</AdditionalPolicyHolder>
<AffiliateId>fc9748d7-0d7d-4e16-ab0c-62046dda06d1</AffiliateId>
<AllowFollowUp>true</AllowFollowUp>
<AutoRenew>true</AutoRenew>
<BasketId>984ff106-2aad-4ca0-911b-9e117cc16774</BasketId>
<BrandId>147e9c87-1b1c-4eee-ad88-c8bdd65271c7</BrandId>
<CampaignId>0c6fad42-fbaa-49e7-a8bb-843c65706387</CampaignId>
<Customer>
<AddressLine1>sample string 1</AddressLine1>
<AddressLine2>sample string 2</AddressLine2>
<AddressLine3>sample string 3</AddressLine3>
<CountryId>8fd6d55a-4f74-4db8-a5df-7c9b0ea23daa</CountryId>
<County>sample string 4</County>
<DateOfBirth>2026-05-09T12:57:59.2962562+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>33d33a79-5f41-4328-8541-0fa8c250ffcf</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>ba1ab044-7bbd-43fe-be7a-a131a9131e00</TitleId>
<Town>sample string 15</Town>
</Customer>
<Id>a564f754-3a95-4663-bddf-fbf3a46c51dc</Id>
<Pet>
<BreedId>06da4fb8-efa7-4019-aaba-a0dca3326cb1</BreedId>
<Cost>1</Cost>
<DateOfBirth>2026-05-09T12:57:59.2962562+01:00</DateOfBirth>
<DateOfBirthExact>true</DateOfBirthExact>
<GenderId>4a0bd1f9-c27a-473f-bbec-d2a0c13eda2a</GenderId>
<HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim>
<Id>7b7a3526-a6f8-4909-9956-f7e9f5578072</Id>
<IllnessOrInjury>true</IllnessOrInjury>
<IsNextVacVetChecked>true</IsNextVacVetChecked>
<LastVaccinatedDate>2026-05-09T12:57:59.2962562+01:00</LastVaccinatedDate>
<MicrochipNumber>sample string 7</MicrochipNumber>
<Name>sample string 8</Name>
<PetSizeId>2d90f558-5178-4756-b8a8-7460ad5a21cd</PetSizeId>
<PolicyStartDate>2026-05-09T12:57:59.2962562+01:00</PolicyStartDate>
<SpeciesId>fe4f4569-4fd4-4870-9ca7-d70d83d424f1</SpeciesId>
<Vaccinated>true</Vaccinated>
<VetChecked>true</VetChecked>
<VetId>1da04184-0481-4040-a07f-9262ecd3fd8e</VetId>
</Pet>
<PolicyStartDate>2026-05-09T12:57:59.2962562+01:00</PolicyStartDate>
<ProductId>8886db6e-26f0-4928-a51c-75499d6e0571</ProductId>
<PromoCode>sample string 8</PromoCode>
<SelectedCoverOptionId>933d85a5-6736-472d-8b4e-de1a88dca100</SelectedCoverOptionId>
<SelectedExtras xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ff6e4ab2-9715-40d3-ad9f-a547b83946a8</d2p1:guid>
<d2p1:guid>d050fd4c-a595-4936-bd7a-97205306ebc7</d2p1:guid>
</SelectedExtras>
<SelectedFixedExcessId>8af6680a-8288-480d-b513-fc0aef5d7b7c</SelectedFixedExcessId>
<SelectedVariableExcessId>1da13eb8-14f3-42a0-959c-5166b21ed9a4</SelectedVariableExcessId>
<TermsAgreed>true</TermsAgreed>
<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>
<CoverExtras i:nil="true" />
<CoverOptions>
<CoverOption>
<AnnualPrice>1</AnnualPrice>
<Features i:nil="true" />
<Id>793e576d-92b0-4615-8517-18bdc7ea63ed</Id>
<IsDefault>true</IsDefault>
<MappingValue>1</MappingValue>
<MultipetAmount>1</MultipetAmount>
<MultipetPercentage>1</MultipetPercentage>
<Name>sample string 3</Name>
<Price>4</Price>
</CoverOption>
<CoverOption>
<AnnualPrice>1</AnnualPrice>
<Features i:nil="true" />
<Id>793e576d-92b0-4615-8517-18bdc7ea63ed</Id>
<IsDefault>true</IsDefault>
<MappingValue>1</MappingValue>
<MultipetAmount>1</MultipetAmount>
<MultipetPercentage>1</MultipetPercentage>
<Name>sample string 3</Name>
<Price>4</Price>
</CoverOption>
</CoverOptions>
<Discount>
<Amount>1</Amount>
<ApplyAtEnd>true</ApplyAtEnd>
<ApplyAtStart>true</ApplyAtStart>
<Code>sample string 4</Code>
<Description>sample string 5</Description>
<Id>279d4513-1aff-42a8-bea3-ace53f41d3ab</Id>
<IsPercentage>true</IsPercentage>
<Monthly>true</Monthly>
<NumberOfMonths>9</NumberOfMonths>
</Discount>
<DiscountedRate>1</DiscountedRate>
<FixedExcesses i:nil="true" />
<HasErrored>true</HasErrored>
<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>2026-05-09T12:57:59.2962562+01:00</CollectionDate>
</PaymentScheduleItem>
<PaymentScheduleItem>
<Amount>1</Amount>
<CollectionDate>2026-05-09T12:57:59.2962562+01:00</CollectionDate>
</PaymentScheduleItem>
</PaymentSchedule>
<PolicyNumber>sample string 3</PolicyNumber>
<QuoteNotificationSent>true</QuoteNotificationSent>
<QuoteReference>sample string 5</QuoteReference>
<SelectedExtras>
<ExtraEquine>
<Amount>1</Amount>
<AnnualOptionalBenefit>1</AnnualOptionalBenefit>
<Id>f389ec29-abf7-4e63-a87a-15de2eefd59d</Id>
<MonthlyOptionalBenefit>1</MonthlyOptionalBenefit>
</ExtraEquine>
<ExtraEquine>
<Amount>1</Amount>
<AnnualOptionalBenefit>1</AnnualOptionalBenefit>
<Id>f389ec29-abf7-4e63-a87a-15de2eefd59d</Id>
<MonthlyOptionalBenefit>1</MonthlyOptionalBenefit>
</ExtraEquine>
</SelectedExtras>
<VariableExcesses i:nil="true" />
</QuoteResponse>