Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
militaryBranchTypeId |
The military branch type identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The military branch type, if it exists.
Nano.MilitaryBranchTypeName | Description | Type | Additional information |
---|---|---|---|
description |
Gets or sets the description. |
string |
None. |
division |
Gets or sets the division. |
string |
None. |
mismoCode |
Gets or sets the MISMO code. |
string |
None. |
id |
Gets or sets the military branch type identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "description": "sample String 1", "division": "sample String 2", "mismoCode": "sample String 3", "id": "4" }
text/html
Sample:
{"description":"sample String 1","division":"sample String 2","mismoCode":"sample String 3","id":"4"}
application/xml, text/xml
Sample:
<MilitaryBranchType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Description>sample String 1</Description> <Division>sample String 2</Division> <MISMOCode>sample String 3</MISMOCode> <MilitaryBranchTypeId>4</MilitaryBranchTypeId> </MilitaryBranchType>
application/vnd.api+json
Sample:
Sample not available.