API (student) : POST /students #8

Closed
opened 2026-03-30 10:03:09 +00:00 by djalim · 0 comments
Collaborator

Fonctionnalité a ajouter :
Créer un nouvel étudiant dans la base de données.
Accessible uniquement par un administrateur.

Route :
POST /students

Exemples

POST /students

{
  "numEtud": 21212006,
  "nom": "Dupont",
  "prenom": "Jean",
  "idPromo": "4AFISE25/26"
}

Réponse 201 :

{
  "numEtud": 21212006,
  "nom": "Dupont",
  "prenom": "Jean",
  "idPromo": "4AFISE25/26"
}

**Fonctionnalité a ajouter :** Créer un nouvel étudiant dans la base de données. Accessible uniquement par un administrateur. **Route :** `POST /students` **Exemples** `POST /students` ```json { "numEtud": 21212006, "nom": "Dupont", "prenom": "Jean", "idPromo": "4AFISE25/26" } ``` **Réponse 201 :** ```json { "numEtud": 21212006, "nom": "Dupont", "prenom": "Jean", "idPromo": "4AFISE25/26" } ``` ---
djalim changed title from API : POST /students to API (student) : POST /students 2026-03-31 11:59:42 +00:00
djalim added this to the Module Managment project 2026-04-21 16:30:49 +00:00
djalim moved this to 🗂️ Project Backlog in Module Managment on 2026-04-21 16:31:58 +00:00
anys moved this to 🟢 Low priority in Module Managment on 2026-04-22 12:26:33 +00:00
anys moved this to 🟡 moderate priority in Module Managment on 2026-04-22 12:27:34 +00:00
anys moved this to ⚙️ in progress in Module Managment on 2026-04-22 12:39:43 +00:00
djalim moved this to ✅ done in Module Managment on 2026-04-22 12:42:40 +00:00
djalim self-assigned this 2026-04-22 12:57:07 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/PolyMPR#8