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": "054d92d9-431a-479a-912f-3062b7cc94dd", "BreederAffiliateId": "4a5502d1-d0ab-48aa-90bd-a0034fc15ecd", "Customer": { "AddressLine1": "sample string 1", "AddressLine2": "sample string 2", "AddressLine3": "sample string 3", "CountryId": "9d79af77-4c53-4fd7-af88-2f6de87426b6", "County": "sample string 4", "DateOfBirth": "2025-08-27T05:49:25.4115753+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": "de5941af-0438-46c7-b481-4e4554ff8780", "IsLocked": true, "LastName": "sample string 12", "MobileNumber": "sample string 13", "PostCode": "sample string 14", "TitleId": "9a7ea99e-04b4-47d2-9ac6-9d39c8a5cdf7", "Town": "sample string 15", "MarketingContactByEmail": true, "MarketingContactByPhone": true, "MarketingContactByPost": true, "MarketingContactBySMS": true, "Policies": [ { "PolicyId": "c8bc1c5d-db7f-4a6f-9556-4a778bcf23e2", "PolicyNumber": "sample string 2", "PolicyEffectiveFrom": "2025-08-27T05:49:25.4115753+01:00", "PolicyEffectiveTo": "2025-08-27T05:49:25.4115753+01:00", "Brand": "sample string 3", "Product": "sample string 4", "PetSpecies": "sample string 5", "PetDOB": "2025-08-27T05:49:25.4115753+01:00", "PetBreed": "sample string 6", "PetName": "sample string 7", "PetPhoto": { "Id": "553a1b81-9a06-45fc-81a8-473896f158b8", "FileExtension": "sample string 2", "Size": 3, "Data": "QEA=" } }, { "PolicyId": "c8bc1c5d-db7f-4a6f-9556-4a778bcf23e2", "PolicyNumber": "sample string 2", "PolicyEffectiveFrom": "2025-08-27T05:49:25.4115753+01:00", "PolicyEffectiveTo": "2025-08-27T05:49:25.4115753+01:00", "Brand": "sample string 3", "Product": "sample string 4", "PetSpecies": "sample string 5", "PetDOB": "2025-08-27T05:49:25.4115753+01:00", "PetBreed": "sample string 6", "PetName": "sample string 7", "PetPhoto": { "Id": "553a1b81-9a06-45fc-81a8-473896f158b8", "FileExtension": "sample string 2", "Size": 3, "Data": "QEA=" } } ] }, "Id": "c8f374fe-8955-4b3b-a6a8-e629dd0063cf", "Pet": { "ActivityGroups": [ { "Id": "7b75d1ea-1d56-468b-81e1-df4059518505", "Name": "sample string 2", "Description": "sample string 3", "MappingValue": 1, "MtaOnly": true, "Priority": 1 }, { "Id": "7b75d1ea-1d56-468b-81e1-df4059518505", "Name": "sample string 2", "Description": "sample string 3", "MappingValue": 1, "MtaOnly": true, "Priority": 1 } ], "AggressiveBehaviour": true, "BreedId": "031194a1-887f-4022-a49b-f2d91048108b", "Cost": 1.0, "DateOfBirth": "2025-08-27T05:49:25.4271905+01:00", "DateOfBirthExact": true, "GenderId": "b5128abb-caa8-49ef-9b8a-039d79b2c620", "HadPriorThirdPartyLiabilityClaim": true, "Id": "57a7a667-d6cc-4010-8a37-4492bbd0e3ea", "IllnessOrInjury": true, "IsMicrochipped": true, "IsNeutered": true, "IsVaccinated": true, "LastVaccinatedDate": "2025-08-27T05:49:25.4271905+01:00", "MicrochipNumber": "sample string 7", "Name": "sample string 8", "PolicyStartDate": "2025-08-27T05:49:25.4271905+01:00", "SpeciesId": "560615e2-802f-468d-b9ef-4865d2635cd5", "SubSpeciesId": "a1b126a6-4ecc-4860-a76d-5772bdd8935f", "VetChecked": true, "VetId": "88e1eed4-b8f2-48c7-b89d-e4e9be64e4a5" }, "PolicyStartDate": "2025-08-27T05:49:25.4271905+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>054d92d9-431a-479a-912f-3062b7cc94dd</BrandId> <BreederAffiliateId>4a5502d1-d0ab-48aa-90bd-a0034fc15ecd</BreederAffiliateId> <Customer> <AddressLine1>sample string 1</AddressLine1> <AddressLine2>sample string 2</AddressLine2> <AddressLine3>sample string 3</AddressLine3> <CountryId>9d79af77-4c53-4fd7-af88-2f6de87426b6</CountryId> <County>sample string 4</County> <DateOfBirth>2025-08-27T05:49:25.4115753+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>de5941af-0438-46c7-b481-4e4554ff8780</Id> <IsLocked>true</IsLocked> <LastName>sample string 12</LastName> <MarketingContactByEmail>true</MarketingContactByEmail> <MarketingContactByPhone>true</MarketingContactByPhone> <MarketingContactByPost>true</MarketingContactByPost> <MarketingContactBySMS>true</MarketingContactBySMS> <MobileNumber>sample string 13</MobileNumber> <Policies> <LoyaltyPolicyResponse> <Brand>sample string 3</Brand> <PetBreed>sample string 6</PetBreed> <PetDOB>2025-08-27T05:49:25.4115753+01:00</PetDOB> <PetName>sample string 7</PetName> <PetPhoto> <Data>QEA=</Data> <FileExtension>sample string 2</FileExtension> <Id>553a1b81-9a06-45fc-81a8-473896f158b8</Id> <Size>3</Size> </PetPhoto> <PetSpecies>sample string 5</PetSpecies> <PolicyEffectiveFrom>2025-08-27T05:49:25.4115753+01:00</PolicyEffectiveFrom> <PolicyEffectiveTo>2025-08-27T05:49:25.4115753+01:00</PolicyEffectiveTo> <PolicyId>c8bc1c5d-db7f-4a6f-9556-4a778bcf23e2</PolicyId> <PolicyNumber>sample string 2</PolicyNumber> <Product>sample string 4</Product> </LoyaltyPolicyResponse> <LoyaltyPolicyResponse> <Brand>sample string 3</Brand> <PetBreed>sample string 6</PetBreed> <PetDOB>2025-08-27T05:49:25.4115753+01:00</PetDOB> <PetName>sample string 7</PetName> <PetPhoto> <Data>QEA=</Data> <FileExtension>sample string 2</FileExtension> <Id>553a1b81-9a06-45fc-81a8-473896f158b8</Id> <Size>3</Size> </PetPhoto> <PetSpecies>sample string 5</PetSpecies> <PolicyEffectiveFrom>2025-08-27T05:49:25.4115753+01:00</PolicyEffectiveFrom> <PolicyEffectiveTo>2025-08-27T05:49:25.4115753+01:00</PolicyEffectiveTo> <PolicyId>c8bc1c5d-db7f-4a6f-9556-4a778bcf23e2</PolicyId> <PolicyNumber>sample string 2</PolicyNumber> <Product>sample string 4</Product> </LoyaltyPolicyResponse> </Policies> <PostCode>sample string 14</PostCode> <TitleId>9a7ea99e-04b4-47d2-9ac6-9d39c8a5cdf7</TitleId> <Town>sample string 15</Town> </Customer> <Id>c8f374fe-8955-4b3b-a6a8-e629dd0063cf</Id> <Pet> <ActivityGroups> <ActivityGroup> <Description>sample string 3</Description> <Id>7b75d1ea-1d56-468b-81e1-df4059518505</Id> <MappingValue>1</MappingValue> <MtaOnly>true</MtaOnly> <Name>sample string 2</Name> <Priority>1</Priority> </ActivityGroup> <ActivityGroup> <Description>sample string 3</Description> <Id>7b75d1ea-1d56-468b-81e1-df4059518505</Id> <MappingValue>1</MappingValue> <MtaOnly>true</MtaOnly> <Name>sample string 2</Name> <Priority>1</Priority> </ActivityGroup> </ActivityGroups> <AggressiveBehaviour>true</AggressiveBehaviour> <BreedId>031194a1-887f-4022-a49b-f2d91048108b</BreedId> <Cost>1</Cost> <DateOfBirth>2025-08-27T05:49:25.4271905+01:00</DateOfBirth> <DateOfBirthExact>true</DateOfBirthExact> <GenderId>b5128abb-caa8-49ef-9b8a-039d79b2c620</GenderId> <HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim> <Id>57a7a667-d6cc-4010-8a37-4492bbd0e3ea</Id> <IllnessOrInjury>true</IllnessOrInjury> <IsMicrochipped>true</IsMicrochipped> <IsNeutered>true</IsNeutered> <IsVaccinated>true</IsVaccinated> <LastVaccinatedDate>2025-08-27T05:49:25.4271905+01:00</LastVaccinatedDate> <MicrochipNumber>sample string 7</MicrochipNumber> <Name>sample string 8</Name> <PolicyStartDate>2025-08-27T05:49:25.4271905+01:00</PolicyStartDate> <SpeciesId>560615e2-802f-468d-b9ef-4865d2635cd5</SpeciesId> <SubSpeciesId>a1b126a6-4ecc-4860-a76d-5772bdd8935f</SubSpeciesId> <VetChecked>true</VetChecked> <VetId>88e1eed4-b8f2-48c7-b89d-e4e9be64e4a5</VetId> </Pet> <PolicyStartDate>2025-08-27T05:49:25.4271905+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": "f5676068-cb4d-49aa-9bbf-2098d7b3d45f", "BreederAffiliateId": "6180cbaf-6ff6-4f53-a372-e4ba01f0c146", "Customer": { "AddressLine1": "sample string 1", "AddressLine2": "sample string 2", "AddressLine3": "sample string 3", "CountryId": "2d22fc4a-296e-4923-8a98-5404a8ceab3a", "County": "sample string 4", "DateOfBirth": "2025-08-27T05:49:25.4584508+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": "0e3dbd3f-f166-4b72-9ad8-0ea27355ffd6", "IsLocked": true, "LastName": "sample string 12", "MobileNumber": "sample string 13", "PostCode": "sample string 14", "TitleId": "577f5ad3-e0d5-479e-8f58-0e80dac5388a", "Town": "sample string 15", "MarketingContactByEmail": true, "MarketingContactByPhone": true, "MarketingContactByPost": true, "MarketingContactBySMS": true, "Policies": [ { "PolicyId": "0cf39d12-57b3-4a68-a3cd-967bd7e57c2f", "PolicyNumber": "sample string 2", "PolicyEffectiveFrom": "2025-08-27T05:49:25.4584508+01:00", "PolicyEffectiveTo": "2025-08-27T05:49:25.4584508+01:00", "Brand": "sample string 3", "Product": "sample string 4", "PetSpecies": "sample string 5", "PetDOB": "2025-08-27T05:49:25.4584508+01:00", "PetBreed": "sample string 6", "PetName": "sample string 7", "PetPhoto": { "Id": "53ed2dff-a9af-45d8-bb77-a1f93f1eebdd", "FileExtension": "sample string 2", "Size": 3, "Data": "QEA=" } }, { "PolicyId": "0cf39d12-57b3-4a68-a3cd-967bd7e57c2f", "PolicyNumber": "sample string 2", "PolicyEffectiveFrom": "2025-08-27T05:49:25.4584508+01:00", "PolicyEffectiveTo": "2025-08-27T05:49:25.4584508+01:00", "Brand": "sample string 3", "Product": "sample string 4", "PetSpecies": "sample string 5", "PetDOB": "2025-08-27T05:49:25.4584508+01:00", "PetBreed": "sample string 6", "PetName": "sample string 7", "PetPhoto": { "Id": "53ed2dff-a9af-45d8-bb77-a1f93f1eebdd", "FileExtension": "sample string 2", "Size": 3, "Data": "QEA=" } } ] }, "Id": "6cfc7761-7248-4b7e-a9f9-0223ad126556", "Pet": { "ActivityGroups": [ { "Id": "e0a844bf-146c-44c4-91b0-9600cbc73fab", "Name": "sample string 2", "Description": "sample string 3", "MappingValue": 1, "MtaOnly": true, "Priority": 1 }, { "Id": "e0a844bf-146c-44c4-91b0-9600cbc73fab", "Name": "sample string 2", "Description": "sample string 3", "MappingValue": 1, "MtaOnly": true, "Priority": 1 } ], "AggressiveBehaviour": true, "BreedId": "6f6cd7b7-baef-4b36-b36c-3868acf7e3e7", "Cost": 1.0, "DateOfBirth": "2025-08-27T05:49:25.4584508+01:00", "DateOfBirthExact": true, "GenderId": "7db69f79-6791-40db-9aad-75e8fb94b763", "HadPriorThirdPartyLiabilityClaim": true, "Id": "df448827-e854-4363-9a9f-b6342326b37f", "IllnessOrInjury": true, "IsMicrochipped": true, "IsNeutered": true, "IsVaccinated": true, "LastVaccinatedDate": "2025-08-27T05:49:25.4584508+01:00", "MicrochipNumber": "sample string 7", "Name": "sample string 8", "PolicyStartDate": "2025-08-27T05:49:25.4584508+01:00", "SpeciesId": "7905db61-f563-4da4-963e-d944bc172ccd", "SubSpeciesId": "b347ad69-44ca-4203-8406-4153bd73a1d0", "VetChecked": true, "VetId": "45e93822-93ec-4dd7-8854-d1cc5a27cab3" }, "PolicyStartDate": "2025-08-27T05:49:25.4584508+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>f5676068-cb4d-49aa-9bbf-2098d7b3d45f</BrandId> <BreederAffiliateId>6180cbaf-6ff6-4f53-a372-e4ba01f0c146</BreederAffiliateId> <Customer> <AddressLine1>sample string 1</AddressLine1> <AddressLine2>sample string 2</AddressLine2> <AddressLine3>sample string 3</AddressLine3> <CountryId>2d22fc4a-296e-4923-8a98-5404a8ceab3a</CountryId> <County>sample string 4</County> <DateOfBirth>2025-08-27T05:49:25.4584508+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>0e3dbd3f-f166-4b72-9ad8-0ea27355ffd6</Id> <IsLocked>true</IsLocked> <LastName>sample string 12</LastName> <MarketingContactByEmail>true</MarketingContactByEmail> <MarketingContactByPhone>true</MarketingContactByPhone> <MarketingContactByPost>true</MarketingContactByPost> <MarketingContactBySMS>true</MarketingContactBySMS> <MobileNumber>sample string 13</MobileNumber> <Policies> <LoyaltyPolicyResponse> <Brand>sample string 3</Brand> <PetBreed>sample string 6</PetBreed> <PetDOB>2025-08-27T05:49:25.4584508+01:00</PetDOB> <PetName>sample string 7</PetName> <PetPhoto> <Data>QEA=</Data> <FileExtension>sample string 2</FileExtension> <Id>53ed2dff-a9af-45d8-bb77-a1f93f1eebdd</Id> <Size>3</Size> </PetPhoto> <PetSpecies>sample string 5</PetSpecies> <PolicyEffectiveFrom>2025-08-27T05:49:25.4584508+01:00</PolicyEffectiveFrom> <PolicyEffectiveTo>2025-08-27T05:49:25.4584508+01:00</PolicyEffectiveTo> <PolicyId>0cf39d12-57b3-4a68-a3cd-967bd7e57c2f</PolicyId> <PolicyNumber>sample string 2</PolicyNumber> <Product>sample string 4</Product> </LoyaltyPolicyResponse> <LoyaltyPolicyResponse> <Brand>sample string 3</Brand> <PetBreed>sample string 6</PetBreed> <PetDOB>2025-08-27T05:49:25.4584508+01:00</PetDOB> <PetName>sample string 7</PetName> <PetPhoto> <Data>QEA=</Data> <FileExtension>sample string 2</FileExtension> <Id>53ed2dff-a9af-45d8-bb77-a1f93f1eebdd</Id> <Size>3</Size> </PetPhoto> <PetSpecies>sample string 5</PetSpecies> <PolicyEffectiveFrom>2025-08-27T05:49:25.4584508+01:00</PolicyEffectiveFrom> <PolicyEffectiveTo>2025-08-27T05:49:25.4584508+01:00</PolicyEffectiveTo> <PolicyId>0cf39d12-57b3-4a68-a3cd-967bd7e57c2f</PolicyId> <PolicyNumber>sample string 2</PolicyNumber> <Product>sample string 4</Product> </LoyaltyPolicyResponse> </Policies> <PostCode>sample string 14</PostCode> <TitleId>577f5ad3-e0d5-479e-8f58-0e80dac5388a</TitleId> <Town>sample string 15</Town> </Customer> <Id>6cfc7761-7248-4b7e-a9f9-0223ad126556</Id> <Pet> <ActivityGroups> <ActivityGroup> <Description>sample string 3</Description> <Id>e0a844bf-146c-44c4-91b0-9600cbc73fab</Id> <MappingValue>1</MappingValue> <MtaOnly>true</MtaOnly> <Name>sample string 2</Name> <Priority>1</Priority> </ActivityGroup> <ActivityGroup> <Description>sample string 3</Description> <Id>e0a844bf-146c-44c4-91b0-9600cbc73fab</Id> <MappingValue>1</MappingValue> <MtaOnly>true</MtaOnly> <Name>sample string 2</Name> <Priority>1</Priority> </ActivityGroup> </ActivityGroups> <AggressiveBehaviour>true</AggressiveBehaviour> <BreedId>6f6cd7b7-baef-4b36-b36c-3868acf7e3e7</BreedId> <Cost>1</Cost> <DateOfBirth>2025-08-27T05:49:25.4584508+01:00</DateOfBirth> <DateOfBirthExact>true</DateOfBirthExact> <GenderId>7db69f79-6791-40db-9aad-75e8fb94b763</GenderId> <HadPriorThirdPartyLiabilityClaim>true</HadPriorThirdPartyLiabilityClaim> <Id>df448827-e854-4363-9a9f-b6342326b37f</Id> <IllnessOrInjury>true</IllnessOrInjury> <IsMicrochipped>true</IsMicrochipped> <IsNeutered>true</IsNeutered> <IsVaccinated>true</IsVaccinated> <LastVaccinatedDate>2025-08-27T05:49:25.4584508+01:00</LastVaccinatedDate> <MicrochipNumber>sample string 7</MicrochipNumber> <Name>sample string 8</Name> <PolicyStartDate>2025-08-27T05:49:25.4584508+01:00</PolicyStartDate> <SpeciesId>7905db61-f563-4da4-963e-d944bc172ccd</SpeciesId> <SubSpeciesId>b347ad69-44ca-4203-8406-4153bd73a1d0</SubSpeciesId> <VetChecked>true</VetChecked> <VetId>45e93822-93ec-4dd7-8854-d1cc5a27cab3</VetId> </Pet> <PolicyStartDate>2025-08-27T05:49:25.4584508+01:00</PolicyStartDate> <TermsAgreed>true</TermsAgreed> </BreederFreeCoverRequest>