Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page Sending reactions to Axxon PSIM via HttpListener  Sending reactions and events to Axxon PSIM using HTTP request Next page


The HTTP API allows sending events to Axxon PSIM from a mobile application with the information received from a scanned barcode.

General request format:

POST http://IP-address:port/web2/secure/barcode/

{ "value": "value", "img":"img" }

Request parameters:

Parameter

Is required

Description

valueYes

Barcode number

imgNoIdentifier of the scanned image

Request example:

http://1:1@127.0.0.1:8085/web2/secure/barcode

 { "value": "321", "img":"6835" }

Response example:

Event : WEB2|1|WEB2_BARCODE|SLAVE_id<Computer>,fraction<243>,owner<Tester>,date<03-12-21>,guid_pk<{96CC2A50-3F54-EC11-B93B-F02F74F7DC0D}>,core_global<1>,barcode<321>,img<6835>,time<16:45:53>
  • No labels