Add new central server
| id | string <UUID> Central server id | ||||||||||||
| name required | string Central server name | ||||||||||||
| description | string Central server description | ||||||||||||
| localServerCode required | string <= 5 characters Server code | ||||||||||||
| centralServerCode required | string <= 5 characters Central server code | ||||||||||||
| centralServerAddress required | string Central server http address | ||||||||||||
| loanTypeId required | string <UUID> Loan type id | ||||||||||||
required | Array of objects (localAgencyDTO) Local agencies | ||||||||||||
Array
| |||||||||||||
| centralServerKey required | string Central server key | ||||||||||||
| centralServerSecret required | string Central server secret | ||||||||||||
| localServerKey | string <UUID> Local server key | ||||||||||||
| localServerSecret | string Local server secret; UUID on write, then it will be hashed and salted | ||||||||||||
| checkPickupLocation | boolean Default: false Indicates whether to look up pickup locations for INN-Reach item hold requests based on transaction pickupLocation | ||||||||||||
object (Metadata Schema) Metadata about creation and changes to records, provided by the server (client should not provide) | |||||||||||||
| |||||||||||||
{- "id": "string",
- "name": "string",
- "description": "string",
- "localServerCode": "strin",
- "centralServerCode": "strin",
- "centralServerAddress": "string",
- "loanTypeId": "string",
- "localAgencies": [
- {
- "id": "string",
- "code": "strin",
- "folioLibraryIds": [
- "string"
]
}
], - "centralServerKey": "string",
- "centralServerSecret": "string",
- "localServerKey": "string",
- "localServerSecret": "string",
- "checkPickupLocation": false,
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}{- "id": "string",
- "name": "string",
- "description": "string",
- "localServerCode": "strin",
- "centralServerCode": "strin",
- "centralServerAddress": "string",
- "loanTypeId": "string",
- "localAgencies": [
- {
- "id": "string",
- "code": "strin",
- "folioLibraryIds": [
- "string"
]
}
], - "centralServerKey": "string",
- "centralServerSecret": "string",
- "localServerKey": "string",
- "localServerSecret": "string",
- "checkPickupLocation": false,
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}Get a list of central servers
| offset | integer [ 0 .. 2147483647 ] Default: 0 Skip over a number of elements by specifying an offset value for the query |
| limit | integer [ 0 .. 2147483647 ] Default: 10 Limit the number of elements returned in the response |
{- "totalRecords": 0,
- "centralServers": [
- {
- "id": "string",
- "name": "string",
- "description": "string",
- "localServerCode": "strin",
- "centralServerCode": "strin",
- "centralServerAddress": "string",
- "loanTypeId": "string",
- "localAgencies": [
- {
- "id": "string",
- "code": "strin",
- "folioLibraryIds": [
- "string"
]
}
], - "centralServerKey": "string",
- "centralServerSecret": "string",
- "localServerKey": "string",
- "localServerSecret": "string",
- "checkPickupLocation": false,
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}
]
}{- "id": "string",
- "name": "string",
- "description": "string",
- "localServerCode": "strin",
- "centralServerCode": "strin",
- "centralServerAddress": "string",
- "loanTypeId": "string",
- "localAgencies": [
- {
- "id": "string",
- "code": "strin",
- "folioLibraryIds": [
- "string"
]
}
], - "centralServerKey": "string",
- "centralServerSecret": "string",
- "localServerKey": "string",
- "localServerSecret": "string",
- "checkPickupLocation": false,
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}Update central server
| id required | string <uuid> |
| id | string <UUID> Central server id | ||||||||||||
| name required | string Central server name | ||||||||||||
| description | string Central server description | ||||||||||||
| localServerCode required | string <= 5 characters Server code | ||||||||||||
| centralServerCode required | string <= 5 characters Central server code | ||||||||||||
| centralServerAddress required | string Central server http address | ||||||||||||
| loanTypeId required | string <UUID> Loan type id | ||||||||||||
required | Array of objects (localAgencyDTO) Local agencies | ||||||||||||
Array
| |||||||||||||
| centralServerKey required | string Central server key | ||||||||||||
| centralServerSecret required | string Central server secret | ||||||||||||
| localServerKey | string <UUID> Local server key | ||||||||||||
| localServerSecret | string Local server secret; UUID on write, then it will be hashed and salted | ||||||||||||
| checkPickupLocation | boolean Default: false Indicates whether to look up pickup locations for INN-Reach item hold requests based on transaction pickupLocation | ||||||||||||
object (Metadata Schema) Metadata about creation and changes to records, provided by the server (client should not provide) | |||||||||||||
| |||||||||||||
{- "id": "string",
- "name": "string",
- "description": "string",
- "localServerCode": "strin",
- "centralServerCode": "strin",
- "centralServerAddress": "string",
- "loanTypeId": "string",
- "localAgencies": [
- {
- "id": "string",
- "code": "strin",
- "folioLibraryIds": [
- "string"
]
}
], - "centralServerKey": "string",
- "centralServerSecret": "string",
- "localServerKey": "string",
- "localServerSecret": "string",
- "checkPickupLocation": false,
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}{- "code": 0,
- "message": "string",
- "validationErrors": [
- {
- "fieldName": "string",
- "message": "string"
}
]
}Get a list of material type mappings for the given central server
| centralServerId required | string <uuid> |
| offset | integer [ 0 .. 2147483647 ] Default: 0 Skip over a number of elements by specifying an offset value for the query |
| limit | integer [ 0 .. 2147483647 ] Default: 10 Limit the number of elements returned in the response |
{- "materialTypeMappings": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "materialTypeId": "ea15724a-f02d-46d6-b3b4-5871810a5e3f",
- "centralItemType": 0,
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}
], - "totalRecords": 0
}Add new material type mapping associated with the central server
| centralServerId required | string <uuid> |
| id | string <uuid> Mapping id | ||||||||||||
| materialTypeId required | string <uuid> Material type id | ||||||||||||
| centralItemType required | integer Central server item type | ||||||||||||
object (Metadata Schema) Metadata about creation and changes to records, provided by the server (client should not provide) | |||||||||||||
| |||||||||||||
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "materialTypeId": "ea15724a-f02d-46d6-b3b4-5871810a5e3f",
- "centralItemType": 0,
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "materialTypeId": "ea15724a-f02d-46d6-b3b4-5871810a5e3f",
- "centralItemType": 0,
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}Update (replace) the entire collection of material type mappings associated with the central server
| centralServerId required | string <uuid> |
required | Array of objects (materialTypeMappingDTO) List of material type mappings | ||||||||
Array
| |||||||||
| totalRecords | integer | ||||||||
{- "materialTypeMappings": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "materialTypeId": "ea15724a-f02d-46d6-b3b4-5871810a5e3f",
- "centralItemType": 0,
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}
], - "totalRecords": 0
}{- "code": 0,
- "message": "string",
- "validationErrors": [
- {
- "fieldName": "string",
- "message": "string"
}
]
}Get material type mapping by id
| centralServerId required | string <uuid> |
| id required | string <uuid> |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "materialTypeId": "ea15724a-f02d-46d6-b3b4-5871810a5e3f",
- "centralItemType": 0,
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}Update material type mapping
| centralServerId required | string <uuid> |
| id required | string <uuid> |
| id | string <uuid> Mapping id | ||||||||||||
| materialTypeId required | string <uuid> Material type id | ||||||||||||
| centralItemType required | integer Central server item type | ||||||||||||
object (Metadata Schema) Metadata about creation and changes to records, provided by the server (client should not provide) | |||||||||||||
| |||||||||||||
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "materialTypeId": "ea15724a-f02d-46d6-b3b4-5871810a5e3f",
- "centralItemType": 0,
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}{- "code": 0,
- "message": "string",
- "validationErrors": [
- {
- "fieldName": "string",
- "message": "string"
}
]
}Add new InnReach location
| id | string <UUID> location id | ||||||||||||
| code required | string <= 5 characters location code | ||||||||||||
| description | string <= 255 characters location description | ||||||||||||
object (Metadata Schema) Metadata about creation and changes to records, provided by the server (client should not provide) | |||||||||||||
| |||||||||||||
{- "id": "string",
- "code": "strin",
- "description": "string",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}{- "id": "string",
- "code": "strin",
- "description": "string",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}Get a list of InnReach locations
| offset | integer [ 0 .. 2147483647 ] Default: 0 Skip over a number of elements by specifying an offset value for the query |
| limit | integer [ 0 .. 2147483647 ] Default: 10 Limit the number of elements returned in the response |
{- "totalRecords": 0,
- "locations": [
- {
- "id": "string",
- "code": "strin",
- "description": "string",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}
]
}{- "id": "string",
- "code": "strin",
- "description": "string",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}Update InnReach location
| id required | string <uuid> |
| id | string <UUID> location id | ||||||||||||
| code required | string <= 5 characters location code | ||||||||||||
| description | string <= 255 characters location description | ||||||||||||
object (Metadata Schema) Metadata about creation and changes to records, provided by the server (client should not provide) | |||||||||||||
| |||||||||||||
{- "id": "string",
- "code": "strin",
- "description": "string",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}{- "code": 0,
- "message": "string",
- "validationErrors": [
- {
- "fieldName": "string",
- "message": "string"
}
]
}Get a list of library to Inn-Reach location mappings for the given central server
| centralServerId required | string <uuid> |
| offset | integer [ 0 .. 2147483647 ] Default: 0 Skip over a number of elements by specifying an offset value for the query |
| limit | integer [ 0 .. 2147483647 ] Default: 10 Limit the number of elements returned in the response |
{- "libraryMappings": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "libraryId": "6780430a-772c-4fd6-a7b1-5dc852e6898f",
- "innReachLocationId": "b81df33b-1bba-4d27-8b29-71f07ccb4afc",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}
], - "totalRecords": 0
}Update (replace) the entire collection of library to Inn-Reach location mappings associated with the central server
| centralServerId required | string <uuid> |
required | Array of objects (libraryMappingDTO) List of library mappings | ||||||||
Array
| |||||||||
| totalRecords | integer | ||||||||
{- "libraryMappings": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "libraryId": "6780430a-772c-4fd6-a7b1-5dc852e6898f",
- "innReachLocationId": "b81df33b-1bba-4d27-8b29-71f07ccb4afc",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}
], - "totalRecords": 0
}{- "code": 0,
- "message": "string",
- "validationErrors": [
- {
- "fieldName": "string",
- "message": "string"
}
]
}Get a list of library location to Inn-Reach location mappings for the given central server
| centralServerId required | string <uuid> |
| libraryId required | string <uuid> (UUID) |
| offset | integer [ 0 .. 2147483647 ] Default: 0 Skip over a number of elements by specifying an offset value for the query |
| limit | integer [ 0 .. 2147483647 ] Default: 10 Limit the number of elements returned in the response |
{- "locationMappings": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "locationId": "1a5515a3-ba81-4a42-aee7-ad9ffc090a54",
- "innReachLocationId": "b81df33b-1bba-4d27-8b29-71f07ccb4afc",
- "libraryId": "6780430a-772c-4fd6-a7b1-5dc852e6898f",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}
], - "totalRecords": 0
}Update (replace) the entire collection of library location to Inn-Reach location mappings associated with the central server
| centralServerId required | string <uuid> |
| libraryId required | string <uuid> (UUID) |
required | Array of objects (locationMappingDTO) List of location mappings | ||||||||||
Array
| |||||||||||
| totalRecords | integer | ||||||||||
{- "locationMappings": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "locationId": "1a5515a3-ba81-4a42-aee7-ad9ffc090a54",
- "innReachLocationId": "b81df33b-1bba-4d27-8b29-71f07ccb4afc",
- "libraryId": "6780430a-772c-4fd6-a7b1-5dc852e6898f",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}
], - "totalRecords": 0
}{- "code": 0,
- "message": "string",
- "validationErrors": [
- {
- "fieldName": "string",
- "message": "string"
}
]
}Get a list of libraries locations to Inn-Reach location mappings for the given central server
| centralServerId required | string <uuid> |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "locationId": "1a5515a3-ba81-4a42-aee7-ad9ffc090a54",
- "innReachLocationId": "b81df33b-1bba-4d27-8b29-71f07ccb4afc",
- "libraryId": "6780430a-772c-4fd6-a7b1-5dc852e6898f",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}
]Get Contribution Criteria by Central Server id
| centralServerId required | string <uuid> |
{- "id": "string",
- "locationIds": [
- "string"
], - "contributeButSuppressId": "string",
- "doNotContributeId": "string",
- "contributeAsSystemOwnedId": "string",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}Create new contribution criteria for Central Server
| centralServerId required | string <uuid> |
| id | string <UUID> Contribution criteria id | ||||||||||||
| locationIds | Array of strings <UUID> [ items <UUID > ] Locations excluded from contribution process | ||||||||||||
| contributeButSuppressId | string <UUID> Contribute but suppress statistical code id | ||||||||||||
| doNotContributeId | string <UUID> Do not contribute statistical code id | ||||||||||||
| contributeAsSystemOwnedId | string <UUID> Contribute as system owner statistical code id | ||||||||||||
object (Metadata Schema) Metadata about creation and changes to records, provided by the server (client should not provide) | |||||||||||||
| |||||||||||||
{- "id": "string",
- "locationIds": [
- "string"
], - "contributeButSuppressId": "string",
- "doNotContributeId": "string",
- "contributeAsSystemOwnedId": "string",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}{- "id": "string",
- "locationIds": [
- "string"
], - "contributeButSuppressId": "string",
- "doNotContributeId": "string",
- "contributeAsSystemOwnedId": "string",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}Update Contribution Criteria Configuration
| centralServerId required | string <uuid> |
| id | string <UUID> Contribution criteria id | ||||||||||||
| locationIds | Array of strings <UUID> [ items <UUID > ] Locations excluded from contribution process | ||||||||||||
| contributeButSuppressId | string <UUID> Contribute but suppress statistical code id | ||||||||||||
| doNotContributeId | string <UUID> Do not contribute statistical code id | ||||||||||||
| contributeAsSystemOwnedId | string <UUID> Contribute as system owner statistical code id | ||||||||||||
object (Metadata Schema) Metadata about creation and changes to records, provided by the server (client should not provide) | |||||||||||||
| |||||||||||||
{- "id": "string",
- "locationIds": [
- "string"
], - "contributeButSuppressId": "string",
- "doNotContributeId": "string",
- "contributeAsSystemOwnedId": "string",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}{- "code": 0,
- "message": "string",
- "validationErrors": [
- {
- "fieldName": "string",
- "message": "string"
}
]
}Authenticate InnReach local server key/secret pair
| key required | string <UUID> key |
| secret required | string <UUID> secret |
{- "key": "string",
- "secret": "string"
}{- "code": 0,
- "message": "string",
- "validationErrors": [
- {
- "fieldName": "string",
- "message": "string"
}
]
}Get Item Contribution Options Configuration by id
| centralServerId required | string <uuid> |
{- "id": "string",
- "notAvailableItemStatuses": [
- "string"
], - "nonLendableLoanTypes": [
- "string"
], - "nonLendableLocations": [
- "string"
], - "nonLendableMaterialTypes": [
- "string"
], - "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}Update Item Contribution Options Configuration
| centralServerId required | string <uuid> |
| id | string <UUID> Item Contribution Options Configuration id | ||||||||||||
| notAvailableItemStatuses | Array of strings A list of FOLIO item states that should be considered "Not available" | ||||||||||||
| nonLendableLoanTypes | Array of strings <UUID> [ items <UUID > ] A list of FOLIO loan types that should be considered non-lendable | ||||||||||||
| nonLendableLocations | Array of strings <UUID> [ items <UUID > ] A list of FOLIO locations whose items should be considered non-lendable | ||||||||||||
| nonLendableMaterialTypes | Array of strings <UUID> [ items <UUID > ] A list of FOLIO material types that should be considered non-lendable | ||||||||||||
object (Metadata Schema) Metadata about creation and changes to records, provided by the server (client should not provide) | |||||||||||||
| |||||||||||||
{- "id": "string",
- "notAvailableItemStatuses": [
- "string"
], - "nonLendableLoanTypes": [
- "string"
], - "nonLendableLocations": [
- "string"
], - "nonLendableMaterialTypes": [
- "string"
], - "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}{- "code": 0,
- "message": "string",
- "validationErrors": [
- {
- "fieldName": "string",
- "message": "string"
}
]
}Add new item contribution options configuration associated with the central server
| centralServerId required | string <uuid> |
| id | string <UUID> Item Contribution Options Configuration id | ||||||||||||
| notAvailableItemStatuses | Array of strings A list of FOLIO item states that should be considered "Not available" | ||||||||||||
| nonLendableLoanTypes | Array of strings <UUID> [ items <UUID > ] A list of FOLIO loan types that should be considered non-lendable | ||||||||||||
| nonLendableLocations | Array of strings <UUID> [ items <UUID > ] A list of FOLIO locations whose items should be considered non-lendable | ||||||||||||
| nonLendableMaterialTypes | Array of strings <UUID> [ items <UUID > ] A list of FOLIO material types that should be considered non-lendable | ||||||||||||
object (Metadata Schema) Metadata about creation and changes to records, provided by the server (client should not provide) | |||||||||||||
| |||||||||||||
{- "id": "string",
- "notAvailableItemStatuses": [
- "string"
], - "nonLendableLoanTypes": [
- "string"
], - "nonLendableLocations": [
- "string"
], - "nonLendableMaterialTypes": [
- "string"
], - "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}{- "id": "string",
- "notAvailableItemStatuses": [
- "string"
], - "nonLendableLoanTypes": [
- "string"
], - "nonLendableLocations": [
- "string"
], - "nonLendableMaterialTypes": [
- "string"
], - "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}Get a list of Inn-Reach Agency to FOLIO location mappings for the given central server
| centralServerId required | string <uuid> |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "locationId": "1a5515a3-ba81-4a42-aee7-ad9ffc090a54",
- "libraryId": "6780430a-772c-4fd6-a7b1-5dc852e6898f",
- "localServers": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "localCode": "strin",
- "locationId": "1a5515a3-ba81-4a42-aee7-ad9ffc090a54",
- "libraryId": "6780430a-772c-4fd6-a7b1-5dc852e6898f",
- "agencyCodeMappings": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "agencyCode": "strin",
- "locationId": "1a5515a3-ba81-4a42-aee7-ad9ffc090a54",
- "libraryId": "6780430a-772c-4fd6-a7b1-5dc852e6898f",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}
], - "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}
], - "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}Update (add) INN-Reach Agency to FOLIO location mappings associated with the central server
| centralServerId required | string <uuid> |
| id | string <uuid> Mapping id | ||||||||||||
| locationId required | string <uuid> Location id | ||||||||||||
| libraryId required | string <uuid> Location id | ||||||||||||
Array of objects (agencyLocationLscMappingDTO) Local server mappings | |||||||||||||
Array
| |||||||||||||
object (Metadata Schema) Metadata about creation and changes to records, provided by the server (client should not provide) | |||||||||||||
| |||||||||||||
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "locationId": "1a5515a3-ba81-4a42-aee7-ad9ffc090a54",
- "libraryId": "6780430a-772c-4fd6-a7b1-5dc852e6898f",
- "localServers": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "localCode": "strin",
- "locationId": "1a5515a3-ba81-4a42-aee7-ad9ffc090a54",
- "libraryId": "6780430a-772c-4fd6-a7b1-5dc852e6898f",
- "agencyCodeMappings": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "agencyCode": "strin",
- "locationId": "1a5515a3-ba81-4a42-aee7-ad9ffc090a54",
- "libraryId": "6780430a-772c-4fd6-a7b1-5dc852e6898f",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}
], - "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}
], - "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}{- "code": 0,
- "message": "string",
- "validationErrors": [
- {
- "fieldName": "string",
- "message": "string"
}
]
}Get MARC Transformation Options Settings by id
| centralServerId required | string <uuid> |
{- "id": "string",
- "configIsActive": true,
- "modifiedFieldsForContributedRecords": [
- {
- "id": "string",
- "resourceIdentifierTypeId": "string",
- "stripPrefix": true,
- "ignorePrefixes": [
- "string"
], - "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}
], - "excludedMARCFields": [
- "string"
], - "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}Update MARC Transformation Options Settings
| centralServerId required | string <uuid> |
| id | string <UUID> MARC Transformation Options Settings id | ||||||||||||
| configIsActive | boolean A Boolean indicating whether the configuration is active | ||||||||||||
Array of objects (fieldConfigurationDTO) An ordered array of field configurations | |||||||||||||
Array
| |||||||||||||
| excludedMARCFields | Array of strings An array of MARC fields/subfields to exclude from transformed MARC records | ||||||||||||
object (Metadata Schema) Metadata about creation and changes to records, provided by the server (client should not provide) | |||||||||||||
| |||||||||||||
{- "id": "string",
- "configIsActive": true,
- "modifiedFieldsForContributedRecords": [
- {
- "id": "string",
- "resourceIdentifierTypeId": "string",
- "stripPrefix": true,
- "ignorePrefixes": [
- "string"
], - "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}
], - "excludedMARCFields": [
- "string"
], - "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}{- "code": 0,
- "message": "string",
- "validationErrors": [
- {
- "fieldName": "string",
- "message": "string"
}
]
}Add new MARC Transformation Options Settings associated with the central server
| centralServerId required | string <uuid> |
| id | string <UUID> MARC Transformation Options Settings id | ||||||||||||
| configIsActive | boolean A Boolean indicating whether the configuration is active | ||||||||||||
Array of objects (fieldConfigurationDTO) An ordered array of field configurations | |||||||||||||
Array
| |||||||||||||
| excludedMARCFields | Array of strings An array of MARC fields/subfields to exclude from transformed MARC records | ||||||||||||
object (Metadata Schema) Metadata about creation and changes to records, provided by the server (client should not provide) | |||||||||||||
| |||||||||||||
{- "id": "string",
- "configIsActive": true,
- "modifiedFieldsForContributedRecords": [
- {
- "id": "string",
- "resourceIdentifierTypeId": "string",
- "stripPrefix": true,
- "ignorePrefixes": [
- "string"
], - "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}
], - "excludedMARCFields": [
- "string"
], - "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}{- "id": "string",
- "configIsActive": true,
- "modifiedFieldsForContributedRecords": [
- {
- "id": "string",
- "resourceIdentifierTypeId": "string",
- "stripPrefix": true,
- "ignorePrefixes": [
- "string"
], - "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}
], - "excludedMARCFields": [
- "string"
], - "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}Get a list of Marc Transformation Options Settings
| offset | integer [ 0 .. 2147483647 ] Default: 0 Skip over a number of elements by specifying an offset value for the query |
| limit | integer [ 0 .. 2147483647 ] Default: 10 Limit the number of elements returned in the response |
{- "totalRecords": 0,
- "MARCTransformOptSetList": [
- {
- "id": "string",
- "configIsActive": true,
- "modifiedFieldsForContributedRecords": [
- {
- "id": "string",
- "resourceIdentifierTypeId": "string",
- "stripPrefix": true,
- "ignorePrefixes": [
- "string"
], - "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}
], - "excludedMARCFields": [
- "string"
], - "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}
]
}Get a list of Patron Type Mappings
| centralServerId required | string <uuid> |
| offset | integer [ 0 .. 2147483647 ] Default: 0 Skip over a number of elements by specifying an offset value for the query |
| limit | integer [ 0 .. 2147483647 ] Default: 10 Limit the number of elements returned in the response |
{- "patronTypeMappings": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "patronGroupId": "16b997f6-a6c8-40eb-808f-b37af67f9cd9",
- "patronType": 255,
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}
], - "totalRecords": 0
}Update Patron Type Mappings
| centralServerId required | string <uuid> |
required | Array of objects (patronTypeMappingDTO) List of patron type mappings | ||||||||
Array
| |||||||||
| totalRecords | integer | ||||||||
{- "patronTypeMappings": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "patronGroupId": "16b997f6-a6c8-40eb-808f-b37af67f9cd9",
- "patronType": 255,
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}
], - "totalRecords": 0
}{- "code": 0,
- "message": "string",
- "validationErrors": [
- {
- "fieldName": "string",
- "message": "string"
}
]
}Transform MARC record by Id according to CentralServer settings
| centralServerId required | string <uuid> |
| inventoryInstanceId required | string <uuid> (UUID) |
{- "id": "string",
- "content": "string",
- "base64rawContent": "string"
}Get a list of Item Type Mappings
| centralServerId required | string <uuid> |
| offset | integer [ 0 .. 2147483647 ] Default: 0 Skip over a number of elements by specifying an offset value for the query |
| limit | integer [ 0 .. 2147483647 ] Default: 10 Limit the number of elements returned in the response |
{- "itemTypeMappings": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "centralItemType": 255,
- "materialTypeId": "ea15724a-f02d-46d6-b3b4-5871810a5e3f",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}
], - "totalRecords": 0
}Update Item Type Mappings
| centralServerId required | string <uuid> |
required | Array of objects (itemTypeMappingDTO) List of item type mappings | ||||||||
Array
| |||||||||
| totalRecords | integer | ||||||||
{- "itemTypeMappings": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "centralItemType": 255,
- "materialTypeId": "ea15724a-f02d-46d6-b3b4-5871810a5e3f",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}
], - "totalRecords": 0
}{- "code": 0,
- "message": "string",
- "validationErrors": [
- {
- "fieldName": "string",
- "message": "string"
}
]
}Get a User Custom Field Mapping
| centralServerId required | string <uuid> |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "customFieldId": "string",
- "configuredOptions": {
- "property1": "string",
- "property2": "string"
}, - "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}Update User Custom Field Mapping
| centralServerId required | string <uuid> |
| id | string <uuid> Mapping id | ||||||||||||
| customFieldId required | string Custom field refId | ||||||||||||
required | object Map of the option ids for the custom field and local agency codes | ||||||||||||
| |||||||||||||
object (Metadata Schema) Metadata about creation and changes to records, provided by the server (client should not provide) | |||||||||||||
| |||||||||||||
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "customFieldId": "string",
- "configuredOptions": {
- "property1": "string",
- "property2": "string"
}, - "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}{- "code": 0,
- "message": "string",
- "validationErrors": [
- {
- "fieldName": "string",
- "message": "string"
}
]
}Add new User Custom Field Mapping associated with the central server
| centralServerId required | string <uuid> |
| id | string <uuid> Mapping id | ||||||||||||
| customFieldId required | string Custom field refId | ||||||||||||
required | object Map of the option ids for the custom field and local agency codes | ||||||||||||
| |||||||||||||
object (Metadata Schema) Metadata about creation and changes to records, provided by the server (client should not provide) | |||||||||||||
| |||||||||||||
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "customFieldId": "string",
- "configuredOptions": {
- "property1": "string",
- "property2": "string"
}, - "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "customFieldId": "string",
- "configuredOptions": {
- "property1": "string",
- "property2": "string"
}, - "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}Get a list of Central Patron Type Mappings
| centralServerId required | string <uuid> |
| offset | integer [ 0 .. 2147483647 ] Default: 0 Skip over a number of elements by specifying an offset value for the query |
| limit | integer [ 0 .. 2147483647 ] Default: 10 Limit the number of elements returned in the response |
{- "centralPatronTypeMappings": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "centralPatronType": 255,
- "barcode": "string",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}
], - "totalRecords": 0
}Update Central Patron Type Mappings
| centralServerId required | string <uuid> |
required | Array of objects (centralPatronTypeMappingDTO) List of central patron type mappings | ||||||||
Array
| |||||||||
| totalRecords | integer | ||||||||
{- "centralPatronTypeMappings": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "centralPatronType": 255,
- "barcode": "string",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}
], - "totalRecords": 0
}{- "code": 0,
- "message": "string",
- "validationErrors": [
- {
- "fieldName": "string",
- "message": "string"
}
]
}Add new Inn-Reach recall user to central server
| centralServerId required | string <uuid> |
| userId required | string <uuid> User id |
{- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b"
}{- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b"
}Update Inn-Reach Central server recall user
| centralServerId required | string <uuid> |
| userId required | string <uuid> User id |
{- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b"
}{- "code": 0,
- "message": "string",
- "validationErrors": [
- {
- "fieldName": "string",
- "message": "string"
}
]
}Get Visible Patron Field Configuration by Central Server id
| centralServerId required | string <uuid> |
{- "id": "string",
- "fields": [
- "BARCODE"
], - "userCustomFields": [
- "string"
], - "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}Update Visible Patron Field Configuration
| centralServerId required | string <uuid> |
| id | string <UUID> Visible Patron Field Configuration id | ||||||||||||
| fields | Array of strings (Visible Patron Field enum) Items Enum: "BARCODE" "EXTERNAL_SYSTEM_ID" "FOLIO_RECORD_NUMBER" "USERNAME" "USER_CUSTOM_FIELDS" An array of Visible Patron Fields | ||||||||||||
| userCustomFields | Array of strings An array of User Custom Fields refIds | ||||||||||||
object (Metadata Schema) Metadata about creation and changes to records, provided by the server (client should not provide) | |||||||||||||
| |||||||||||||
{- "id": "string",
- "fields": [
- "BARCODE"
], - "userCustomFields": [
- "string"
], - "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}{- "code": 0,
- "message": "string",
- "validationErrors": [
- {
- "fieldName": "string",
- "message": "string"
}
]
}Add new Visible Patron Field Configuration associated with the central server
| centralServerId required | string <uuid> |
| id | string <UUID> Visible Patron Field Configuration id | ||||||||||||
| fields | Array of strings (Visible Patron Field enum) Items Enum: "BARCODE" "EXTERNAL_SYSTEM_ID" "FOLIO_RECORD_NUMBER" "USERNAME" "USER_CUSTOM_FIELDS" An array of Visible Patron Fields | ||||||||||||
| userCustomFields | Array of strings An array of User Custom Fields refIds | ||||||||||||
object (Metadata Schema) Metadata about creation and changes to records, provided by the server (client should not provide) | |||||||||||||
| |||||||||||||
{- "id": "string",
- "fields": [
- "BARCODE"
], - "userCustomFields": [
- "string"
], - "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}{- "id": "string",
- "fields": [
- "BARCODE"
], - "userCustomFields": [
- "string"
], - "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}Get Paging Slip Template
| centralServerId required | string <uuid> |
{- "id": "string",
- "centralServerId": "string",
- "description": "string",
- "template": "string",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}Update Paging Slip Template
| centralServerId required | string <uuid> |
| id | string <UUID> Paging Slip Template id | ||||||||||||
| centralServerId | string <UUID> Central server id | ||||||||||||
| description | string Paging Slip Template description | ||||||||||||
| template | string Paging Slip Template template | ||||||||||||
object (Metadata Schema) Metadata about creation and changes to records, provided by the server (client should not provide) | |||||||||||||
| |||||||||||||
{- "id": "string",
- "centralServerId": "string",
- "description": "string",
- "template": "string",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}{- "code": 0,
- "message": "string",
- "validationErrors": [
- {
- "fieldName": "string",
- "message": "string"
}
]
}{- "totalRecords": 0,
- "pagingSlipTemplates": [
- {
- "id": "string",
- "centralServerId": "string",
- "description": "string",
- "template": "string",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "string",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "string",
- "updatedByUsername": "string"
}
}
]
}