Create legacy backup
Backup the legacy POS Config
POST
/v1/legacy/backups/authorization<token>
To get the service key, please contact us.
In: header
locationIdstring
triggerMode?string
Default
"scheduled"Value in
"manual" | "scheduled" | "preRestore"Response Body
application/json
curl -X POST "http://localhost:4004/v1/legacy/backups/" \ -H "Content-Type: application/json" \ -d '{ "locationId": "string" }'{
"id": "string",
"queueName": "string",
"jobName": "string",
"payload": {
"locationId": "string",
"triggerMode": "manual"
},
"timestamp": 0
}