Name
BatchRecordQuery Query the status of customer records for a group of numbers
Description
BatchRecordQuery requests the status of all customer records associated with a group of numbers. The following are the allowed fields in reqparams:
* dnlist The list of numbers to be queried.
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
BatchRecordQuery sends the REQ-CRQ message. The SMS/800 MGI will only return, at most, 10 records for a single REQ-CRQ request. In cases where more than 10 records match the request, 8MS automatically takes care of requesting the additional records, generating additional REQ-CRQ requests as appropriate. The response to REQ-CRQ is RSP-CRQ. In cases where one or more additional RSP-CRQ messages are expected, the MORE field in the RSP-CRQ message will be set to Y.
Example
The following request parameters will send queries for 8005551212, 8775551212, and 8885551212:
dnlist~8005551212,8775551212,8885551212;comment~Query three numbers
See Also
RecordQuery