Super Drive Contábil
  1. counter
Super Drive Contábil
  • File
    • change-file
      PATCH
  • auth
    • sign-in
      POST
    • generate-access-token
      POST
  • directory
    • create-directorie
      POST
    • list-all-directories
      GET
    • list-all-subdirectories-from-directory
      GET
    • list-files-in-directories
      GET
    • find-directorie-by-id
      GET
    • move-to-trash
      DELETE
    • restore-directory
      PATCH
    • change-diretorie
      PATCH
    • find-file-by-id
      GET
  • customers
    • change-customer
      PUT
    • create-customer
      POST
    • find-customer-by-id
      GET
    • search-customers-tem
      GET
    • list-all-customers
      GET
  • counter
    • create-counter
      POST
    • list-all-counters
      GET
    • find-counter-by-id
      GET
    • assign-counter-to-a-department
      PATCH
  • department
    • create-department
      POST
    • find-department-by-id
      GET
    • list-all-departments
      GET
    • list-users-in-deparment
      GET
  • assistant
    • create-assistant
    • list-all-assistants
    • find-assistant-by-id
    • assign-assistant-to-a-department
  • manager
    • create-manager
    • list-all-managers
    • find-manager-by-id
    • assign-manager-to-a-department
  • administrator
    • create-administrator
    • list-all-administrators
    • find-administrator-by-id
    • assign-administrator-to-a-department
  • contacts
    • create-contact
    • list-all-contacts
    • list-files-by-contact
    • list-contact-files-is-uploaded
    • list-contact-files-in-trash
    • search-by-term-in-contacts
    • list-contact-files-by-external-id
    • send-file-to-trash
    • restore-file-to-trash
    • delete-file-from-contact
  • cloud
    • upload-file-from-cloud
    • upload-file-from-contact
  • plan
    • create plan
    • list-all-plans
    • associate-plan-with-organization
  • users
    • list-all-users
    • search-user-by-term
    • change-user
  • integration
    • list-all-integration
  • Zappy
    • list-sections
    • list-connections
  • automations
    • create-automation
    • create-sharing-automation
    • list-all-automations
    • change-automation
    • create-automation-ia
  • channel
    • connection-channel
    • create-channel
    • disconnect-channel
    • create-connection-channel
    • list-channels
    • change-channel
  1. counter

create-counter

POST
https://api-hubcontabil.innovtech.solutions/v1/counter

Request

Header Params
Content-Type
string 
required
Example:
application/json
x-access-token
string 
required
Example:
{token}
Body Params application/json
document
string 
required
documentType
string 
required
name
string 
required
email
string 
required
password
string 
required
phone
string 
required
manager
string 
required
role
string 
required
status
string 
required
departments
array[string]
optional
Example
{
	"document": "689.555.888-00",
	"documentType": "cpf",
	"name": "Jose Silva",
	"email": "jose@email.com",
	"password": "Jose@lvesSenha3040",
	"phone": "119542163987",
	"manager": "0f4fc068-7497-40f5-b431-0936e0d1d631",
	"role": "COUNTER",
	"status": "ACTIVE",
	"departments": ["4bd23ab7-916c-4bfd-883d-e232ef3f00d4"]
}

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-04-04 15:51:28
Previous
list-all-customers
Next
list-all-counters