Name
BatchRecordTransfer Transfer a set of customer records
Description
BatchRecordTransfer transfers customer records associated with a group of numbers. The following are the allowed fields in reqparams:
* dnlist 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.
comment A comment describing the batch operation.
flowmax The maximum number of messages per hour sent to SMS/800.
rundate The date/time when this batch will run. The format of this value is:
mm/dd/yy hh:mmX
where X is the meridiem (A or P).

To run a batch immediately, either don't use this parameter or set the value to NOW.

MGI Messages
BatchRecordTransfer 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 records in 8005551212 and 8005551213 to 10/15/04 02:00pm.
dnlist~8005551212,8005551213;fromDate~10/01/04 10:00A/C;toDate~10/15/04 02:00P/C
See Also
RecordTransfer