POST api/Breeder/CreateOrUpdateFreeCoverRequest

Request Information

URI Parameters

None.

Body Parameters

BreederFreeCoverRequest
NameDescriptionTypeAdditional information
BrandId

globally unique identifier

None.

BreederAffiliateId

globally unique identifier

None.

Customer

Customer

None.

Id

globally unique identifier

None.

Pet

Pet

None.

PolicyStartDate

date

None.

TermsAgreed

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "BrandId": "2ae8ae44-316e-4e73-8dc1-d0d6a8dc7a83",
  "BreederAffiliateId": "21179dd2-036c-44be-952f-0c2587c7032c",
  "Customer": {
    "AddressLine1": "sample string 1",
    "AddressLine2": "sample string 2",
    "AddressLine3": "sample string 3",
    "CountryId": "4dacddb7-79f8-422d-9672-a9cb30ad4fdc",
    "County": "sample string 4",
    "DateOfBirth": "2025-07-07T15:52:56.632664+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": "d469f6eb-a929-41a3-89a2-05d2a7c10281",
    "IsLocked": true,
    "LastName": "sample string 12",
    "MobileNumber": "sample string 13",
    "PostCode": "sample string 14",
    "TitleId": "ca4c5e1c-b916-490d-9a1d-274eb056c2b2",
    "Town": "sample string 15",
    "MarketingContactByEmail": true,
    "MarketingContactByPhone": true,
    "MarketingContactBySMS": true
  },
  "Id": "f98b865e-c9ce-4ef0-896e-42995566ead2",
  "Pet": {
    "IsNextVacVetChecked": true,
    "BreedId": "aa4740a7-f720-499e-8ab5-2f83f8d9cc44",
    "Cost": 1.0,
    "DateOfBirth": "2025-07-07T15:52:56.632664+01:00",
    "DateOfBirthExact": true,
    "GenderId": "fb1ba667-c185-44a4-ad7d-e784dfac7a0d",
    "HadPriorThirdPartyLiabilityClaim": true,
    "Id": "5323a3d2-3e9f-4d4b-9bc6-ebd9d7b4149e",
    "IllnessOrInjury": true,
    "LastVaccinatedDate": "2025-07-07T15:52:56.632664+01:00",
    "MicrochipNumber": "sample string 7",
    "Name": "sample string 8",
    "PolicyStartDate": "2025-07-07T15:52:56.632664+01:00",
    "PetSizeId": "91b41f86-e379-43e7-a5e1-8a648e20726e",
    "SpeciesId": "4fb7261a-803b-47bb-83aa-cc5f5024d44c",
    "Vaccinated": true,
    "VetId": "67a427c1-afab-4e05-ad16-443115fe1b86",
    "VetChecked": true
  },
  "PolicyStartDate": "2025-07-07T15:52:56.632664+01:00",
  "TermsAgreed": true
}

application/xml, text/xml

Sample:
<BreederFreeCoverRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models">
  <BrandId>2ae8ae44-316e-4e73-8dc1-d0d6a8dc7a83</BrandId>
  <BreederAffiliateId>21179dd2-036c-44be-952f-0c2587c7032c</BreederAffiliateId>
  <Customer>
    <AddressLine1>sample string 1</AddressLine1>
    <AddressLine2>sample string 2</AddressLine2>
    <AddressLine3>sample string 3</AddressLine3>
    <CountryId>4dacddb7-79f8-422d-9672-a9cb30ad4fdc</CountryId>
    <County>sample string 4</County>
    <DateOfBirth>2025-07-07T15:52:56.632664+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>d469f6eb-a929-41a3-89a2-05d2a7c10281</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>ca4c5e1c-b916-490d-9a1d-274eb056c2b2</TitleId>
    <Town>sample string 15</Town>
  </Customer>
  <Id>f98b865e-c9ce-4ef0-896e-42995566ead2</Id>
  <Pet>
    <BreedId>aa4740a7-f720-499e-8ab5-2f83f8d9cc44</BreedId>
    <Cost>1</Cost>
    <DateOfBirth>2025-07-07T15:52:56.632664+01:00</DateOfBirth>
    <DateOfBirthExact>true</DateOfBirthExact>
    <GenderId>fb1ba667-c185-44a4-ad7d-e784dfac7a0d</GenderId>
    <HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim>
    <Id>5323a3d2-3e9f-4d4b-9bc6-ebd9d7b4149e</Id>
    <IllnessOrInjury>true</IllnessOrInjury>
    <IsNextVacVetChecked>true</IsNextVacVetChecked>
    <LastVaccinatedDate>2025-07-07T15:52:56.632664+01:00</LastVaccinatedDate>
    <MicrochipNumber>sample string 7</MicrochipNumber>
    <Name>sample string 8</Name>
    <PetSizeId>91b41f86-e379-43e7-a5e1-8a648e20726e</PetSizeId>
    <PolicyStartDate>2025-07-07T15:52:56.632664+01:00</PolicyStartDate>
    <SpeciesId>4fb7261a-803b-47bb-83aa-cc5f5024d44c</SpeciesId>
    <Vaccinated>true</Vaccinated>
    <VetChecked>true</VetChecked>
    <VetId>67a427c1-afab-4e05-ad16-443115fe1b86</VetId>
  </Pet>
  <PolicyStartDate>2025-07-07T15:52:56.632664+01:00</PolicyStartDate>
  <TermsAgreed>true</TermsAgreed>
</BreederFreeCoverRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BreederFreeCoverRequest
NameDescriptionTypeAdditional information
BrandId

globally unique identifier

None.

BreederAffiliateId

globally unique identifier

None.

Customer

Customer

None.

Id

globally unique identifier

None.

Pet

Pet

None.

PolicyStartDate

date

None.

TermsAgreed

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "BrandId": "925d6edf-c9c2-4f3b-86ae-ee902f371f67",
  "BreederAffiliateId": "4a126d6e-dd2f-4f1f-afd9-687d5ddcf79a",
  "Customer": {
    "AddressLine1": "sample string 1",
    "AddressLine2": "sample string 2",
    "AddressLine3": "sample string 3",
    "CountryId": "d46446d9-a7f3-472f-a34b-a198f2b52520",
    "County": "sample string 4",
    "DateOfBirth": "2025-07-07T15:52:56.632664+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": "e50f74b1-be57-4afd-918b-ccf0bddb09ec",
    "IsLocked": true,
    "LastName": "sample string 12",
    "MobileNumber": "sample string 13",
    "PostCode": "sample string 14",
    "TitleId": "cb65903a-7cbf-4ffc-a23b-c9f27362adab",
    "Town": "sample string 15",
    "MarketingContactByEmail": true,
    "MarketingContactByPhone": true,
    "MarketingContactBySMS": true
  },
  "Id": "533c5276-d5bf-4689-9752-7f4774d14f2d",
  "Pet": {
    "IsNextVacVetChecked": true,
    "BreedId": "284c18c5-3599-41f5-9c0a-b246a2044c8c",
    "Cost": 1.0,
    "DateOfBirth": "2025-07-07T15:52:56.632664+01:00",
    "DateOfBirthExact": true,
    "GenderId": "0b160445-602f-42bd-a1dd-f849e6087d3b",
    "HadPriorThirdPartyLiabilityClaim": true,
    "Id": "b3eb7369-3709-424c-a3c3-080483ebb054",
    "IllnessOrInjury": true,
    "LastVaccinatedDate": "2025-07-07T15:52:56.632664+01:00",
    "MicrochipNumber": "sample string 7",
    "Name": "sample string 8",
    "PolicyStartDate": "2025-07-07T15:52:56.632664+01:00",
    "PetSizeId": "3ca918b6-026f-4bce-924d-8d495751e270",
    "SpeciesId": "5c19f510-c3f7-423e-8f0f-d2ac3e50ebf7",
    "Vaccinated": true,
    "VetId": "a4975e79-f8e7-4a1c-b418-33ab082095cb",
    "VetChecked": true
  },
  "PolicyStartDate": "2025-07-07T15:52:56.632664+01:00",
  "TermsAgreed": true
}

application/xml, text/xml

Sample:
<BreederFreeCoverRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models">
  <BrandId>925d6edf-c9c2-4f3b-86ae-ee902f371f67</BrandId>
  <BreederAffiliateId>4a126d6e-dd2f-4f1f-afd9-687d5ddcf79a</BreederAffiliateId>
  <Customer>
    <AddressLine1>sample string 1</AddressLine1>
    <AddressLine2>sample string 2</AddressLine2>
    <AddressLine3>sample string 3</AddressLine3>
    <CountryId>d46446d9-a7f3-472f-a34b-a198f2b52520</CountryId>
    <County>sample string 4</County>
    <DateOfBirth>2025-07-07T15:52:56.632664+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>e50f74b1-be57-4afd-918b-ccf0bddb09ec</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>cb65903a-7cbf-4ffc-a23b-c9f27362adab</TitleId>
    <Town>sample string 15</Town>
  </Customer>
  <Id>533c5276-d5bf-4689-9752-7f4774d14f2d</Id>
  <Pet>
    <BreedId>284c18c5-3599-41f5-9c0a-b246a2044c8c</BreedId>
    <Cost>1</Cost>
    <DateOfBirth>2025-07-07T15:52:56.632664+01:00</DateOfBirth>
    <DateOfBirthExact>true</DateOfBirthExact>
    <GenderId>0b160445-602f-42bd-a1dd-f849e6087d3b</GenderId>
    <HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim>
    <Id>b3eb7369-3709-424c-a3c3-080483ebb054</Id>
    <IllnessOrInjury>true</IllnessOrInjury>
    <IsNextVacVetChecked>true</IsNextVacVetChecked>
    <LastVaccinatedDate>2025-07-07T15:52:56.632664+01:00</LastVaccinatedDate>
    <MicrochipNumber>sample string 7</MicrochipNumber>
    <Name>sample string 8</Name>
    <PetSizeId>3ca918b6-026f-4bce-924d-8d495751e270</PetSizeId>
    <PolicyStartDate>2025-07-07T15:52:56.632664+01:00</PolicyStartDate>
    <SpeciesId>5c19f510-c3f7-423e-8f0f-d2ac3e50ebf7</SpeciesId>
    <Vaccinated>true</Vaccinated>
    <VetChecked>true</VetChecked>
    <VetId>a4975e79-f8e7-4a1c-b418-33ab082095cb</VetId>
  </Pet>
  <PolicyStartDate>2025-07-07T15:52:56.632664+01:00</PolicyStartDate>
  <TermsAgreed>true</TermsAgreed>
</BreederFreeCoverRequest>