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