Skip to content

Create a(n) Licensing record​

POST
/candidatesV2/Licensing

Authorizations​

Bearer

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

TypeHTTP (bearer)

Request Body​

application/json
JSON
{
"License_Id": 0,
"Candidate_Id": 0,
"Parent_Id": 0,
"License_Name": "string",
"License_Agency": "string",
"License_Number": "string",
"State_Issued": "string",
"Begin_Date": "string",
"Expiration_Date": "string",
"Comments": "string",
"Date_Entered": "string",
"Embedded_Images": "string"
}

Responses​

application/json
JSON
{
"License_Id": 0,
"Candidate_Id": 0,
"Parent_Id": 0,
"License_Name": "string",
"License_Agency": "string",
"License_Number": "string",
"State_Issued": "string",
"Begin_Date": "string",
"Expiration_Date": "string",
"Comments": "string",
"Date_Entered": "string",
"Embedded_Images": "string"
}

Playground​

Authorization
Body

Samples​