Pause location
POST/saas/pause/:locationId
Pause Sub account for given locationId
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
- application/json
- Body
- Example (auto)
Bodyrequired
pausedbooleanrequired
Paused
companyIdstringrequired
Company ID
{
"paused": true,
"companyId": "companyId1"
}
True when the pause/resume request was accepted.
- application/json
- Schema
Schema
booleanboolean