Name
SmsTemplateRetrieve Retrieve an SMS Template record
Description
SmsTemplateRetrieve retrieves a version of an SMS Template record and stores it in the 8MS database. The following are the allowed fields in reqparams:
* templatename The SMS Template containing the record to be retrieved.
ed The effective date of the record to be retrieved.
et The effective time of the record to be retrieved.

The ed and et fields are optional. However, if one is specified then both must be specified. If neither one is specified, the most recent record with a status of ACTIVE, SENDING or DISCONNECT will be returned.

MGI Messages
SmsTemplateRetrieve sends a REQ-CRV message. The response message is a RSP-CRV.
Example
The following request parameters will retrieve the 10/01/04 10:00 am version of the customer record associated with *AR-CSF01:
templatename~*AR-CSF01;ed~10/01/04;et~10:00A;