Guardline

    Complete a person applicant

    Marks the latest version of the applicant as COMPLETED. Returns the updated applicant. No request body required. Refer to applicant lifecycle in docs for more info.

    POST
    /people/{id}/complete

    Path Parameters

    idstring
    Formatuuid

    Response Body

    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "status": "PENDING",
      "applicantData": {},
      "createdOn": "2019-08-24T14:15:22Z",
      "lastUpdatedOn": "2019-08-24T14:15:22Z"
    }
    Empty
    Empty