Skip to content

VisumIT/business-boost-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Business Boost API

Introduction

Hello everyone, welcome to Business Boost API, project designed by the VisumIt team.This API is intended to make life easier for those who have a businesss that uses sales representatives.Here you can list all representatives linked to your company, associate and disassociate representatives and get more details about a specific representative. It is also possible to register new representatives on the plataform and much more take a look.
(API still in development)


Accessing the company webservice

To access the webservice use the URL: businessboost.com.br/empresas

Para acessar o webservice utilize esta URL: businessboost.com.br/empresa. O retorno das requisições do webservice sempre será no formato json por exemplo:

 {
    "id": 2,
    "endereco": "Roque Alves Mendes",
    "logradouro": “Rua”,
    "numero": “1020”,
    "uf": “SP”,
    "bairro": “Jardim Rosimary,
    "cidade": “Cotia”,
    "cep": “06657600”,
    "site": “empresa.com.br”,
    "telefone": [{        
        "id": 4,
        "numero": "1141419967"
},
{  
        "id": 5,
        "numero": "1141419967"
}
],
    "inscricaoEstadual": "810.581.945.807",
    "razaoSocial": "Arcos Doudrados ltda",
    "cnpj": "07.876.038/0001-71",
    "nomeFantasia": "Mcdonalds",
    "email": "teste@mcdonalds.com",
    "descricao": "Empresa voltada para o ramo alimenticio",
    "logo": "arco.png"
  }
      

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages