Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
personDetailId |
The person detail identifier. |
integer |
Required |
Body Parameters
The person detail.
Nano.PersonDetailName | 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. |
Request 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" }
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"}
application/xml, text/xml
<PersonDetail xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <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>
application/x-www-form-urlencoded
Sample not available.
application/vnd.api+json
Sample not available.
Response Information
Resource Description
The updated person detail.
Nano.PersonDetailName | 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" }
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"}
application/xml, text/xml
<PersonDetail xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <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>
application/vnd.api+json
Sample not available.