Request Information

URI Parameters

NameDescriptionTypeAdditional information
personDependentId

The person dependent identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The person dependent, if it exists.

Nano.PersonDependent
NameDescriptionTypeAdditional information
dependentAge

Gets or sets the dependent age.

integer

None.

id

Gets or sets the person dependent identifier.

integer

None.

person

Gets or sets the person identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "dependentAge": 1,
  "id": "2",
  "person": "3"
}

text/html

Sample:
{"dependentAge":1,"id":"2","person":"3"}

application/xml, text/xml

Sample:
<PersonDependent xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <DependentAge>1</DependentAge>
  <PersonDependentId>2</PersonDependentId>
  <PersonId>3</PersonId>
</PersonDependent>

application/vnd.api+json

Sample:

Sample not available.