Skip to content

Update a(n) Military record​

PUT
/candidatesV2/Military

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and enter it here.

TypeHTTP (bearer)

Request Body​

application/json
JSON
{
"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"
}

Responses​

application/json
JSON
{
"Success": true,
"Message": "string"
}

Playground​

Authorization
Body

Samples​