POST api/Breeder/CreateOrUpdateFreeCoverRequest
Request Information
URI Parameters
None.
Body Parameters
BreederFreeCoverRequestName | Description | Type | Additional 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": "09bd6048-76b3-4035-8ad7-e16236ad1668", "BreederAffiliateId": "59ef97d4-16f5-4a1b-ac91-b7902e187910", "Customer": { "AddressLine1": "sample string 1", "AddressLine2": "sample string 2", "AddressLine3": "sample string 3", "CountryId": "ecee17cd-aeb6-484b-9683-e9012f51bfc5", "County": "sample string 4", "DateOfBirth": "2025-09-13T03:01:57.9213967+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": "4fb660e8-10cc-4fdd-ad5f-7bf4bd44de8a", "IsLocked": true, "LastName": "sample string 12", "MobileNumber": "sample string 13", "PostCode": "sample string 14", "TitleId": "9b546a06-ade1-4ec0-884d-61104c37d44a", "Town": "sample string 15", "MarketingContactByEmail": true, "MarketingContactByPhone": true, "MarketingContactBySMS": true }, "Id": "4618398a-aa6c-43a7-96b7-61cbc1373c18", "Pet": { "IsNextVacVetChecked": true, "BreedId": "ce322d56-2701-464f-bd73-428332fbaa5b", "Cost": 1.0, "DateOfBirth": "2025-09-13T03:01:57.9213967+01:00", "DateOfBirthExact": true, "GenderId": "25462b56-2eb5-4393-ba0e-c35ec49892ed", "HadPriorThirdPartyLiabilityClaim": true, "Id": "f5fb37b4-5721-4bf4-8ee3-cac943ae1d9e", "IllnessOrInjury": true, "LastVaccinatedDate": "2025-09-13T03:01:57.9213967+01:00", "MicrochipNumber": "sample string 7", "Name": "sample string 8", "PolicyStartDate": "2025-09-13T03:01:57.9213967+01:00", "PetSizeId": "907fe564-5659-4a11-ab38-97a00c3ac58a", "SpeciesId": "c2906e5d-629c-48cc-9d3a-8ef25ed7411d", "Vaccinated": true, "VetId": "883aaff7-ac25-4378-8675-b5a81f687d28", "VetChecked": true }, "PolicyStartDate": "2025-09-13T03:01:57.9213967+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>09bd6048-76b3-4035-8ad7-e16236ad1668</BrandId> <BreederAffiliateId>59ef97d4-16f5-4a1b-ac91-b7902e187910</BreederAffiliateId> <Customer> <AddressLine1>sample string 1</AddressLine1> <AddressLine2>sample string 2</AddressLine2> <AddressLine3>sample string 3</AddressLine3> <CountryId>ecee17cd-aeb6-484b-9683-e9012f51bfc5</CountryId> <County>sample string 4</County> <DateOfBirth>2025-09-13T03:01:57.9213967+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>4fb660e8-10cc-4fdd-ad5f-7bf4bd44de8a</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>9b546a06-ade1-4ec0-884d-61104c37d44a</TitleId> <Town>sample string 15</Town> </Customer> <Id>4618398a-aa6c-43a7-96b7-61cbc1373c18</Id> <Pet> <BreedId>ce322d56-2701-464f-bd73-428332fbaa5b</BreedId> <Cost>1</Cost> <DateOfBirth>2025-09-13T03:01:57.9213967+01:00</DateOfBirth> <DateOfBirthExact>true</DateOfBirthExact> <GenderId>25462b56-2eb5-4393-ba0e-c35ec49892ed</GenderId> <HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim> <Id>f5fb37b4-5721-4bf4-8ee3-cac943ae1d9e</Id> <IllnessOrInjury>true</IllnessOrInjury> <IsNextVacVetChecked>true</IsNextVacVetChecked> <LastVaccinatedDate>2025-09-13T03:01:57.9213967+01:00</LastVaccinatedDate> <MicrochipNumber>sample string 7</MicrochipNumber> <Name>sample string 8</Name> <PetSizeId>907fe564-5659-4a11-ab38-97a00c3ac58a</PetSizeId> <PolicyStartDate>2025-09-13T03:01:57.9213967+01:00</PolicyStartDate> <SpeciesId>c2906e5d-629c-48cc-9d3a-8ef25ed7411d</SpeciesId> <Vaccinated>true</Vaccinated> <VetChecked>true</VetChecked> <VetId>883aaff7-ac25-4378-8675-b5a81f687d28</VetId> </Pet> <PolicyStartDate>2025-09-13T03:01:57.9213967+01:00</PolicyStartDate> <TermsAgreed>true</TermsAgreed> </BreederFreeCoverRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BreederFreeCoverRequestName | Description | Type | Additional 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": "a4e26f5e-a64e-429e-8103-394c75c718cf", "BreederAffiliateId": "54e7710f-27b8-4ccd-aa57-dc0580a0f745", "Customer": { "AddressLine1": "sample string 1", "AddressLine2": "sample string 2", "AddressLine3": "sample string 3", "CountryId": "2b187e75-a23b-4031-a162-7ea6e7fec609", "County": "sample string 4", "DateOfBirth": "2025-09-13T03:01:57.9370222+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": "9fbb093f-aed6-45ad-bd16-c31f72bcb5c6", "IsLocked": true, "LastName": "sample string 12", "MobileNumber": "sample string 13", "PostCode": "sample string 14", "TitleId": "d835d88e-bef9-431e-a6cc-fde9e1dfb8e7", "Town": "sample string 15", "MarketingContactByEmail": true, "MarketingContactByPhone": true, "MarketingContactBySMS": true }, "Id": "9b8b84d2-239f-4b84-b9fc-e933fa50399a", "Pet": { "IsNextVacVetChecked": true, "BreedId": "6b55164f-f362-4e56-823e-366f0a69cca2", "Cost": 1.0, "DateOfBirth": "2025-09-13T03:01:57.9370222+01:00", "DateOfBirthExact": true, "GenderId": "bc602942-aaf8-4355-8952-c2a4e52337ce", "HadPriorThirdPartyLiabilityClaim": true, "Id": "02326d71-5c6d-49a3-8c06-a40f8ab943b1", "IllnessOrInjury": true, "LastVaccinatedDate": "2025-09-13T03:01:57.9370222+01:00", "MicrochipNumber": "sample string 7", "Name": "sample string 8", "PolicyStartDate": "2025-09-13T03:01:57.9370222+01:00", "PetSizeId": "1f322068-fae9-44a3-95e7-2c40b687581a", "SpeciesId": "2f0658e5-0749-42ef-9371-b7022f3a6163", "Vaccinated": true, "VetId": "c84d79be-e5cb-4721-a25e-c2d4e5ac9691", "VetChecked": true }, "PolicyStartDate": "2025-09-13T03:01:57.9370222+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>a4e26f5e-a64e-429e-8103-394c75c718cf</BrandId> <BreederAffiliateId>54e7710f-27b8-4ccd-aa57-dc0580a0f745</BreederAffiliateId> <Customer> <AddressLine1>sample string 1</AddressLine1> <AddressLine2>sample string 2</AddressLine2> <AddressLine3>sample string 3</AddressLine3> <CountryId>2b187e75-a23b-4031-a162-7ea6e7fec609</CountryId> <County>sample string 4</County> <DateOfBirth>2025-09-13T03:01:57.9370222+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>9fbb093f-aed6-45ad-bd16-c31f72bcb5c6</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>d835d88e-bef9-431e-a6cc-fde9e1dfb8e7</TitleId> <Town>sample string 15</Town> </Customer> <Id>9b8b84d2-239f-4b84-b9fc-e933fa50399a</Id> <Pet> <BreedId>6b55164f-f362-4e56-823e-366f0a69cca2</BreedId> <Cost>1</Cost> <DateOfBirth>2025-09-13T03:01:57.9370222+01:00</DateOfBirth> <DateOfBirthExact>true</DateOfBirthExact> <GenderId>bc602942-aaf8-4355-8952-c2a4e52337ce</GenderId> <HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim> <Id>02326d71-5c6d-49a3-8c06-a40f8ab943b1</Id> <IllnessOrInjury>true</IllnessOrInjury> <IsNextVacVetChecked>true</IsNextVacVetChecked> <LastVaccinatedDate>2025-09-13T03:01:57.9370222+01:00</LastVaccinatedDate> <MicrochipNumber>sample string 7</MicrochipNumber> <Name>sample string 8</Name> <PetSizeId>1f322068-fae9-44a3-95e7-2c40b687581a</PetSizeId> <PolicyStartDate>2025-09-13T03:01:57.9370222+01:00</PolicyStartDate> <SpeciesId>2f0658e5-0749-42ef-9371-b7022f3a6163</SpeciesId> <Vaccinated>true</Vaccinated> <VetChecked>true</VetChecked> <VetId>c84d79be-e5cb-4721-a25e-c2d4e5ac9691</VetId> </Pet> <PolicyStartDate>2025-09-13T03:01:57.9370222+01:00</PolicyStartDate> <TermsAgreed>true</TermsAgreed> </BreederFreeCoverRequest>