Request Information

URI Parameters

None.

Body Parameters

The person dependent.

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.

Request 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/x-www-form-urlencoded

Sample:

Sample not available.

application/vnd.api+json

Sample:

Sample not available.

Response Information

Resource Description

The created person dependent.

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.