Dealer to Client Mapping
π€β‘οΈπ Dealer to Client Mapping (Client β WCF REST Service)β
This message is used to map or unmap a client to a dealer in ODIN.
π Field Details (Request)β
| Tag | Field Name | Reqβd | Data Type (Max) | Comment |
|---|---|---|---|---|
| 63 | Message Version | Y | String (10) | Fixed Value β FT1.0 |
| 64 | Message Type | Y | Integer | Fixed Value β 314 |
| 67 | Reserved PG Dealer Id | Y | String (10) | Reserved PG Dealer Id |
| 4 | Session Id | Y | String (100) | Must match Session Id from Logon Response |
| 201 | User Id | Y | String (10) | Pass User Id |
| 202 | Group Id | Y | String (10) | Group Id of the user |
| 203 | Manager Id | Y | String (50) | ODIN Manager IP/DNS as per WebAdmin settings |
| 208 | User Category | Y | Short | Category Id:2 β Retail User4 β Web Retail User3 β Institutional User5 β Institutional Web User |
| 274 | Mapping Details | Y | String (500) | Format: ActionCode,DealerGroup,DealerId$ActionCode,DealerGroup,DealerId |
| 999 | Check Sum Value | Y | Integer | Checksum based on entire string |
πΊοΈ Mapping Details Structureβ
| Field Name | Reqβd | Data Type (Max) | Comment |
|---|---|---|---|
| Action Code | Y | String (1) | A β AddR β Remove |
| Dealer Group | Y | String (10) | Dealer Group |
| Dealer Id | Y | String (10) | Dealer Id |
Example Requestβ
63=FT1.0|64=314|67=RESERVEDPG|4=RESERVEDPG_3102017151640|201=HARDIK61|202=HO|203=172.25.100.169|208=4|274=A,HO,DEAL1$A,HO,DEAL2|999=007
Example Responsesβ
β Success caseβ
63=FT1.0|64=315|18=1|19=Dealer to Client update successfully
β Failure casesβ
63=FT1.0|64=315|18=0|19=Error occurred, kindly contact administrator
63=FT1.0|64=315|18=0|19=Unable to Connect to ODIN Manager
63=FT1.0|64=315|18=0|19=Dealer Group Id is not provided