Get jobs fy filter
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 |
query | string A query string to filter rules based on matching criteria in fields. |
{- "jobRecords": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "source": "string",
- "isSystemSource": true,
- "tenant": "string",
- "type": "CIRCULATION_LOG",
- "exportTypeSpecificParameters": {
- "bursarFeeFines": {
- "filter": {
- "type": "Age",
- "numDays": 1,
- "condition": "LESS_THAN_EQUAL"
}, - "groupByPatron": true,
- "groupByPatronFilter": {
- "type": "Aggregate",
- "property": "NUM_ROWS",
- "amount": 0,
- "condition": "LESS_THAN_EQUAL"
}, - "header": [
- {
- "type": "Aggregate",
- "value": "NUM_ROWS",
- "decimal": true,
- "lengthControl": {
- "character": "s",
- "length": 0,
- "direction": "FRONT",
- "truncate": true
}
}
], - "data": [
- {
- "type": "Aggregate",
- "value": "NUM_ROWS",
- "decimal": true,
- "lengthControl": {
- "character": "s",
- "length": 0,
- "direction": "FRONT",
- "truncate": true
}
}
], - "footer": [
- {
- "type": "Aggregate",
- "value": "NUM_ROWS",
- "decimal": true,
- "lengthControl": {
- "character": "s",
- "length": 0,
- "direction": "FRONT",
- "truncate": true
}
}
], - "transferInfo": {
- "conditions": [
- {
- "condition": {
- "type": "Age",
- "numDays": 1,
- "condition": "LESS_THAN_EQUAL"
}, - "account": "f5b54a51-a98c-44cf-bb68-a676332e7d12"
}
], - "else": {
- "account": "f5b54a51-a98c-44cf-bb68-a676332e7d12"
}
}
}, - "vendorEdiOrdersExportConfig": {
- "exportConfigId": "435cb3a4-03b6-4647-9934-9c99bc385ae1",
- "vendorId": "e9b57fab-1850-44d4-8499-71fd15c845a0",
- "configName": "string",
- "configDescription": "string",
- "ediConfig": {
- "accountNoList": [
- "string"
], - "defaultAcquisitionMethods": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "ediNamingConvention": "string",
- "libEdiCode": "string",
- "libEdiType": "014/EAN",
- "vendorEdiCode": "string",
- "vendorEdiType": "014/EAN",
- "notes": "string",
- "sendAccountNumber": false,
- "supportOrder": false,
- "supportInvoice": false
}, - "ediFtp": {
- "ftpConnMode": "Active",
- "ftpFormat": "SFTP",
- "ftpMode": "ASCII",
- "ftpPort": 0,
- "invoiceDirectory": "string",
- "isPrimaryTransmissionMethod": true,
- "notes": "string",
- "orderDirectory": "string",
- "password": "string",
- "serverAddress": "string",
- "username": "string"
}, - "ediSchedule": {
- "enableScheduledExport": false,
- "scheduleParameters": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "scheduleFrequency": 0,
- "schedulePeriod": "MONTH",
- "schedulingDate": "2019-08-24T14:15:22Z",
- "scheduleTime": "string",
- "scheduleDay": 0,
- "weekDays": [
- "MONDAY"
], - "timeZone": "UTC"
}, - "schedulingNotes": "string"
}, - "isDefaultConfig": false,
- "integrationType": "Ordering",
- "transmissionMethod": "FTP",
- "fileFormat": "CSV",
- "claimPieceIds": [
- "string"
]
}, - "query": "string",
- "eHoldingsExportConfig": {
- "recordId": "91525-1152699-659590",
- "recordType": "PACKAGE",
- "titleSearchFilters": "filter[name]=title&sort=name",
- "packageFields": [
- "string"
], - "titleFields": [
- "string"
]
}, - "authorityControlExportConfig": {
- "fromDate": "2019-08-24",
- "toDate": "2019-08-24"
}
}, - "status": "SCHEDULED",
- "files": [
- "string"
], - "fileNames": [
- "string"
], - "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "4d2aef9a-17b0-44e6-902e-616812033620",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "b38eaad7-8efa-49e7-b0aa-619916a3821e",
- "updatedByUsername": "string"
}, - "outputFormat": "string",
- "errorDetails": "string",
- "identifierType": "ID",
- "entityType": "USER",
- "progress": {
- "total": 0,
- "processed": 0,
- "progress": 0,
- "success": 0,
- "errors": 0,
- "warnings": 0
}
}
], - "totalRecords": 0
}
Create or update a job
X-Okapi-Tenant required | string |
id | string <uuid> Job ID | ||||||||||||
name | string <= 100 characters Job name | ||||||||||||
description | string Job description | ||||||||||||
source | string <= 50 characters Job source | ||||||||||||
isSystemSource | boolean Was the job created by system | ||||||||||||
tenant | string Tenant id | ||||||||||||
type required | string (ExportType) Default: "BURSAR_FEES_FINES" Enum: "CIRCULATION_LOG" "BURSAR_FEES_FINES" "BATCH_VOUCHER_EXPORT" "EDIFACT_ORDERS_EXPORT" "CLAIMS" "ORDERS_EXPORT" "INVOICE_EXPORT" "BULK_EDIT_IDENTIFIERS" "BULK_EDIT_QUERY" "BULK_EDIT_UPDATE" "E_HOLDINGS" "AUTH_HEADINGS_UPDATES" "FAILED_LINKED_BIB_UPDATES" | ||||||||||||
required | object (ExportTypeSpecificParameters) | ||||||||||||
| |||||||||||||
status | string (JobStatus) Enum: "SCHEDULED" "IN_PROGRESS" "SUCCESSFUL" "FAILED" | ||||||||||||
files | Array of strings Export files URLs | ||||||||||||
fileNames | Array of strings Exported files | ||||||||||||
startTime | string <date-time> Job start timestamp | ||||||||||||
endTime | string <date-time> Job end timestamp | ||||||||||||
object (Metadata Schema) | |||||||||||||
| |||||||||||||
outputFormat | string Job output format | ||||||||||||
errorDetails | string Job error details | ||||||||||||
identifierType | string (IdentifierType) Enum: "ID" "BARCODE" "HRID" "FORMER_IDS" "ACCESSION_NUMBER" "HOLDINGS_RECORD_ID" "USER_NAME" "EXTERNAL_SYSTEM_ID" "INSTANCE_HRID" "ITEM_BARCODE" "ISBN" "ISSN" | ||||||||||||
entityType | string (EntityType) Enum: "USER" "ITEM" "HOLDINGS_RECORD" "INSTANCE" | ||||||||||||
object (Progress) | |||||||||||||
|
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "source": "string",
- "isSystemSource": true,
- "tenant": "string",
- "type": "CIRCULATION_LOG",
- "exportTypeSpecificParameters": {
- "bursarFeeFines": {
- "filter": {
- "type": "Age",
- "numDays": 1,
- "condition": "LESS_THAN_EQUAL"
}, - "groupByPatron": true,
- "groupByPatronFilter": {
- "type": "Aggregate",
- "property": "NUM_ROWS",
- "amount": 0,
- "condition": "LESS_THAN_EQUAL"
}, - "header": [
- {
- "type": "Aggregate",
- "value": "NUM_ROWS",
- "decimal": true,
- "lengthControl": {
- "character": "s",
- "length": 0,
- "direction": "FRONT",
- "truncate": true
}
}
], - "data": [
- {
- "type": "Aggregate",
- "value": "NUM_ROWS",
- "decimal": true,
- "lengthControl": {
- "character": "s",
- "length": 0,
- "direction": "FRONT",
- "truncate": true
}
}
], - "footer": [
- {
- "type": "Aggregate",
- "value": "NUM_ROWS",
- "decimal": true,
- "lengthControl": {
- "character": "s",
- "length": 0,
- "direction": "FRONT",
- "truncate": true
}
}
], - "transferInfo": {
- "conditions": [
- {
- "condition": {
- "type": "Age",
- "numDays": 1,
- "condition": "LESS_THAN_EQUAL"
}, - "account": "f5b54a51-a98c-44cf-bb68-a676332e7d12"
}
], - "else": {
- "account": "f5b54a51-a98c-44cf-bb68-a676332e7d12"
}
}
}, - "vendorEdiOrdersExportConfig": {
- "exportConfigId": "435cb3a4-03b6-4647-9934-9c99bc385ae1",
- "vendorId": "e9b57fab-1850-44d4-8499-71fd15c845a0",
- "configName": "string",
- "configDescription": "string",
- "ediConfig": {
- "accountNoList": [
- "string"
], - "defaultAcquisitionMethods": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "ediNamingConvention": "string",
- "libEdiCode": "string",
- "libEdiType": "014/EAN",
- "vendorEdiCode": "string",
- "vendorEdiType": "014/EAN",
- "notes": "string",
- "sendAccountNumber": false,
- "supportOrder": false,
- "supportInvoice": false
}, - "ediFtp": {
- "ftpConnMode": "Active",
- "ftpFormat": "SFTP",
- "ftpMode": "ASCII",
- "ftpPort": 0,
- "invoiceDirectory": "string",
- "isPrimaryTransmissionMethod": true,
- "notes": "string",
- "orderDirectory": "string",
- "password": "string",
- "serverAddress": "string",
- "username": "string"
}, - "ediSchedule": {
- "enableScheduledExport": false,
- "scheduleParameters": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "scheduleFrequency": 0,
- "schedulePeriod": "MONTH",
- "schedulingDate": "2019-08-24T14:15:22Z",
- "scheduleTime": "string",
- "scheduleDay": 0,
- "weekDays": [
- "MONDAY"
], - "timeZone": "UTC"
}, - "schedulingNotes": "string"
}, - "isDefaultConfig": false,
- "integrationType": "Ordering",
- "transmissionMethod": "FTP",
- "fileFormat": "CSV",
- "claimPieceIds": [
- "string"
]
}, - "query": "string",
- "eHoldingsExportConfig": {
- "recordId": "91525-1152699-659590",
- "recordType": "PACKAGE",
- "titleSearchFilters": "filter[name]=title&sort=name",
- "packageFields": [
- "string"
], - "titleFields": [
- "string"
]
}, - "authorityControlExportConfig": {
- "fromDate": "2019-08-24",
- "toDate": "2019-08-24"
}
}, - "status": "SCHEDULED",
- "files": [
- "string"
], - "fileNames": [
- "string"
], - "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "4d2aef9a-17b0-44e6-902e-616812033620",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "b38eaad7-8efa-49e7-b0aa-619916a3821e",
- "updatedByUsername": "string"
}, - "outputFormat": "string",
- "errorDetails": "string",
- "identifierType": "ID",
- "entityType": "USER",
- "progress": {
- "total": 0,
- "processed": 0,
- "progress": 0,
- "success": 0,
- "errors": 0,
- "warnings": 0
}
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "source": "string",
- "isSystemSource": true,
- "tenant": "string",
- "type": "CIRCULATION_LOG",
- "exportTypeSpecificParameters": {
- "bursarFeeFines": {
- "filter": {
- "type": "Age",
- "numDays": 1,
- "condition": "LESS_THAN_EQUAL"
}, - "groupByPatron": true,
- "groupByPatronFilter": {
- "type": "Aggregate",
- "property": "NUM_ROWS",
- "amount": 0,
- "condition": "LESS_THAN_EQUAL"
}, - "header": [
- {
- "type": "Aggregate",
- "value": "NUM_ROWS",
- "decimal": true,
- "lengthControl": {
- "character": "s",
- "length": 0,
- "direction": "FRONT",
- "truncate": true
}
}
], - "data": [
- {
- "type": "Aggregate",
- "value": "NUM_ROWS",
- "decimal": true,
- "lengthControl": {
- "character": "s",
- "length": 0,
- "direction": "FRONT",
- "truncate": true
}
}
], - "footer": [
- {
- "type": "Aggregate",
- "value": "NUM_ROWS",
- "decimal": true,
- "lengthControl": {
- "character": "s",
- "length": 0,
- "direction": "FRONT",
- "truncate": true
}
}
], - "transferInfo": {
- "conditions": [
- {
- "condition": {
- "type": "Age",
- "numDays": 1,
- "condition": "LESS_THAN_EQUAL"
}, - "account": "f5b54a51-a98c-44cf-bb68-a676332e7d12"
}
], - "else": {
- "account": "f5b54a51-a98c-44cf-bb68-a676332e7d12"
}
}
}, - "vendorEdiOrdersExportConfig": {
- "exportConfigId": "435cb3a4-03b6-4647-9934-9c99bc385ae1",
- "vendorId": "e9b57fab-1850-44d4-8499-71fd15c845a0",
- "configName": "string",
- "configDescription": "string",
- "ediConfig": {
- "accountNoList": [
- "string"
], - "defaultAcquisitionMethods": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "ediNamingConvention": "string",
- "libEdiCode": "string",
- "libEdiType": "014/EAN",
- "vendorEdiCode": "string",
- "vendorEdiType": "014/EAN",
- "notes": "string",
- "sendAccountNumber": false,
- "supportOrder": false,
- "supportInvoice": false
}, - "ediFtp": {
- "ftpConnMode": "Active",
- "ftpFormat": "SFTP",
- "ftpMode": "ASCII",
- "ftpPort": 0,
- "invoiceDirectory": "string",
- "isPrimaryTransmissionMethod": true,
- "notes": "string",
- "orderDirectory": "string",
- "password": "string",
- "serverAddress": "string",
- "username": "string"
}, - "ediSchedule": {
- "enableScheduledExport": false,
- "scheduleParameters": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "scheduleFrequency": 0,
- "schedulePeriod": "MONTH",
- "schedulingDate": "2019-08-24T14:15:22Z",
- "scheduleTime": "string",
- "scheduleDay": 0,
- "weekDays": [
- "MONDAY"
], - "timeZone": "UTC"
}, - "schedulingNotes": "string"
}, - "isDefaultConfig": false,
- "integrationType": "Ordering",
- "transmissionMethod": "FTP",
- "fileFormat": "CSV",
- "claimPieceIds": [
- "string"
]
}, - "query": "string",
- "eHoldingsExportConfig": {
- "recordId": "91525-1152699-659590",
- "recordType": "PACKAGE",
- "titleSearchFilters": "filter[name]=title&sort=name",
- "packageFields": [
- "string"
], - "titleFields": [
- "string"
]
}, - "authorityControlExportConfig": {
- "fromDate": "2019-08-24",
- "toDate": "2019-08-24"
}
}, - "status": "SCHEDULED",
- "files": [
- "string"
], - "fileNames": [
- "string"
], - "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "4d2aef9a-17b0-44e6-902e-616812033620",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "b38eaad7-8efa-49e7-b0aa-619916a3821e",
- "updatedByUsername": "string"
}, - "outputFormat": "string",
- "errorDetails": "string",
- "identifierType": "ID",
- "entityType": "USER",
- "progress": {
- "total": 0,
- "processed": 0,
- "progress": 0,
- "success": 0,
- "errors": 0,
- "warnings": 0
}
}
Get a job by the job ID
id required | string <uuid> (UUID) UUID of the job |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "source": "string",
- "isSystemSource": true,
- "tenant": "string",
- "type": "CIRCULATION_LOG",
- "exportTypeSpecificParameters": {
- "bursarFeeFines": {
- "filter": {
- "type": "Age",
- "numDays": 1,
- "condition": "LESS_THAN_EQUAL"
}, - "groupByPatron": true,
- "groupByPatronFilter": {
- "type": "Aggregate",
- "property": "NUM_ROWS",
- "amount": 0,
- "condition": "LESS_THAN_EQUAL"
}, - "header": [
- {
- "type": "Aggregate",
- "value": "NUM_ROWS",
- "decimal": true,
- "lengthControl": {
- "character": "s",
- "length": 0,
- "direction": "FRONT",
- "truncate": true
}
}
], - "data": [
- {
- "type": "Aggregate",
- "value": "NUM_ROWS",
- "decimal": true,
- "lengthControl": {
- "character": "s",
- "length": 0,
- "direction": "FRONT",
- "truncate": true
}
}
], - "footer": [
- {
- "type": "Aggregate",
- "value": "NUM_ROWS",
- "decimal": true,
- "lengthControl": {
- "character": "s",
- "length": 0,
- "direction": "FRONT",
- "truncate": true
}
}
], - "transferInfo": {
- "conditions": [
- {
- "condition": {
- "type": "Age",
- "numDays": 1,
- "condition": "LESS_THAN_EQUAL"
}, - "account": "f5b54a51-a98c-44cf-bb68-a676332e7d12"
}
], - "else": {
- "account": "f5b54a51-a98c-44cf-bb68-a676332e7d12"
}
}
}, - "vendorEdiOrdersExportConfig": {
- "exportConfigId": "435cb3a4-03b6-4647-9934-9c99bc385ae1",
- "vendorId": "e9b57fab-1850-44d4-8499-71fd15c845a0",
- "configName": "string",
- "configDescription": "string",
- "ediConfig": {
- "accountNoList": [
- "string"
], - "defaultAcquisitionMethods": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "ediNamingConvention": "string",
- "libEdiCode": "string",
- "libEdiType": "014/EAN",
- "vendorEdiCode": "string",
- "vendorEdiType": "014/EAN",
- "notes": "string",
- "sendAccountNumber": false,
- "supportOrder": false,
- "supportInvoice": false
}, - "ediFtp": {
- "ftpConnMode": "Active",
- "ftpFormat": "SFTP",
- "ftpMode": "ASCII",
- "ftpPort": 0,
- "invoiceDirectory": "string",
- "isPrimaryTransmissionMethod": true,
- "notes": "string",
- "orderDirectory": "string",
- "password": "string",
- "serverAddress": "string",
- "username": "string"
}, - "ediSchedule": {
- "enableScheduledExport": false,
- "scheduleParameters": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "scheduleFrequency": 0,
- "schedulePeriod": "MONTH",
- "schedulingDate": "2019-08-24T14:15:22Z",
- "scheduleTime": "string",
- "scheduleDay": 0,
- "weekDays": [
- "MONDAY"
], - "timeZone": "UTC"
}, - "schedulingNotes": "string"
}, - "isDefaultConfig": false,
- "integrationType": "Ordering",
- "transmissionMethod": "FTP",
- "fileFormat": "CSV",
- "claimPieceIds": [
- "string"
]
}, - "query": "string",
- "eHoldingsExportConfig": {
- "recordId": "91525-1152699-659590",
- "recordType": "PACKAGE",
- "titleSearchFilters": "filter[name]=title&sort=name",
- "packageFields": [
- "string"
], - "titleFields": [
- "string"
]
}, - "authorityControlExportConfig": {
- "fromDate": "2019-08-24",
- "toDate": "2019-08-24"
}
}, - "status": "SCHEDULED",
- "files": [
- "string"
], - "fileNames": [
- "string"
], - "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "4d2aef9a-17b0-44e6-902e-616812033620",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "b38eaad7-8efa-49e7-b0aa-619916a3821e",
- "updatedByUsername": "string"
}, - "outputFormat": "string",
- "errorDetails": "string",
- "identifierType": "ID",
- "entityType": "USER",
- "progress": {
- "total": 0,
- "processed": 0,
- "progress": 0,
- "success": 0,
- "errors": 0,
- "warnings": 0
}
}
Send job via Kafka
id | string <uuid> Job ID | ||||||||||||
name | string <= 100 characters Job name | ||||||||||||
description | string Job description | ||||||||||||
source | string <= 50 characters Job source | ||||||||||||
isSystemSource | boolean Was the job created by system | ||||||||||||
tenant | string Tenant id | ||||||||||||
type required | string (ExportType) Default: "BURSAR_FEES_FINES" Enum: "CIRCULATION_LOG" "BURSAR_FEES_FINES" "BATCH_VOUCHER_EXPORT" "EDIFACT_ORDERS_EXPORT" "CLAIMS" "ORDERS_EXPORT" "INVOICE_EXPORT" "BULK_EDIT_IDENTIFIERS" "BULK_EDIT_QUERY" "BULK_EDIT_UPDATE" "E_HOLDINGS" "AUTH_HEADINGS_UPDATES" "FAILED_LINKED_BIB_UPDATES" | ||||||||||||
required | object (ExportTypeSpecificParameters) | ||||||||||||
| |||||||||||||
status | string (JobStatus) Enum: "SCHEDULED" "IN_PROGRESS" "SUCCESSFUL" "FAILED" | ||||||||||||
files | Array of strings Export files URLs | ||||||||||||
fileNames | Array of strings Exported files | ||||||||||||
startTime | string <date-time> Job start timestamp | ||||||||||||
endTime | string <date-time> Job end timestamp | ||||||||||||
object (Metadata Schema) | |||||||||||||
| |||||||||||||
outputFormat | string Job output format | ||||||||||||
errorDetails | string Job error details | ||||||||||||
identifierType | string (IdentifierType) Enum: "ID" "BARCODE" "HRID" "FORMER_IDS" "ACCESSION_NUMBER" "HOLDINGS_RECORD_ID" "USER_NAME" "EXTERNAL_SYSTEM_ID" "INSTANCE_HRID" "ITEM_BARCODE" "ISBN" "ISSN" | ||||||||||||
entityType | string (EntityType) Enum: "USER" "ITEM" "HOLDINGS_RECORD" "INSTANCE" | ||||||||||||
object (Progress) | |||||||||||||
|
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "source": "string",
- "isSystemSource": true,
- "tenant": "string",
- "type": "CIRCULATION_LOG",
- "exportTypeSpecificParameters": {
- "bursarFeeFines": {
- "filter": {
- "type": "Age",
- "numDays": 1,
- "condition": "LESS_THAN_EQUAL"
}, - "groupByPatron": true,
- "groupByPatronFilter": {
- "type": "Aggregate",
- "property": "NUM_ROWS",
- "amount": 0,
- "condition": "LESS_THAN_EQUAL"
}, - "header": [
- {
- "type": "Aggregate",
- "value": "NUM_ROWS",
- "decimal": true,
- "lengthControl": {
- "character": "s",
- "length": 0,
- "direction": "FRONT",
- "truncate": true
}
}
], - "data": [
- {
- "type": "Aggregate",
- "value": "NUM_ROWS",
- "decimal": true,
- "lengthControl": {
- "character": "s",
- "length": 0,
- "direction": "FRONT",
- "truncate": true
}
}
], - "footer": [
- {
- "type": "Aggregate",
- "value": "NUM_ROWS",
- "decimal": true,
- "lengthControl": {
- "character": "s",
- "length": 0,
- "direction": "FRONT",
- "truncate": true
}
}
], - "transferInfo": {
- "conditions": [
- {
- "condition": {
- "type": "Age",
- "numDays": 1,
- "condition": "LESS_THAN_EQUAL"
}, - "account": "f5b54a51-a98c-44cf-bb68-a676332e7d12"
}
], - "else": {
- "account": "f5b54a51-a98c-44cf-bb68-a676332e7d12"
}
}
}, - "vendorEdiOrdersExportConfig": {
- "exportConfigId": "435cb3a4-03b6-4647-9934-9c99bc385ae1",
- "vendorId": "e9b57fab-1850-44d4-8499-71fd15c845a0",
- "configName": "string",
- "configDescription": "string",
- "ediConfig": {
- "accountNoList": [
- "string"
], - "defaultAcquisitionMethods": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "ediNamingConvention": "string",
- "libEdiCode": "string",
- "libEdiType": "014/EAN",
- "vendorEdiCode": "string",
- "vendorEdiType": "014/EAN",
- "notes": "string",
- "sendAccountNumber": false,
- "supportOrder": false,
- "supportInvoice": false
}, - "ediFtp": {
- "ftpConnMode": "Active",
- "ftpFormat": "SFTP",
- "ftpMode": "ASCII",
- "ftpPort": 0,
- "invoiceDirectory": "string",
- "isPrimaryTransmissionMethod": true,
- "notes": "string",
- "orderDirectory": "string",
- "password": "string",
- "serverAddress": "string",
- "username": "string"
}, - "ediSchedule": {
- "enableScheduledExport": false,
- "scheduleParameters": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "scheduleFrequency": 0,
- "schedulePeriod": "MONTH",
- "schedulingDate": "2019-08-24T14:15:22Z",
- "scheduleTime": "string",
- "scheduleDay": 0,
- "weekDays": [
- "MONDAY"
], - "timeZone": "UTC"
}, - "schedulingNotes": "string"
}, - "isDefaultConfig": false,
- "integrationType": "Ordering",
- "transmissionMethod": "FTP",
- "fileFormat": "CSV",
- "claimPieceIds": [
- "string"
]
}, - "query": "string",
- "eHoldingsExportConfig": {
- "recordId": "91525-1152699-659590",
- "recordType": "PACKAGE",
- "titleSearchFilters": "filter[name]=title&sort=name",
- "packageFields": [
- "string"
], - "titleFields": [
- "string"
]
}, - "authorityControlExportConfig": {
- "fromDate": "2019-08-24",
- "toDate": "2019-08-24"
}
}, - "status": "SCHEDULED",
- "files": [
- "string"
], - "fileNames": [
- "string"
], - "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "metadata": {
- "createdDate": "2019-08-24T14:15:22Z",
- "createdByUserId": "4d2aef9a-17b0-44e6-902e-616812033620",
- "createdByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedByUserId": "b38eaad7-8efa-49e7-b0aa-619916a3821e",
- "updatedByUsername": "string"
}, - "outputFormat": "string",
- "errorDetails": "string",
- "identifierType": "ID",
- "entityType": "USER",
- "progress": {
- "total": 0,
- "processed": 0,
- "progress": 0,
- "success": 0,
- "errors": 0,
- "warnings": 0
}
}
{- "value": {
- "$ref": "../../../../folio-export-common/examples/errors.sample"
}
}