Lines 41-47
Link Here
|
41 |
ilsdi.pl?service=GetAvailability&id=1+2+99999&id_type=item |
41 |
ilsdi.pl?service=GetAvailability&id=1+2+99999&id_type=item |
42 |
</a> |
42 |
</a> |
43 |
<h4>Example response</h4> |
43 |
<h4>Example response</h4> |
44 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
44 |
<pre><?xml version="1.0" encoding="UTF-8" ?> |
45 |
<dlf:collection |
45 |
<dlf:collection |
46 |
xmlns:dlf="http://diglib.org/ilsdi/1.1" |
46 |
xmlns:dlf="http://diglib.org/ilsdi/1.1" |
47 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
47 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
Lines 114-120
Link Here
|
114 |
ilsdi.pl?service=GetRecords&id=1+2+99999 |
114 |
ilsdi.pl?service=GetRecords&id=1+2+99999 |
115 |
</a> |
115 |
</a> |
116 |
<h4>Example response</h4> |
116 |
<h4>Example response</h4> |
117 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
117 |
<pre><?xml version="1.0" encoding="UTF-8" ?> |
118 |
<GetRecords> |
118 |
<GetRecords> |
119 |
<record> |
119 |
<record> |
120 |
<biblioitemnumber>1</biblioitemnumber> |
120 |
<biblioitemnumber>1</biblioitemnumber> |
Lines 376-382
Link Here
|
376 |
ilsdi.pl?service=LookupPatron&id=815&id_type=cardnumber |
376 |
ilsdi.pl?service=LookupPatron&id=815&id_type=cardnumber |
377 |
</a> |
377 |
</a> |
378 |
<h4>Example response</h4> |
378 |
<h4>Example response</h4> |
379 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
379 |
<pre><?xml version="1.0" encoding="UTF-8" ?> |
380 |
<LookupPatron> |
380 |
<LookupPatron> |
381 |
<id>419</id> |
381 |
<id>419</id> |
382 |
</LookupPatron></pre> |
382 |
</LookupPatron></pre> |
Lines 397-403
Link Here
|
397 |
ilsdi.pl?service=AuthenticatePatron&username=john9&password=soul |
397 |
ilsdi.pl?service=AuthenticatePatron&username=john9&password=soul |
398 |
</a> |
398 |
</a> |
399 |
<h4>Example Response</h4> |
399 |
<h4>Example Response</h4> |
400 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
400 |
<pre><?xml version="1.0" encoding="UTF-8" ?> |
401 |
<AuthenticatePatron> |
401 |
<AuthenticatePatron> |
402 |
<id>419</id> |
402 |
<id>419</id> |
403 |
</AuthenticatePatron></pre> |
403 |
</AuthenticatePatron></pre> |
Lines 427-433
Link Here
|
427 |
ilsdi.pl?service=GetPatronInfo&patron_id=1&show_contact=0&show_loans=1 |
427 |
ilsdi.pl?service=GetPatronInfo&patron_id=1&show_contact=0&show_loans=1 |
428 |
</a> |
428 |
</a> |
429 |
<h4>Example response</h4> |
429 |
<h4>Example response</h4> |
430 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
430 |
<pre><?xml version="1.0" encoding="UTF-8" ?> |
431 |
<GetPatronInfo> |
431 |
<GetPatronInfo> |
432 |
<category_type>A</category_type> |
432 |
<category_type>A</category_type> |
433 |
<categorycode>ADUEXT</categorycode> |
433 |
<categorycode>ADUEXT</categorycode> |
Lines 546-552
Link Here
|
546 |
ilsdi.pl?service=GetPatronStatus&patron_id=1 |
546 |
ilsdi.pl?service=GetPatronStatus&patron_id=1 |
547 |
</a> |
547 |
</a> |
548 |
<h4>Example Response</h4> |
548 |
<h4>Example Response</h4> |
549 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
549 |
<pre><?xml version="1.0" encoding="UTF-8" ?> |
550 |
<GetPatronStatus> |
550 |
<GetPatronStatus> |
551 |
<expiry>2010-03-04</expiry> |
551 |
<expiry>2010-03-04</expiry> |
552 |
<status>0</status> |
552 |
<status>0</status> |
Lines 569-575
Link Here
|
569 |
ilsdi.pl?service=GetServices&patron_id=1&item_id=1 |
569 |
ilsdi.pl?service=GetServices&patron_id=1&item_id=1 |
570 |
</a> |
570 |
</a> |
571 |
<h4>Example response</h4> |
571 |
<h4>Example response</h4> |
572 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
572 |
<pre><?xml version="1.0" encoding="UTF-8" ?> |
573 |
<GetServices> |
573 |
<GetServices> |
574 |
<AvailableFor>title level hold</AvailableFor> |
574 |
<AvailableFor>title level hold</AvailableFor> |
575 |
<AvailableFor>item level hold</AvailableFor> |
575 |
<AvailableFor>item level hold</AvailableFor> |
Lines 593-599
Link Here
|
593 |
ilsdi.pl?service=RenewLoan&patron_id=1&item_id=1 |
593 |
ilsdi.pl?service=RenewLoan&patron_id=1&item_id=1 |
594 |
</a> |
594 |
</a> |
595 |
<h4>Example response</h4> |
595 |
<h4>Example response</h4> |
596 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
596 |
<pre><?xml version="1.0" encoding="UTF-8" ?> |
597 |
<RenewLoan> |
597 |
<RenewLoan> |
598 |
<success>0</success> |
598 |
<success>0</success> |
599 |
<renewals>5</renewals> |
599 |
<renewals>5</renewals> |
Lines 624-630
Link Here
|
624 |
ilsdi.pl?service=HoldTitle&patron_id=1&bib_id=1&request_location=127.0.0.1 |
624 |
ilsdi.pl?service=HoldTitle&patron_id=1&bib_id=1&request_location=127.0.0.1 |
625 |
</a> |
625 |
</a> |
626 |
<h4>Example response</h4> |
626 |
<h4>Example response</h4> |
627 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
627 |
<pre><?xml version="1.0" encoding="UTF-8" ?> |
628 |
<HoldTitle> |
628 |
<HoldTitle> |
629 |
<title>(les) galères de l'Orfèvre</title> |
629 |
<title>(les) galères de l'Orfèvre</title> |
630 |
<date_available>2009-05-11</date_available> |
630 |
<date_available>2009-05-11</date_available> |
Lines 655-661
Link Here
|
655 |
ilsdi.pl?service=HoldItem&patron_id=1&bib_id=1&item_id=1 |
655 |
ilsdi.pl?service=HoldItem&patron_id=1&bib_id=1&item_id=1 |
656 |
</a> |
656 |
</a> |
657 |
<h4>Example response</h4> |
657 |
<h4>Example response</h4> |
658 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
658 |
<pre><?xml version="1.0" encoding="UTF-8" ?> |
659 |
<HoldTitle> |
659 |
<HoldTitle> |
660 |
<title>(les) galères de l'Orfèvre</title> |
660 |
<title>(les) galères de l'Orfèvre</title> |
661 |
<date_available>2009-05-11</date_available> |
661 |
<date_available>2009-05-11</date_available> |
Lines 678-684
Link Here
|
678 |
ilsdi.pl?service=CancelHold&patron_id=1&item_id=1 |
678 |
ilsdi.pl?service=CancelHold&patron_id=1&item_id=1 |
679 |
</a> |
679 |
</a> |
680 |
<h4>Example response</h4> |
680 |
<h4>Example response</h4> |
681 |
<pre><?xml version="1.0" encoding="ISO-8859-1" ?> |
681 |
<pre><?xml version="1.0" encoding="UTF-8" ?> |
682 |
<CancelHold> |
682 |
<CancelHold> |
683 |
<message>Canceled</message> |
683 |
<message>Canceled</message> |
684 |
</CancelHold></pre> |
684 |
</CancelHold></pre> |
685 |
- |
|
|