Body
application/json
Response
Qualification created successfully
The response is of type object
.
curl --request POST \
--url https://api.axlehealth.com/api/v2-stable/qualifications \
--header 'Content-Type: application/json' \
--data '{
"code": "GCP",
"description": "Has the clinician completed Good clinical practice training"
}'
{
"qualification_id": "3395a253-c2d7-4ee5-acf9-39465005f940"
}
Creates a new qualification for clinicians.
curl --request POST \
--url https://api.axlehealth.com/api/v2-stable/qualifications \
--header 'Content-Type: application/json' \
--data '{
"code": "GCP",
"description": "Has the clinician completed Good clinical practice training"
}'
{
"qualification_id": "3395a253-c2d7-4ee5-acf9-39465005f940"
}
Qualification created successfully
The response is of type object
.