POS create backup
Backup the POS Config
POST
/v1/backup/authorization<token>
To get the service key, please contact us.
In: header
locationIdstring
triggerMode?string
Default
"scheduled"Value in
"manual" | "scheduled" | "preRestore"isInit?boolean
Response Body
application/json
curl -X POST "http://localhost:4001/v1/backup/" \ -H "Content-Type: application/json" \ -d '{ "locationId": "818c63aa-f4bd-4287-8056-eee83ed16bf6", "triggerMode": "manual" }'{
"id": "1",
"queueName": "backupCatalog",
"jobName": "backupLocationCatalog",
"timestamp": 1716466641367,
"payload": {
"locationId": "818c63aa-f4bd-4287-8056-eee83ed16bf6",
"triggerMode": "manual"
}
}