Request Information

URI Parameters

NameDescriptionTypeAdditional information
militaryHistoryId

The military history identifier.

integer

Required

Body Parameters

The military history.

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.

Request 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"
}

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"}

application/xml, text/xml

Sample:
<MilitaryHistory xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <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>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/vnd.api+json

Sample:

Sample not available.

Response Information

Resource Description

The updated military history.

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"
}

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"}

application/xml, text/xml

Sample:
<MilitaryHistory xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <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>

application/vnd.api+json

Sample:

Sample not available.