PUT http:// [Nom de l'instance web service] /recordsManagement/archives/unfreeze
Route de service web permettant de dégeler une archive
| Nom de la propriété | Type | Description | 
|---|---|---|
| Néant | 
| Nom de l'en-tête | Type | Description | 
|---|---|---|
| Accept | string | application/json | 
| Content-Type | string | application/json | 
| Nom du cookie | Type | Description | 
|---|---|---|
| LAABS-AUTH | string | Jeton de connexion à l'application URL encodé Génération d'un jeton | 
| Nom de la propriété | Type | Description | 
|---|---|---|
| Néant | 
| Nom de la propriété | Type | Description | 
|---|---|---|
| archiveIds | array | Tableau d'identifiants d'objets Archive | 
Requête
PUT http://srv-maarchrm/recordsManagement/archives/unfreeze
Headers
Accept          application/json
Content-Type    application/json
Cookie          LAABS-AUTH=phdF9WkJuTKkDuPXoqDZuPs4jdJfIZgYFwOvhIHJbI%2BB1ZcU5fh3HcjVqr%2Bn7ubhz%2FIToIBipOy3asYsHSF4lQ%2F4Iu%2Bn6V%2BYiOvG67bS9bz4STDbYKlRn1AX4v8vY5c0H74rNb4rmOqOD2GAd5Jkfw%3D%3D
Body
{
  "archiveIds":["maarchRM_5gfob2y9x-0000-4nxt77", "maarchRM_5gfnos3z3-0000-1pekdf"]
}
Le service web retourne deux tableaux "success" et "error" contenant l' identifiant de l'archive dégelée si l'exécution a bien été effectuée
Code HTTP 200
retour
{
  "success": [
    "maarchRM_5gfob2y9x-0000-4nxt77",
    "maarchRM_5gfnos3z3-0000-1pekdf"
  ],
  "error": [],