v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBz) Global Functionality
Upload batch
Submits a new batch for processing. The file must be a base64-encoded ZIP containing a single CSV file.
post/eclipse-conductor/rest/v1/global/batches
Request body
Example request
{
"created": "2022-03-10T12:15:50-04:00"
}Response
OK
Example response
{
"activatedDate": "2022-03-10T12:15:50-04:00",
"closedDate": "2022-03-10T12:15:50-04:00",
"created": "2022-03-10T12:15:50-04:00",
"creator": {
"created": "2022-03-10T12:15:50-04:00",
"lastModified": "2022-03-10T12:15:50-04:00",
"nextMandatoryKycDate": "2022-03-10T12:15:50-04:00",
"positions": [
{
"organisation": {
"created": "2022-03-10T12:15:50-04:00",
"lastModified": "2022-03-10T12:15:50-04:00"
}
}
]
},
"eclipseProduct": {
"created": "2022-03-10T12:15:50-04:00",
"lastModified": "2022-03-10T12:15:50-04:00"
},
"lastModified": "2022-03-10T12:15:50-04:00"
}