POST
/
qualifications
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"
}

Body

application/json

Response

201
application/json

Qualification created successfully

The response is of type object.