Name
RecordTransfer Transfer a customer record
Description
RecordTransfer transfers a customer record associated with a given number. The following are the allowed fields in reqparams:
* dn The number containing the customer record to be transferred.
* fromDate The source effective date/time for the transfer. The format of this value is:
mm/dd/yy hh:mmX/Y
where X is the meridiem (A or P), and Y is the SMS/800 timezone indicator. An example of a valid date/time would be: 07/01/98 10:15A/C.
Be aware that Somos only allows schedule date/times where the minute on the quarter hour :00, :15, :30, or :45.

Any other value for minute will cause the record to fail validation.

* toDate The new effective date/time for the record. The format is as described above. This entry may also contain the value NOW to request a transfer to the current date/time.
MGI Messages
RecordTransfer sends a REQ-CRC message with an action code of T. The response message is a RSP-CRC.
Example
The following request parameters will transfer the 10/01/04 10:00am record in 8005551212 to 10/15/04 02:00pm.
dn~8005551212;fromDate~10/01/04 10:00A/C;toDate~10/15/04 02:00P/C