© 2024 Clarivate
GET /api/.../patrons/{id}/collectionagency
Return patron's collection agency info.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to the patron. |
[
{
"HistoryID":27465,
"Name":"Test Library One",
"CollectionStatus":"Submission",
"AmountDue":110.2500,
"Balance":116.1500,
"CollectionDate":"2012-11-29T15:50:05.297"
}
]
Code | Description |
---|---|
200 | OK. Success |
400 | FAILURE.
|
404 | FAILURE.
|
AccessPatronServices_Allow
PatronStatus_Access
PatronStatus_AccessPatronAccount
DELETE /api/.../patrons/{id}/collectionagency
Removes/Deletes patron from collection reports if the logged in / overriden user has privilleges to do so
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to the patron. |
Code | Description |
---|---|
200 | OK. Success |
400 | FAILURE.
|
404 | FAILURE.
|
409 | CONFLICT. Patron record is secured. |
AccessPatronServices_Allow
PatronStatus_Access
PatronStatus_AccessPatronAccount
RemoveCollectionAgencyBlock_Allow