Skip to main content

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)​

TagField NameReq’dData Type (Max)Comment
63Message VersionYString (10)Fixed Value – FT1.0
64Message TypeYIntegerFixed Value – 314
67Reserved PG Dealer IdYString (10)Reserved PG Dealer Id
4Session IdYString (100)Must match Session Id from Logon Response
201User IdYString (10)Pass User Id
202Group IdYString (10)Group Id of the user
203Manager IdYString (50)ODIN Manager IP/DNS as per WebAdmin settings
208User CategoryYShortCategory Id:
2 – Retail User
4 – Web Retail User
3 – Institutional User
5 – Institutional Web User
274Mapping DetailsYString (500)Format: ActionCode,DealerGroup,DealerId$ActionCode,DealerGroup,DealerId
999Check Sum ValueYIntegerChecksum based on entire string

πŸ—ΊοΈ Mapping Details Structure​

Field NameReq’dData Type (Max)Comment
Action CodeYString (1)A β†’ Add
R β†’ Remove
Dealer GroupYString (10)Dealer Group
Dealer IdYString (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