EMSAPI

Fixed Reader REST API

Workflow: Reader -> HTTP Request -> API -> Process Tags -> Done
PS. Post Reader Http Request on URI: "https://www.sample_domain.com/{sub-dir}/api/FXConnect"
Follow JSON format below:
{
"reader_name": "string",
"mac_address": "string",
"tag_reads": [
{
"epc": "string",
"antennaPort": 0
}
]
}

IOT Reader REST API

Workflow: Reader -> HTTP Request -> API -> Process Tags -> Done
PS. Post Reader Http Request on URI: "https://www.sample_domain.com/{sub-dir}/api/IOTConnect"
Follow JSON example below:
[
{
"data":
{
"antenna":2,
"eventNum":1272,
"format":"epc",
"idHex":"47415353492D303030303038",
"userDefined":"192.168.1.171",
},
"timestamp":"2023-03-01T13:14:11.656+0800",
"type":"INVENTORY"
}
]
Laravel v8.83.29 (PHP v8.2.28)