Update SI/MCT Template
π€β‘οΈπ Update SI/MCT Template (Single Interface & User MCT Channel Mapping)β
This method can be used to update a userβs General Settings Template (GST) or Single Interface Template and Ebuzz User MCT Channel Mapping template at a time.
- If GST template is provided, then SI/MCT need not be provided & vice versa.
π Tags and Fieldsβ
| 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 β 322 |
| 67 | Reserved PG Dealer Id | Y | String (10) | Reserved PG Dealer Id |
| 4 | Session Id | Y | String (100) | Must match session id received on logon response |
| 201 | User Id | Y | String (10) | Pass User Id |
| 202 | Group Id | Y | String (10) | Group Id of the user |
| 228 | General Settings Template Name | O | String (50) | Pass GST template if modifying userβs default GST template |
| 278 | SI Template | O | String (20) | Pass Single Interface Template Name Note: If Tag-228 is passed, keep this blank |
| 279 | MCT Channel Template | O | String (800) | Multiple User MCT channel templates separated by $:Message Category Template Name,Channel Name,Status,Action$Message Category Template Name,Channel Name,Status,ActionNote: If Tag-228 is passed, keep this blank |
| 999 | Check Sum Value | Y | Integer | Checksum generated based on entire string. Always appended at end |
π§Ύ MCT Channel Template Detailsβ
| Field Name | Reqβd | Data Type (Max) | Comment |
|---|---|---|---|
| Message Category Template Name | Y | String (20) | Pass Message Category Template Name as available in Ebuzz |
| Channel Name | Y | String (15) | Pass channel name in UPPERCASE:SMS, EMAIL, ONLINE, ONLINEB (Online with Balloon), ONLINEP (Online with Pop-up), ONLINEPB (Balloon & Pop-up), PMSSERVICE, NOTIFICATION |
| Status | Y | Short (1) | 1 β Active0 β Inactive |
| Action | Y | Short (1) | 1 β Add/Update2 β Delete |
Examplesβ
β String to be passed for generating checksum:β
63=FT1.0|64=322|67=RESERVEDPG|4=RESERVEDPG_221201895021|201=HARDIK2402|202=HO|228=TEMP5|278=100170|279=TRADING,ONLINE,1,2
β String to be passed for modifying SI/MCT Template along with checksum:β
63=FT1.0|64=322|67=RESERVEDPG|4=RESERVEDPG_221201895021|201=HARDIK2402|202=HO|228=TEMP5|278=100170|279=TRADING,ONLINE,1,2|999=002
π‘π¨ Update SI/MCT Template Response (WCF REST Service β Client)β
π Tags and Fieldsβ
| Tag | Field Name | Reqβd | Comment |
|---|---|---|---|
| 63 | Message Version | Y | Fixed Value β FT1.0 |
| 64 | Message Type | Y | Fixed Value β 323 |
| 18 | Response Code | Y | Response Code:0 β Failure1 β Success |
| 19 | Response Message | O | Response Message |
Examplesβ
β SUCCESS Caseβ
63=FT1.0|64=323|18=1|19=User Template update successfully
β Failure Caseβ
63=FT1.0|64=323|18=0|19=Error occurred, kindly contact administrator