@@ -6,7 +6,7 @@ NOTES: custom Information fails on test, LOSFORMAT policy does not exist
66
77## SBAPI endpoints
88
9- ### ** userkey ** – returns user key/user barcode/home library/barcode expiration date when querying a user barcode
9+ ### _ userkey _ – returns user key/user barcode/home library/barcode expiration date when querying a user barcode
1010
1111URL: https://server:port/cgi-bin/sb.cgi?report=userkey&uid=21168045392313
1212
@@ -27,7 +27,7 @@ Output:
2727 </USER>
2828```
2929
30- ### ** userbarcode ** – returns user key/user barcode/home library/barcode expiration date when querying a user key
30+ ### _ userbarcode _ – returns user key/user barcode/home library/barcode expiration date when querying a user key
3131
3232URL: https://server:port/cgi-bin/sb.cgi?report=userbarcode&ukey=445800
3333
@@ -48,7 +48,7 @@ Output:
4848 </USER>
4949```
5050
51- ### holds – returns barcode and item hold available for pickup and not yet filled, when querying a user barcode
51+ ### _ holds _ – returns barcode and item hold available for pickup and not yet filled, when querying a user barcode
5252
5353URL: https://server:port/cgi-bin/sb.cgi?report=hold&uid=21967002133994
5454
@@ -94,7 +94,7 @@ Output:
9494
9595` </HOLD_DB_KEY> ` is needed to enable the cancellation of this item hold.
9696
97- ### courtesy – returns barcode and item barcode/title/due date/renew eligibility when querying a user barcode
97+ ### _ courtesy _ – returns barcode and item barcode/title/due date/renew eligibility when querying a user barcode
9898
9999https://server:port/cgi-bin/sb.cgi?report=courtesy&uid=21967002133994
100100
@@ -143,7 +143,7 @@ Output:
14314313 - Item is not eligible for renewal as item is on-hold
14414414 - Item is not eligible for renewal as maximum number renewals for the item has been reached
145145
146- ### overdue – returns barcode and item barcode/title/due date/renew eligibility when querying a user barcode
146+ ### _ overdue _ – returns barcode and item barcode/title/due date/renew eligibility when querying a user barcode
147147
148148https://server:port/cgi-bin/sb.cgi?report=overdue&uid=21967002133994
149149
@@ -181,7 +181,7 @@ Output:
18118114 - Item is not eligible for renewal as maximum number renewals for the item has been reached
18218215 - Item is not eligible for renewal due to limit set on how many overdue items a patron can have at one time
183183
184- ### overdue – returns user barcode/item barcode and charge status when querying a user barcode
184+ ### _ overdue _ – returns user barcode/item barcode and charge status when querying a user barcode
185185
186186https://server:port/cgi-bin/sb.cgi?report=chkcharge&uid=21967002133994&id=31967011342030
187187
@@ -204,7 +204,7 @@ Output:
2042041
205205: Item is charged to patron
206206
207- ### chkhold – returns item barcode and if item has a hold
207+ ### _ chkhold _ – returns item barcode and if item has a hold
208208
209209https://server:port/cgi-bin/sb.cgi?report=chkhold&id=31967011342030
210210
@@ -228,7 +228,7 @@ Output:
2282281
229229: Item has a hold
230230
231- ### fee – returns total fees linked to patron
231+ ### _ fee _ – returns total fees linked to patron
232232
233233https://server:port/cgi-bin/sb.cgi?report=fee&uid=21967002133994
234234
@@ -247,7 +247,7 @@ Output:
247247 </USER>
248248```
249249
250- ### noticetype – returns patrons that requested notices via sms or voice
250+ ### _ noticetype _ – returns patrons that requested notices via sms or voice
251251
252252https://server:port/cgi-bin/sb.cgi?report=noticetype&type=sms
253253
@@ -270,7 +270,7 @@ Output:
270270 </USER>
271271```
272272
273- ### cancel – returns success or failure, when attempting to abandon a hold ready for pickup
273+ ### _ cancel _ – returns success or failure, when attempting to abandon a hold ready for pickup
274274
275275https://server:port/cgi-bin/sb.cgi?report=cancel&uid=21967002133994&dbkey=1234566
276276
@@ -291,7 +291,7 @@ Output:
2912910 – Cancel item hold failed
2922921 – Cancel item hold succeeded
293293
294- ### holdexpiration – returns list of patron hold items that expired and not fulfilled
294+ ### _ holdexpiration _ – returns list of patron hold items that expired and not fulfilled
295295
296296https://server:port/cgi-bin/sb.cgi?report=holdexpiration&date=20200817
297297
0 commit comments