Lines 139-149
Link Here
|
139 |
"description": "date the patron's card is set to expire" |
139 |
"description": "date the patron's card is set to expire" |
140 |
}, |
140 |
}, |
141 |
"gonenoaddress": { |
141 |
"gonenoaddress": { |
142 |
"type": ["string", "null"], |
142 |
"type": ["integer", "null"], |
143 |
"description": "set to 1 if library marked this patron as having an unconfirmed address" |
143 |
"description": "set to 1 if library marked this patron as having an unconfirmed address" |
144 |
}, |
144 |
}, |
145 |
"lost": { |
145 |
"lost": { |
146 |
"type": ["string", "null"], |
146 |
"type": ["integer", "null"], |
147 |
"description": "set to 1 if library marked this patron as having lost his card" |
147 |
"description": "set to 1 if library marked this patron as having lost his card" |
148 |
}, |
148 |
}, |
149 |
"debarred": { |
149 |
"debarred": { |
Lines 167-173
Link Here
|
167 |
"description": "used for children to include title of guarantor" |
167 |
"description": "used for children to include title of guarantor" |
168 |
}, |
168 |
}, |
169 |
"guarantorid": { |
169 |
"guarantorid": { |
170 |
"type": ["string", "null"], |
170 |
"type": ["integer", "null"], |
171 |
"description": "borrowernumber used for children or professionals to link them to guarantor or organizations" |
171 |
"description": "borrowernumber used for children or professionals to link them to guarantor or organizations" |
172 |
}, |
172 |
}, |
173 |
"borrowernotes": { |
173 |
"borrowernotes": { |
Lines 187-193
Link Here
|
187 |
"description": "patron's encrypted password" |
187 |
"description": "patron's encrypted password" |
188 |
}, |
188 |
}, |
189 |
"flags": { |
189 |
"flags": { |
190 |
"type": ["string", "null"], |
190 |
"type": ["integer", "null"], |
191 |
"description": "a number associated with the patron's permissions" |
191 |
"description": "a number associated with the patron's permissions" |
192 |
}, |
192 |
}, |
193 |
"userid": { |
193 |
"userid": { |
Lines 251-265
Link Here
|
251 |
"description": "the mobile phone number where the patron would like to receive notices (if SMS turned on)" |
251 |
"description": "the mobile phone number where the patron would like to receive notices (if SMS turned on)" |
252 |
}, |
252 |
}, |
253 |
"sms_provider_id": { |
253 |
"sms_provider_id": { |
254 |
"type": ["string", "null"], |
254 |
"type": ["integer", "null"], |
255 |
"description": "the provider of the mobile phone number defined in smsalertnumber" |
255 |
"description": "the provider of the mobile phone number defined in smsalertnumber" |
256 |
}, |
256 |
}, |
257 |
"privacy": { |
257 |
"privacy": { |
258 |
"type": "string", |
258 |
"type": "integer", |
259 |
"description": "patron's privacy settings related to their reading history" |
259 |
"description": "patron's privacy settings related to their reading history" |
260 |
}, |
260 |
}, |
261 |
"privacy_guarantor_checkouts": { |
261 |
"privacy_guarantor_checkouts": { |
262 |
"type": "string", |
262 |
"type": "integer", |
263 |
"description": "controls if relatives can see this patron's checkouts" |
263 |
"description": "controls if relatives can see this patron's checkouts" |
264 |
}, |
264 |
}, |
265 |
"checkprevcheckout": { |
265 |
"checkprevcheckout": { |
Lines 269-274
Link Here
|
269 |
"updated_on": { |
269 |
"updated_on": { |
270 |
"type": "string", |
270 |
"type": "string", |
271 |
"description": "time of last change could be useful for synchronization with external systems (among others)" |
271 |
"description": "time of last change could be useful for synchronization with external systems (among others)" |
|
|
272 |
}, |
273 |
"lastseen": { |
274 |
"type": ["string", "null"], |
275 |
"description": "last time a patron has been seed (connected at the OPAC or staff interface)" |
272 |
} |
276 |
} |
273 |
} |
277 |
} |
274 |
} |
278 |
} |