Post ILS Transaction
Record ILS transactions in PolarisTransactions database
POST /api/.../transactions/post
Request Information
Parameters
| Name |
Type |
Required |
Description |
| subsystemtype |
Integer |
Yes |
The unique id for application systems. Possible value is 33 (Staff Client), 34 (PAC), 35 (Express Check), 36 (Third party software), 37 (ILL NCIP) or 38 (LEAP). |
| transactiontype |
Integer |
Yes |
The unique id for ILS transaction types. Possible value is 7200 (logon) and 7201 (logoff). |
HTTP Response Codes
| Code |
Description |
| 200 |
OK. Success |
| 400 |
Bad request. |
Post log on/off transaction
Record ILS transactions in PolarisTransactions database for system log on/off
POST /api/.../transactions/post/logonoff
Request Information
Parameters
| Name |
Type |
Required |
Description |
| subsystemtype |
Integer |
Yes |
The unique id for application systems. Possible value is 33 (Staff Client), 34 (PAC), 35 (Express Check), 36 (Third party software), 37 (ILL NCIP) or 38 (LEAP). |
| logon |
Boolean |
Yes |
Indicates logon or logoff transaction. Possible value is true (logon) or false (logoff). |
HTTP Response Codes
| Code |
Description |
| 200 |
OK. Success |
| 400 |
Bad request. |