GET api/empresa/meusdados/{idEmpresa}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idEmpresa | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultApiOfEmpresaName | Description | Type | Additional information |
---|---|---|---|
data | Empresa |
None. |
|
sucesso | boolean |
None. |
|
timeout | integer |
None. |
|
error | string |
None. |
|
error_description | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "Id": 1, "IdUsuario": 2, "Nome": "sample string 3", "NomeResponsavel": "sample string 4", "DocumentoId": "sample string 5", "Ativo": true, "Telefone": "sample string 7", "DataCadastro": "2025-07-17T19:58:37.0088238-03:00", "Email": "sample string 8", "Senha": "sample string 9", "QuantidadeFuncionarios": 10, "ControleManual": true, "BloqueadoManual": true, "TipoControlePonto": 13, "PossuiControlePonto": "sample string 14", "ConfirmarSenha": "sample string 15", "EmpresaBloqueadaTrial": true, "EmpresaBloqueadaPagamento": true, "TrialAtivo": true, "TempoTrialRestante": 19, "QtdVagaEstacionamento": 1, "LimiteTempoReserva": 20 }, "sucesso": true, "timeout": 100000, "error": "sample string 2", "error_description": "sample string 3" }
text/html, application/x-www-form-urlencoded, multipart/form-data
Sample:
{"data":{"Id":1,"IdUsuario":2,"Nome":"sample string 3","NomeResponsavel":"sample string 4","DocumentoId":"sample string 5","Ativo":true,"Telefone":"sample string 7","DataCadastro":"2025-07-17T19:58:37.0088238-03:00","Email":"sample string 8","Senha":"sample string 9","QuantidadeFuncionarios":10,"ControleManual":true,"BloqueadoManual":true,"TipoControlePonto":13,"PossuiControlePonto":"sample string 14","ConfirmarSenha":"sample string 15","EmpresaBloqueadaTrial":true,"EmpresaBloqueadaPagamento":true,"TrialAtivo":true,"TempoTrialRestante":19,"QtdVagaEstacionamento":1,"LimiteTempoReserva":20},"sucesso":true,"timeout":100000,"error":"sample string 2","error_description":"sample string 3"}