Evaluating bids

Envio de eventos através de chamadas via http, nettcp ou restful

Published on the September 06, 2019 in IT & Programming

About this project

Open

1. Introdução Este documento descreve os serviços para o registro dos movimentos gerados pelas câmeras e ou sistemas externos.

2. Serviços Os serviços podem ser utilizados através de http, nettcp ou restful. Abaixo seguem detalhes de cada serviço: 2.1 Serviço para integração com câmeras
2.1.1 Para chamadas via http ou tcp: Utilizar os parâmetros abaixo:

Endereço: http://radar.policiamilitar.sp.gov.br/Pmesp.Radar/Radar.svc Método: Registrar Parâmetro: Movimento (preenchido conforme tabela do item 2.1.3) 2.1.2 Para chamadas via httprestful Utilizar os parâmetros abaixo: Endereço:http://radar.policiamilitar.sp.gov.br/Pmesp.Radar/Radar.svc/rest/Registrar Header:“Content-Type: application/xml;” ou “Content-Type: application/json;” Body XML:(preenchido conforme tabela do item 2.1.3) <Movimentoxmlns="http://radar.policiamilitar.sp.gov.br/2014/07/Movimento"> <id>9223372036854775807</id> <placa>abc1234</placa> <datahora>2014-07-01 23:55:00</datahora> <camera> <latitudexmlns="http://radar.policiamilitar.sp.gov.br/2014/07/Camera">12678967.543233</Lati tude> <Longitudexmlns="http://radar.policiamilitar.sp.gov.br/2014/07/Camera">12678967.543233</Lon gitude> <Numeroxmlns="http://radar.policiamilitar.sp.gov.br/2014/07/Camera">2147483647</Numero> </Camera> </Movimento> BodyJson:(preenchido conforme tabela do item 2.1.3) { "ID": 9223372036854775807, "Placa": "ABC1234", "DataHora": "2014-07-01 23:55:00", "Camera": { "Latitude": 12678967.543233, "Longitude": 12678967.543233, "Numero": 2147483647 }

Category IT & Programming
Subcategory Desktop apps
What is the scope of the project? Create a new app
Is this a project or a position? Project
I currently have I have specifications
Required availability As needed
API Integrations Other (Other APIs)
Required platforms Linux / Unix

Delivery term: Not specified

Skills needed

Other projects posted by R. H.