Skip to content

Create a(n) Licensing record​

POST
/candidatesV2/Licensing

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,
"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​