Request Information
URI Parameters
None.
Body Parameters
The military history.
Nano.MilitaryHistory| Name | Description | Type | Additional 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
{
"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
{"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
<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 not available.
application/vnd.api+json
Sample not available.
Response Information
Resource Description
The created military history.
Nano.MilitaryHistory| Name | Description | Type | Additional 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
{
"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
{"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
<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 not available.