Set Company

Set company

post
Authorizations
Body
companynumberRequiredExample: 348910
Responses
200
Set company successful
application/json
post
POST /api/v4/managers/set-company/ HTTP/1.1
Host: api.dashdoc.eu
Authentication: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 18

{
  "company": 348910
}
{
  "success": true
}

Last updated

Was this helpful?