Create legacy backup for all locations
Backup the legacy POS Config of all locations
POST
/v1/legacy/backups/schedulerauthorization<token>
To get the service key, please contact us.
In: header
Response Body
application/json
curl -X POST "http://localhost:4004/v1/legacy/backups/scheduler"{
"jobs": [
{
"id": "string",
"queueName": "string",
"jobName": "string",
"payload": {
"locationId": "string",
"triggerMode": "manual"
},
"timestamp": 0
}
]
}