Name
BatchRecordRetrieve Retrieve a customer record for a list of numbers
Description
BatchRecordRetrieve retrieves a version of customer records for a group of numbers and stores them in the 8MS database. The most recent ACTIVE, SENDING, or DISCONNECT record in each of the given numbers will be retrieved. The following are the allowed fields in reqparams:
* dnlist The list of numbers to be retrieved.
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
BatchRecordRetrieve sends a REQ-CRV message. The response message is a RSP-CRV.
Example
The following request parameters will retrieve one record for 8005551212, 8775551212, and 8885551212:
dnlist~8005551212,8775551212,8885551212;comment~Retrieve 3 records
See Also
RecordRetrieve