Afficher la Table des Matières
Grâce à cette méthode, vous pouvez modifier une tâche depuis une affaire.
| Url | /affaire/{codeAffaire}/tache/{libTache}
|
| Méthode | PUT
|
| Url Params | codeAffaire ; libTache
|
| Data Params | TacheRest
|
| DMF | 060101
|
| Argument | Description | Valeur |
|---|---|---|
codeAffaire
|
Code de l’affaire |
Caractère alphanumérique 10 caractères max. Ex : AFF01 |
libTache
|
Libellé de la tâche |
Caractère alphanumérique 10 caractères max. Ex : LOT10 |
| tâche | Objet JSON composé des champs suivants : | |
libelleTache
|
Caractère alphanumérique 5 caractères max. Ex : TACHE01 |
|
type
|
Caractère alphanumérique 10 caractères max. Ex : NORMAL / FIXE / NON_FIXE |
|
dateDebut
|
Format de date CCYY-MM-DDThh:mm:ss Ex : 2011-05-28T11:30:00 |
|
dateFin
|
Format de date CCYY-MM-DDThh:mm:ss Ex : 2011-05-28T11:30:00 |
|
description
|
Caractère alphanumérique 10 caractères max. Ex : DESC01 |
|
charge
|
Booléen 0 = ? 1 = ? |
|
resteAFaire
|
Booléen 0 = ? 1 = ? |
|