Skip to content
Snippets Groups Projects
Commit 5a098e88 authored by llaffont's avatar llaffont
Browse files

MAJ doc WS Nanook

parent 06320244
Branches
Tags
No related merge requests found
......@@ -53,8 +53,29 @@ http://localhost:8080/afi_Nanook/ilsdi/service/GetRecords/id/9842+2345+2
2. AuthenticatePatron:
2. GetPatronInfo:
Authentifie l'adhérent et retourne son identifiant à utiliser dans les requêtes sur le compte abonné.
* Paramètres:
username: login de l'adhérent
password: mot de passe
* Exemple:
http://localhost:8080/afi_Nanook/ilsdi/service/AuthenticatePatron/username/34454/password/caramel
* Réponse:
<?xml version="1.0" encoding="UTF-8"?>
<AuthenticatePatron>
<patronId>789</patronId>
</AuthenticatePatron>
3. GetPatronInfo:
Retourne les informations de l'adhérent
......@@ -111,7 +132,7 @@ http://localhost:8080/afi_Nanook/ilsdi/service/GetPatronInfo/patronId/1
3. HoldTitle:
4. HoldTitle:
Créé une réservation au niveau de la notice bibliographique pour un adhérent.
......@@ -144,7 +165,7 @@ http://localhost:8080/afi_Nanook/ilsdi/service/HoldTitle/bibId/196895/patronId/1
4. CancelHold
5. CancelHold
Annule une réservation sur le compte de l'adhérent.
......@@ -176,7 +197,7 @@ http://localhost:8080/afi_Nanook/ilsdi/service/CancelHold/patronId/1/itemId/1968
5. RenewLoan
6. RenewLoan
Prolonge le prêt sur le compte d'un adhérent.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment