This bucket returns details about a specific pricing entries. A specific pricing entry allows systems to configure a price override rule for customers,products,departments,stores.
Goto: eLink Home
Arg# | Binary | Description |
3 | 's' | Required. Constant 'retailmax.elink.price.specific' |
9 | 's' | Predicates to select data to return. |
The following fields can be specified as part of predicates on the call, but are not returned on output. (See examples below)
Field | DataType | Description |
f200 | Number | A Staff Member id (Tid). When this predicate is present, and the tracking of customers to account managers is functional, the system will only return entries that are managed by the Staff Member identified. Without this predicate, entries for all staff members are returned. |
This bucket returns an ARAY packet, and zero or more DATS packets for each matching entry
The fields on the DATS packet are:
Field | Present by Default | Predicates | Description |
f100 | Yes | Yes | Unique (non zero) number for this pricing entry |
f101 | Yes | Yes | Pid |
f102 | Yes | Yes | Depid |
f103 | Yes | Yes | Customer |
f104 | Yes | Yes | Location |
f105 | Yes | Yes | Priority |
f106 | Yes | Yes | End Dt |
f107 | Yes | Yes | Start Dt |
f108 | Yes | Yes | UnitPrice |
f109 | Yes | Yes | PricePct |
Return all pricing entries managed by teller #15.
/gnap/buck?3=retailmax.elink.price.specific&9=f200,0,15