v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBz) Global Functionality
Update batch status
Updates the status of an existing batch. Only valid status transitions are accepted.
put/eclipse-conductor/rest/v1/global/batches/{batchId}
Path parameters
batchIdinteger required
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"
}