EXAMPLES OF BUTTON FILE WEB SPECIFICATIONS ---------------------------------------------------------------------------------------------------------------------- Section 1 example: '5|AgentID|XXX|False|True|Life Insurance Company UL|Life Ins UL| | | |8|UL TemplateG|3.00|Howard Insured|NONE|40|0|0|750000.00|0|10|0|' Section 2 example of yr 1 values followed by yr 2 values: '2849.14,0.00,0.00,0.00,2011.49,250000.00,0.00,10.00,1110.00|2849.14,0.00,0.00,0.00,4054.11,250000.00,0.00,0.00,0.00' CODE NEEDED TO SEND DATA TO INSMARK AND LAUNCH INSMARK ---------------------------------------------------------------------------------------------------------------------- Below is a sample of the code you will need to add to your web application. You will be replacing the string in function "GetData" with the actual data you will be sending to InsMark. This button file data is not real data, it is only intended to be used as an example. ---------------------------------------------------------------------------------------------------------------------- CODE NEEDED TO SEND DATA TO INSMARK (WITHOUT LAUNCHING INSMARK) ---------------------------------------------------------------------------------------------------------------------- Below is a sample of the code you will need to add to your web application. You will be replacing the string in function "GetData" with the actual data you will be sending to InsMark. This button file data is not real data, it is only intended to be used as an example. ----------------------------------------------------------------------------------------------------------------------
CODE NEEDED TO LAUNCH INSMARK WITHOUT SENDING DATA ---------------------------------------------------------------------------------------------------------------------- Use the link below to Launch InsMark from a global menu in your software http://insmarkcloud.com/start/home/webmenu?userid=AgentsUniqueIDXXX Where AgentsUniqueID is the same as in the Button File, Section 1, Field #2 and XXX is the Carrier Three Letter Code as in the Button File, Section 1, Field #3