GET v1/Policies/Details/{policyDetailID}/FarmAdditionalInterests/{id}?isAnimalAdditionalInterest={isAnimalAdditionalInterest}
Get farm additional interests for a specified policy detail by ID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| policyDetailID |
Id of the policy detail |
integer |
Required |
| id |
Id |
integer |
Required |
| isAnimalAdditionalInterest |
Is animal additional interest |
boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Farm additional interests
PolicyDetailsFarmAdditionalInterestDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| AddInterestID |
Id of the add interest |
integer |
None. |
| ContactID |
Id of the contact |
integer |
None. |
| AddInterestTypeID |
Id of the add interest type |
string |
None. |
| OtherLabel |
Other label |
string |
None. |
| Name |
Name |
string |
None. |
| AddressLine1 |
Address line 1 |
string |
None. |
| AddressLine2 |
Address line 2 |
string |
None. |
| AddressCity |
Address city |
string |
None. |
| AddressState |
Address state |
string |
None. |
| AddressZip |
Address zip |
string |
None. |
| LoanNumber |
Loan number |
string |
None. |
| Rank |
Rank |
string |
None. |
| EvidenceIsCertificate |
Evidence is certificate |
boolean |
None. |
| EvidenceIsSendBill |
Evidence is send bill |
boolean |
None. |
| InterestLocation |
Interest location |
string |
None. |
| InterestVehicle |
Interest vehicle |
string |
None. |
| InterestItemClass |
Interest item class |
string |
None. |
| InterestBuilding |
Interest building |
string |
None. |
| InterestBoat |
Interest boat |
string |
None. |
| InterestItem |
Interest item |
string |
None. |
| ItemDescription |
Item description |
string |
None. |
| PolicyDetailsID |
Id of the policy details |
integer |
None. |
| ObjectID |
Id of the object |
integer |
None. |
| IsAnimalAdditionalInterest |
Is animal additional interest |
boolean |
None. |
| PropertyTypeHasChanged |
Boolean defines if property type has changed |
boolean |
None. |
| ListItemDescription |
List item description |
string |
None. |
| AddInterestTypeString |
Additional interest type string |
string |
None. |
Response Formats
application/json, text/json
{
"AddInterestID": 1,
"ContactID": 1,
"AddInterestTypeID": "sample string 2",
"OtherLabel": "sample string 3",
"Name": "sample string 4",
"AddressLine1": "sample string 5",
"AddressLine2": "sample string 6",
"AddressCity": "sample string 7",
"AddressState": "sample string 8",
"AddressZip": "sample string 9",
"LoanNumber": "sample string 10",
"Rank": "sample string 11",
"EvidenceIsCertificate": true,
"EvidenceIsSendBill": true,
"InterestLocation": "sample string 12",
"InterestVehicle": "sample string 13",
"InterestItemClass": "sample string 14",
"InterestBuilding": "sample string 15",
"InterestBoat": "sample string 16",
"InterestItem": "sample string 17",
"ItemDescription": "sample string 18",
"PolicyDetailsID": 19,
"ObjectID": 20,
"IsAnimalAdditionalInterest": true,
"PropertyTypeHasChanged": true,
"ListItemDescription": "sample string 23",
"AddInterestTypeString": "sample string 24"
}
application/xml, text/xml
<PolicyDetailsFarmAdditionalInterestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QQSolutions.NextGen.ModelLibrary.DataTransferObjects.Policies.PolicyDetail.Farm"> <AddInterestID>1</AddInterestID> <AddInterestTypeID>sample string 2</AddInterestTypeID> <AddInterestTypeString>sample string 24</AddInterestTypeString> <AddressCity>sample string 7</AddressCity> <AddressLine1>sample string 5</AddressLine1> <AddressLine2>sample string 6</AddressLine2> <AddressState>sample string 8</AddressState> <AddressZip>sample string 9</AddressZip> <ContactID>1</ContactID> <EvidenceIsCertificate>true</EvidenceIsCertificate> <EvidenceIsSendBill>true</EvidenceIsSendBill> <InterestBoat>sample string 16</InterestBoat> <InterestBuilding>sample string 15</InterestBuilding> <InterestItem>sample string 17</InterestItem> <InterestItemClass>sample string 14</InterestItemClass> <InterestLocation>sample string 12</InterestLocation> <InterestVehicle>sample string 13</InterestVehicle> <IsAnimalAdditionalInterest>true</IsAnimalAdditionalInterest> <ItemDescription>sample string 18</ItemDescription> <ListItemDescription>sample string 23</ListItemDescription> <LoanNumber>sample string 10</LoanNumber> <Name>sample string 4</Name> <ObjectID>20</ObjectID> <OtherLabel>sample string 3</OtherLabel> <PolicyDetailsID>19</PolicyDetailsID> <PropertyTypeHasChanged>true</PropertyTypeHasChanged> <Rank>sample string 11</Rank> </PolicyDetailsFarmAdditionalInterestDTO>