Request Information

URI Parameters

NameDescriptionTypeAdditional information
appId

The application identifier.

integer

None.

personId

The person identifier.

integer

None.

Body Parameters

None.

Response Information

Resource Description

A list of military histories.

Collection of Nano.MilitaryHistory
NameDescriptionTypeAdditional information
endDate

Gets or sets the end date.

string

None.

militaryAlias

Gets or sets the military alias.

string

None.

rank

Gets or sets the rank.

string

None.

serviceNumber

Gets or sets the service number.

string

None.

startDate

Gets or sets the start date.

string

None.

militaryBranchType

Gets or sets the military branch type identifier.

integer

None.

id

Gets or sets the military history identifier.

integer

None.

person

Gets or sets the person identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "endDate": "sample String 1",
    "militaryAlias": "sample String 2",
    "rank": "sample String 3",
    "serviceNumber": "sample String 4",
    "startDate": "sample String 5",
    "militaryBranchType": "1",
    "id": "6",
    "person": "7"
  },
  {
    "endDate": "sample String 1",
    "militaryAlias": "sample String 2",
    "rank": "sample String 3",
    "serviceNumber": "sample String 4",
    "startDate": "sample String 5",
    "militaryBranchType": "1",
    "id": "6",
    "person": "7"
  }
]

text/html

Sample:
[{"endDate":"sample String 1","militaryAlias":"sample String 2","rank":"sample String 3","serviceNumber":"sample String 4","startDate":"sample String 5","militaryBranchType":"1","id":"6","person":"7"},{"endDate":"sample String 1","militaryAlias":"sample String 2","rank":"sample String 3","serviceNumber":"sample String 4","startDate":"sample String 5","militaryBranchType":"1","id":"6","person":"7"}]

application/xml, text/xml

Sample:
<ArrayOfMilitaryHistory xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <MilitaryHistory>
    <EndDate>sample String 1</EndDate>
    <MilitaryAlias>sample String 2</MilitaryAlias>
    <Rank>sample String 3</Rank>
    <ServiceNumber>sample String 4</ServiceNumber>
    <StartDate>sample String 5</StartDate>
    <MilitaryBranchTypeId>1</MilitaryBranchTypeId>
    <MilitaryHistoryId>6</MilitaryHistoryId>
    <PersonId>7</PersonId>
  </MilitaryHistory>
  <MilitaryHistory>
    <EndDate>sample String 1</EndDate>
    <MilitaryAlias>sample String 2</MilitaryAlias>
    <Rank>sample String 3</Rank>
    <ServiceNumber>sample String 4</ServiceNumber>
    <StartDate>sample String 5</StartDate>
    <MilitaryBranchTypeId>1</MilitaryBranchTypeId>
    <MilitaryHistoryId>6</MilitaryHistoryId>
    <PersonId>7</PersonId>
  </MilitaryHistory>
</ArrayOfMilitaryHistory>

application/vnd.api+json

Sample:

Sample not available.