This API allows you to update selected fields describing a lane within the retail system.
Input Arguments
| Arg# | Name | Type | Description |
| 8 | | | Required. Constant 'retailmax.elink.lane.edit' |
| f100 |
| Number | The unique lane number allocated to this system (Srcuid). This field cannot be changed. It must be supplied
and is used to select the lane to edit |
| f101 | WorkId | String |
A description of the lane. Typically something like "Beauty Counter" or "Pos 4" |
| f102 | LocationId | Number |
The location number at which is lane is located. |
| f104 | StoreName | String |
The name of the store the lane is in. This field is deprecated and the actual store
name should be retrieved using LocationId above to fetch the location name. |
| f110 | Auth | Number |
Sets a flag to indicate if this lane is permitted to communicate to the server. 1=yes, 0=no |
| f114 | LastIP | String |
The last IP address this lane connected using. This field can be manually set using an edit but will be
automatically updated by the Store and Head Office Servers |
| f124 | Comments | String |
General free form comments |
| f125 | AssetNum | String |
Asset number for this retail lane |
Examples
Change lane number 12345 to disallow server access (set Auth=0)
/gnap/dati?3=retailmax.elink.lane.edit&100=12345&110=0