© 2024 Clarivate
POST /api/.../patronbulkchanges&whatif=true
Return summary of changes without performing the bulk change.
POST /api/.../patronbulkchanges
Schedule background job and return new patron bulk change identifier.
Name | Type | Required | Description |
---|---|---|---|
dto | CreatePatronBulkChangeInfo | Yes | Define this parameter in the request body. |
Property | Type | Nullable | Description |
---|---|---|---|
RecordSetID | int | No | The patron record set identifier to bulk change. |
LanguageID | int | No | The patron's language preference. If zero then no changes are made. |
{
"RecordSetID": 14973,
"LanguageID": 2
}
A new patron bulk change identifier is returned upon success.
true
Code | Description |
---|---|
200 | OK. Success |
400 | Bad request. |