Super TEF
  1. Clientes
Super TEF
  • API - SuperTEF
  • Clientes
    • Cadastro
      POST
    • Detalhes
      GET
    • Atualizar
      PUT
    • Lista
      GET
  • P.O.S
    • Cadastro
      POST
    • Atualizar
      PUT
    • Detalhes P.O.S
      GET
    • Lista
      GET
  • Pagamentos
    • Cadastro
      POST
    • Lista
      GET
    • Detalhes
      GET
  1. Clientes

Cadastro

POST
clientes
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'clientes' \
--header 'Content-Type: application/json' \
--data-raw '{
    "ativo": 1,
    "cnpj_cpf": "000.000.000-00",
    "nome_empresa": "Cândido Alberto Silva",
    "contato": "(99) 99999-9999",
    "limite_pos": 2,
    "chave": "683e03611204f",
    "created_at": "29/05/2025 09:00:57",
    "sitef_empresa": "NUC Tecnologia",
    "sitef_cnpj_cpf": "000.000.000-00",
    "sitef_banco": "caixa"
}'
Response Response Example
{
    "status": true,
    "id": 10,
    "ativo": 1,
    "softhouse_id": 14,
    "cnpj_cpf": "000.000.000-00",
    "nome_empresa": "C\u00e2ndido Alberto Silva",
    "contato": "(99) 99999-9999",
    "limite_pos": 2,
    "created_at": "2025-05-29T12:00:57.000000Z",
    "updated_at": "2025-06-02T21:53:35.000000Z",
    "sitef_empresa": "NUC Tecnologia",
    "sitef_cnpj_cpf": "000.000.000-00",
    "sitef_banco": "caixa",
    "chave": "683e03611204f"
}

Requisição

Authorization
Forneça seu token bearer no cabeçalho
Authorization
ao fazer requisições para recursos protegidos.
Exemplo:
Authorization: Bearer ********************
Parâmetros Bodyapplication/json
ativo
integer 
requerido
cnpj_cpf
string 
requerido
nome_empresa
string 
requerido
contato
string 
requerido
limite_pos
integer 
requerido
sitef_empresa
string 
opcional
sitef_cnpj_cpf
string 
opcional
sitef_banco
string 
opcional
Examples

Respostas

🟢200Success
application/json
Body
status
boolean 
requerido
id
integer 
requerido
ativo
integer 
requerido
softhouse_id
integer 
requerido
cnpj_cpf
string 
requerido
nome_empresa
string 
requerido
contato
string 
requerido
limite_pos
integer 
requerido
created_at
string 
requerido
updated_at
string 
requerido
sitef_empresa
string 
requerido
sitef_cnpj_cpf
string 
requerido
sitef_banco
string 
requerido
chave
string 
requerido
Página anterior
API - SuperTEF
Próxima página
Detalhes
Built with