Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appId |
The application identifier. |
integer |
None. |
| personId |
The person identifier. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of person details.
Collection of Nano.PersonDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| employedTwoYears |
Gets or sets a value indicating whether the person is employed two years. |
boolean |
None. |
| hasSurvivingSpouseBenefits |
Gets or sets a value indicating whether it has surviving spouse benefits. |
boolean |
None. |
| hasVariableIncome |
Gets or sets a value indicating whether this instance has variable income. |
boolean |
None. |
| isActiveDutyMilitary |
Gets or sets a value indicating whether it is active duty military. |
boolean |
None. |
| isMilitaryRetired |
Gets or sets a value indicating whether it is military retired. |
boolean |
None. |
| isTrustee |
Gets or sets a value indicating whether it is trustee. |
boolean |
None. |
| isVeteran |
Gets or sets a value indicating whether it is a veteran. |
boolean |
None. |
| noHomePhone |
Gets or sets a value indicating whether there is no home phone. |
boolean |
None. |
| projectedEndOfTour |
Gets or sets the projected end of tour. |
string |
None. |
| useIncome |
Gets or sets a value indicating whether to use income. |
boolean |
None. |
| wasNonActiveGuardMemberOnly |
Gets or sets a value indicating whether it was non active guard member only. |
boolean |
None. |
| id |
Gets or sets the person detail identifier. |
integer |
None. |
| person |
Gets or sets the person identifier. |
integer |
None. |
Response Formats
application/json, text/json
[
{
"employedTwoYears": true,
"hasSurvivingSpouseBenefits": true,
"hasVariableIncome": true,
"isActiveDutyMilitary": true,
"isMilitaryRetired": true,
"isTrustee": true,
"isVeteran": true,
"noHomePhone": true,
"projectedEndOfTour": "sample String 6",
"useIncome": true,
"wasNonActiveGuardMemberOnly": true,
"id": "7",
"person": "8"
},
{
"employedTwoYears": true,
"hasSurvivingSpouseBenefits": true,
"hasVariableIncome": true,
"isActiveDutyMilitary": true,
"isMilitaryRetired": true,
"isTrustee": true,
"isVeteran": true,
"noHomePhone": true,
"projectedEndOfTour": "sample String 6",
"useIncome": true,
"wasNonActiveGuardMemberOnly": true,
"id": "7",
"person": "8"
}
]
text/html
[{"employedTwoYears":true,"hasSurvivingSpouseBenefits":true,"hasVariableIncome":true,"isActiveDutyMilitary":true,"isMilitaryRetired":true,"isTrustee":true,"isVeteran":true,"noHomePhone":true,"projectedEndOfTour":"sample String 6","useIncome":true,"wasNonActiveGuardMemberOnly":true,"id":"7","person":"8"},{"employedTwoYears":true,"hasSurvivingSpouseBenefits":true,"hasVariableIncome":true,"isActiveDutyMilitary":true,"isMilitaryRetired":true,"isTrustee":true,"isVeteran":true,"noHomePhone":true,"projectedEndOfTour":"sample String 6","useIncome":true,"wasNonActiveGuardMemberOnly":true,"id":"7","person":"8"}]
application/xml, text/xml
<ArrayOfPersonDetail xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<PersonDetail>
<EmployedTwoYears>true</EmployedTwoYears>
<HasSurvivingSpouseBenefits>true</HasSurvivingSpouseBenefits>
<HasVariableIncome>true</HasVariableIncome>
<IsActiveDutyMilitary>true</IsActiveDutyMilitary>
<IsMilitaryRetired>true</IsMilitaryRetired>
<IsTrustee>true</IsTrustee>
<IsVeteran>true</IsVeteran>
<NoHomePhone>true</NoHomePhone>
<ProjectedEndOfTour>sample String 6</ProjectedEndOfTour>
<UseIncome>true</UseIncome>
<WasNonActiveGuardMemberOnly>true</WasNonActiveGuardMemberOnly>
<PersonDetailId>7</PersonDetailId>
<PersonId>8</PersonId>
</PersonDetail>
<PersonDetail>
<EmployedTwoYears>true</EmployedTwoYears>
<HasSurvivingSpouseBenefits>true</HasSurvivingSpouseBenefits>
<HasVariableIncome>true</HasVariableIncome>
<IsActiveDutyMilitary>true</IsActiveDutyMilitary>
<IsMilitaryRetired>true</IsMilitaryRetired>
<IsTrustee>true</IsTrustee>
<IsVeteran>true</IsVeteran>
<NoHomePhone>true</NoHomePhone>
<ProjectedEndOfTour>sample String 6</ProjectedEndOfTour>
<UseIncome>true</UseIncome>
<WasNonActiveGuardMemberOnly>true</WasNonActiveGuardMemberOnly>
<PersonDetailId>7</PersonDetailId>
<PersonId>8</PersonId>
</PersonDetail>
</ArrayOfPersonDetail>
application/vnd.api+json
Sample not available.