Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| en:guide_du_developpeur_capture [2025/10/22 10:42] – [Developer Guide – ID360 Capture] admin | en:guide_du_developpeur_capture [2025/11/04 11:18] (Version actuelle) – [5.1 Retrieving the Report via API] admin | ||
|---|---|---|---|
| Ligne 29: | Ligne 29: | ||
| === 🔧 Additional options and tools === | === 🔧 Additional options and tools === | ||
| * **Run ID360 in a WebView (optional)**: | * **Run ID360 in a WebView (optional)**: | ||
| - | * **Interrupt a folder** : To invalidate an identification URL and force the closure of a file in the case of an identification process that has not been started or is incomplete. | + | * **Interrupt a user folder** : To invalidate an identification URL and force the closure of a file in the case of an identification process that has not been started or is incomplete. |
| ---- | ---- | ||
| Ligne 404: | Ligne 404: | ||
| **HTTP Status**: '' | **HTTP Status**: '' | ||
| + | |||
| **Response format**: JSON | **Response format**: JSON | ||
| Ligne 623: | Ligne 624: | ||
| * Enable JavaScript | * Enable JavaScript | ||
| * On Android, initialize the WebView with the **activity context** (and not the application' | * On Android, initialize the WebView with the **activity context** (and not the application' | ||
| + | |||
| + | ====== Discontinue an Enrollment ====== | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | ---- | ||
| + | |||
| + | === 🔧 CURL Request – Production === | ||
| + | <code javascript> | ||
| + | curl -X GET \ | ||
| + | " | ||
| + | -H " | ||
| + | </ | ||
| + | |||
| + | ---- | ||
| + | |||
| + | === 🔧 CURL Request – Preproduction === | ||
| + | <code javascript> | ||
| + | curl -X GET \ | ||
| + | " | ||
| + | -H " | ||
| + | </ | ||
| + | |||
| + | ---- | ||
| + | |||
| + | === 🛠 Technical Information === | ||
| + | |||
| + | * **'' | ||
| + | * **Parameters**: | ||
| + | |||
| + | ---- | ||
| + | |||
| + | === ✅ Expected Result === | ||
| + | |||
| + | **HTTP Status**: '' | ||
| + | |||
| + | ---- | ||
| + | |||
| + | === 💬 Notes === | ||
| + | |||
| + | The enrollment status will be changed to **DISCONTINUED**. | ||
| + | |||