Single keyed list

This is a sample return value that returns a single insert using the msginsert template with MID and Message Data for the value list. If the insert fails, then the archive is retried with the alternate template msgupdate.

{
     {TEMPLATE msginsert} 
     {NAMELIST {MID MSGDATA}} 
     {TYPELIST {SQL_CHAR SQL_CHAR}} 
     {VALUELIST {0.0.152 {MSH|…}}}
     {FAILACTION msgupdate}
}