Differences

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

Link to this comparison view

Next 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:09] – [PUT] Lauri Elevant
Line 38: Line 38:
 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\"" http://your-da-instance.dreamapply.com/api/applicants/123/reference
 +''
 ==== Syntax ==== ==== Syntax ====