Name
BatchNumberQueryAll Batch query number and customer record information
Description
BatchNumberQueryAll queries the administrative information associated with a group of numbers, as well as the status of customer records for each number. 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
BatchNumberQueryAll sends a REQ-NSR message with an action code of Q. The response message is a RSP-NSR. A REQ-CRQ is then sent to retrieve customer record status information. If more than 10 customer records exist for the number, additional REQ-CRQ messages are sent. For each REQ-CRQ message sent a RSP-CRQ message is received.
Example
The following request parameters will send queries for 8005551212, 8775551212, and 8885551212:
dnlist~8005551212,8775551212,8885551212;comment~Query three numbers
See Also
NumberQueryAll