Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
api:api_applicants_id_reference [2020/05/11 16:06] – created Lauri Elevantapi:api_applicants_id_reference [2021/01/21 12:51] (current) – external edit 127.0.0.1
Line 37: Line 37:
  
 Note that the reference code also needs to be unique. An error is returned if this code has already been assigned to another applicant. Note that the reference code also needs to be unique. An error is returned if this code has already been assigned to another applicant.
 +
 +Example curl:
 +
 +  curl -v -X PUT --data '"ABC123"' -H "Authorization: DREAM apikey=\"YOUR_API_KEY\"" https://your-da-instance.dreamapply.com/api/applicants/123/reference
 +
 +
  
 ==== Syntax ==== ==== Syntax ====