voltar

API Referências: ProgramacaoEvento | Consultar

post /api/ProgramacaoEvento/Consultar?token=[SEU-TOKEN-SECRETO]&json=[JSON]

Request

Querystring parameters names Type
token string required
json

{
     Hash: varchar,
}

json required

Response


HttpResponse: OK
Property Type Default response
Status string ok
Code int 200
Success boolean true
Data

array json
{
     [
          AcessoLiberado: text,
          Alteracao: datetime,
          Autonumeracao: int,
          AutonumeracaoEmpresa: int,
          Cadastro: datetime,
          Categoria: int,
          Detalhe: string,
          Empresa: uniqueidentifier,
          EtapaEvento: uniqueidentifier,
          Evento: uniqueidentifier,
          Hash: uniqueidentifier,
          Horario: string,
          HorarioTermino: string,
          Imagem: string,
          Notificavel: bit,
          ObservacoesAdicionais: text,
          Privado: bit,
          ProgramacaoEventoPai: uniqueidentifier,
          Sequencial: int,
          Titulo: string,
          UrlLink: string,
          UsuarioAlteracao: uniqueidentifier,
          UsuarioAlteracaoDescricao: string,
          UsuarioAlteracaoEmail: string,
          UsuarioCriacao: uniqueidentifier,
          UsuarioCriacaoDescricao: string,
          UsuarioCriacaoEmail: string,
     ]
}

HttpResponse: Error
Property Type Default response
Status string error
Code int 500
Success boolean false
Data array json null

HttpResponse: Unauthorized
Property Type Default response
Status string error
Code int 401
Success boolean false
Data array json null
Message string Invalid token

API Referências: ProgramacaoEvento | Excluir

post /api/ProgramacaoEvento/Excluir?token=[SEU-TOKEN-SECRETO]&Hash=[Hash]

Request

Querystring parameters names Type
token string required
Hash guid required

Response


HttpResponse: OK
Property Type Default response
Status string ok
Code int 200
Success boolean true
Data

array json null

HttpResponse: Error
Property Type Default response
Status string error
Code int 500
Success boolean false
Data array json null

HttpResponse: Unauthorized
Property Type Default response
Status string error
Code int 401
Success boolean false
Data array json null
Message string Invalid token

API Referências: ProgramacaoEvento | Listar

post /api/ProgramacaoEvento/Listar?token=[SEU-TOKEN-SECRETO]

Request

Querystring parameters names Type
token string required

Response


HttpResponse: OK
Property Type Default response
Status string ok
Code int 200
Success boolean true
Data

array json
{
     [
          AcessoLiberado: text,
          Alteracao: datetime,
          Autonumeracao: int,
          AutonumeracaoEmpresa: int,
          Cadastro: datetime,
          Categoria: int,
          Detalhe: string,
          Empresa: uniqueidentifier,
          EtapaEvento: uniqueidentifier,
          Evento: uniqueidentifier,
          Hash: uniqueidentifier,
          Horario: string,
          HorarioTermino: string,
          Notificavel: bit,
          ObservacoesAdicionais: text,
          Privado: bit,
          ProgramacaoEventoPai: uniqueidentifier,
          Sequencial: int,
          Titulo: string,
          UrlLink: string,
          UsuarioAlteracao: uniqueidentifier,
          UsuarioCriacao: uniqueidentifier,
     ]
}

HttpResponse: Error
Property Type Default response
Status string error
Code int 500
Success boolean false
Data array json null

HttpResponse: Unauthorized
Property Type Default response
Status string error
Code int 401
Success boolean false
Data array json null
Message string Invalid token

API Referências: ProgramacaoEvento | Salvar

post /api/ProgramacaoEvento/Salvar?token=[SEU-TOKEN-SECRETO]&json=[JSON]

Request

Querystring parameters names Type
token string required
json

{
     AcessoLiberado: text,
     CamposAtualizados: nvarchar,
     Categoria: int,
     ConsultarPorCampo: varchar,
     Detalhe: varchar,
     Empresa: varchar,
     EtapaEvento: uniqueidentifier,
     Evento: uniqueidentifier,
     Hash: varchar,
     HashAplicado: uniqueidentifier,
     Horario: varchar,
     HorarioTermino: varchar,
     Imagem: varchar,
     Modo: varchar,
     Notificavel: bit,
     ObservacoesAdicionais: text,
     Privado: bit,
     ProgramacaoEventoPai: uniqueidentifier,
     RetornarDataSet: bit,
     Sequencial: int,
     Titulo: varchar,
     UrlLink: varchar,
     UsuarioAlteracao: uniqueidentifier,
     UsuarioCriacao: uniqueidentifier,
     ValorConsultaPorCampo: varchar,
}

json required

Response


HttpResponse: OK
Property Type Default response
Status string ok
Code int 200
Success boolean true
Data

array json Consultar: https://api.tempbox.com.br/referencias/programacaoevento?key=Consultar

HttpResponse: Error
Property Type Default response
Status string error
Code int 500
Success boolean false
Data array json null

HttpResponse: Unauthorized
Property Type Default response
Status string error
Code int 401
Success boolean false
Data array json null
Message string Invalid token

API Referências: ProgramacaoEvento | ListarRelatorioPrincipal

post /api/ProgramacaoEvento/ListarRelatorioPrincipal?token=[SEU-TOKEN-SECRETO]&json=[JSON]

Request

Querystring parameters names Type
token string required
json

{
     Empresa: varchar,
     Usuario: varchar,
}

json required

Response


HttpResponse: OK
Property Type Default response
Status string ok
Code int 200
Success boolean true
Data

array json
{
     [
          AutonumeracaoEmpresa: int,
          Hash: uniqueidentifier,
          ProgramacaoEvento: uniqueidentifier,
          Titulo: string,
     ]
}

HttpResponse: Error
Property Type Default response
Status string error
Code int 500
Success boolean false
Data array json null

HttpResponse: Unauthorized
Property Type Default response
Status string error
Code int 401
Success boolean false
Data array json null
Message string Invalid token

API Referências: ProgramacaoEvento | Pesquisar

post /api/ProgramacaoEvento/Pesquisar?token=[SEU-TOKEN-SECRETO]&json=[JSON]

Request

Querystring parameters names Type
token string required
json

{
     DsUrlAmigavel: varchar,
     IdEmpresa: varchar,
}

json required

Response


HttpResponse: OK
Property Type Default response
Status string ok
Code int 200
Success boolean true
Data

array json
{
     [
          TB_CORE_EtapaEventoAutonumeracao: int,
          TB_CORE_EtapaEventoAutonumeracaoEmpresa: int,
          TB_CORE_EtapaEventoDsAcessoLiberado: text,
          TB_CORE_EtapaEventoDsTitulo: string,
          TB_CORE_EtapaEventoDtAlteracao: datetime,
          TB_CORE_EtapaEventoDtCadastro: datetime,
          TB_CORE_EtapaEventoDtTimestamp: timestamp,
          TB_CORE_EtapaEventoIdEmpresa: uniqueidentifier,
          TB_CORE_EtapaEventoIdEtapaEvento: uniqueidentifier,
          TB_CORE_EtapaEventoIdEvento: uniqueidentifier,
          TB_CORE_EtapaEventoIdUsuarioAlteracao: uniqueidentifier,
          TB_CORE_EtapaEventoIdUsuarioCriacao: uniqueidentifier,
          TB_CORE_EtapaEventoNrHorario: string,
          TB_CORE_EtapaEventoNrHorarioTermino: string,
          TB_CORE_EtapaEventoStPrivado: bit,
          TB_CORE_EventoAutonumeracao: int,
          TB_CORE_EventoAutonumeracaoEmpresa: int,
          TB_CORE_EventoCdCep: string,
          TB_CORE_EventoDsAcessoLiberado: text,
          TB_CORE_EventoDsChamada: string,
          TB_CORE_EventoDsComplemento: string,
          TB_CORE_EventoDsDetalhe: string,
          TB_CORE_EventoDsEndereco: string,
          TB_CORE_EventoDsHashtags: string,
          TB_CORE_EventoDsLocal: string,
          TB_CORE_EventoDsSeo: string,
          TB_CORE_EventoDsTitulo: string,
          TB_CORE_EventoDsUrlAmigavel: string,
          TB_CORE_EventoDsUrlLink: string,
          TB_CORE_EventoDtAlteracao: datetime,
          TB_CORE_EventoDtCadastro: datetime,
          TB_CORE_EventoDtRealizacao: smalldatetime,
          TB_CORE_EventoDtRealizacaoFinal: smalldatetime,
          TB_CORE_EventoDtTimestamp: timestamp,
          TB_CORE_EventoDtWorkflowConcluido: smalldatetime,
          TB_CORE_EventoIdEmpresa: uniqueidentifier,
          TB_CORE_EventoIdEstadoFederal: uniqueidentifier,
          TB_CORE_EventoIdEvento: uniqueidentifier,
          TB_CORE_EventoIdGaleriaFotos: uniqueidentifier,
          TB_CORE_EventoIdStatusWorkflow: uniqueidentifier,
          TB_CORE_EventoIdUsuarioAlteracao: uniqueidentifier,
          TB_CORE_EventoIdUsuarioCriacao: uniqueidentifier,
          TB_CORE_EventoIdVirtualEspacoEvento: text,
          TB_CORE_EventoIdVirtualGaleriaFotos: string,
          TB_CORE_EventoIdVirtualProgramacaoEvento: text,
          TB_CORE_EventoNmBairro: string,
          TB_CORE_EventoNmCidade: string,
          TB_CORE_EventoNmImagem: string,
          TB_CORE_EventoNrListagens: int,
          TB_CORE_EventoNrResidencia: string,
          TB_CORE_EventoNrVisualizacoes: int,
          TB_CORE_EventoStPrivado: bit,
          TB_CORE_EventoStWorkflowConcluido: bit,
          TB_CORE_ProgramacaoEventoAutonumeracao: int,
          TB_CORE_ProgramacaoEventoAutonumeracaoEmpresa: int,
          TB_CORE_ProgramacaoEventoDsAcessoLiberado: text,
          TB_CORE_ProgramacaoEventoDsDetalhe: string,
          TB_CORE_ProgramacaoEventoDsTitulo: string,
          TB_CORE_ProgramacaoEventoDsUrlLink: string,
          TB_CORE_ProgramacaoEventoDtAlteracao: datetime,
          TB_CORE_ProgramacaoEventoDtCadastro: datetime,
          TB_CORE_ProgramacaoEventoDtTimestamp: timestamp,
          TB_CORE_ProgramacaoEventoIdEmpresa: uniqueidentifier,
          TB_CORE_ProgramacaoEventoIdEtapaEvento: uniqueidentifier,
          TB_CORE_ProgramacaoEventoIdEvento: uniqueidentifier,
          TB_CORE_ProgramacaoEventoIdProgramacaoEvento: uniqueidentifier,
          TB_CORE_ProgramacaoEventoIdProgramacaoEventoPai: uniqueidentifier,
          TB_CORE_ProgramacaoEventoIdUsuarioAlteracao: uniqueidentifier,
          TB_CORE_ProgramacaoEventoIdUsuarioCriacao: uniqueidentifier,
          TB_CORE_ProgramacaoEventoNmImagem: string,
          TB_CORE_ProgramacaoEventoNrHorario: string,
          TB_CORE_ProgramacaoEventoNrHorarioTermino: string,
          TB_CORE_ProgramacaoEventoStPrivado: bit,
     ]
}

HttpResponse: Error
Property Type Default response
Status string error
Code int 500
Success boolean false
Data array json null

HttpResponse: Unauthorized
Property Type Default response
Status string error
Code int 401
Success boolean false
Data array json null
Message string Invalid token