]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/API/Batch_contact_invalidation.adoc
Fix thinko in 3.0 release notes
[Evergreen.git] / docs / RELEASE_NOTES_NEXT / API / Batch_contact_invalidation.adoc
1 Batch Patron Contact Invalidation
2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3 The following methods are used to mark patron contact fields
4 as invalid by moving the invalid value to a standing penalty:
5
6  * `open-ils.actor.invalidate.email`
7  * `open-ils.actor.invalidate.day_phone`
8  * `open-ils.actor.invalidate.evening_phone`
9  * `open-ils.actor.invalidate.other_phone`
10
11 These methods now accept a fifth argument specifying the value
12 of the contact field, e.g., a specific phone number or email
13 address. If supplied, and if a specific patron ID (the first
14 argument) is not supplied, all patrons with that specific contact
15 value will have it marked invalid.