Differences

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

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
api:api_applicants_id_reference [2020/05/11 16:06] – created Lauri Elevantapi:api_applicants_id_reference [2020/05/11 16:10] – [PUT] Lauri Elevant
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 ====