Navigation: <Root level>

ASHLEY

Still need help? Create a Support Ticket with Stratum Support

Send comments on this topic.

 

 

 

WEB API

RFDNTFY

 

API ID

TAG_NOTIFICATION

 

API Description

REST API to APIGEE

 

Purpose

 

Note: this binding is used in conjunction with an inbound REST API that commissions the FG Item (sent from the Labelware) as shown below in JSON document example. The Serial # of the FG Item will be commissioned as the TagID and this will be associated with a generic Item Number. TagNet will not have any awareness of the Object details other than the Serial #. Refer to TagNet Web API section for details.

 

This is the inbound URI

Generate tag mapping and item location entries for a range of serial numbers thru a URI call with a JSON payload. Must create an item RECLINER and specify the Default Location in System Settings. Must create a UDA to store the serial number. Adds transaction history to LOCIH. Email notification is sent when an error is encountered. JSON response added to send back the status of the request with a description.

Entity Name:  

RFDLOCIN  

Element Name:  

SERIAL_NUMBER  

Description:  

Serial Number  

Element Type:  

Signed  

Element Length:  

15  

Element Decimals:  

 

Entity Sequence:  

10  

 

Logic

This Binding function performs the following logic:

üCollects whatever tags are read during a given read event cycle from a given portal, and sends them in real time via REST API.

üSupports full GPIO script as a result of standard MATCH / NOMATCH / ERROR / NOTAG variables.

ü 

 

Restrictions

 

Comments

 This binding ican be tested with a POSTMAN

Files Updated

RFDLOCIN, RFDLOCIH (Insert), RFDTAGVS

Program Name

URI set to RFDUEVT

Binding Setup

 

Binding Properties

 

 

 

See sample JSON below:

Action

JSON

JSON Event Notification

 {

    "SerialNumber": 123456789,

    "Location": {

                    "Primary": "ASHLEY",

                    "Level1": "RIPLEY",

                    "Level2": "CNVYR_TRAY",

                    "Level3": "",

                    "Level4": ""

                }

}

JSON Tag Commission

{

    "SerialNumber": [

                        123456789,

                        123456890

                    ]

}

 

 


Copyright © 2024 Stratum Global, Inc.