Skip to content

Create a(n) Military record​

POST
/candidatesV2/Military

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and use it in an authorization header.

TypeHTTP (bearer)
Example'Authorization: BEARER <YOUR_TOKEN_HERE>'

Request Body​

application/json
object

Responses​

application/json
JSON
{
"AggregateCount": 0,
"MetaData": null,
"Military_Id": 0,
"Candidate_Id": 0,
"Company_Id": 0,
"Branch": "string",
"Service_ID": "string",
"Location": "string",
"Start_Rank": "string",
"Discharge_Rank": "string",
"Current_Rank": "string",
"Begin_Date": "string",
"End_Date": "string",
"Address": "string",
"City": "string",
"State": "string",
"Postal_Code": "string",
"Country": "string",
"Honors": "string",
"Disciplinary_Action": "string",
"Expertise": "string",
"Comments": "string",
"Date_Entered": "string"
}

Playground​

Authorization
Body

Samples​