Name
BatchDisconnect Schedule a disconnect of a group of active numbers
Description
BatchDisconnect tells SMS/800 when to schedule a disconnect of the accompanying active numbers. The following are the allowed fields in reqparams:
* dnlist The list of numbers number to be disconnected.
* dateTime The effective date/time of the record. 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.

This field may also contain the value NOW to request an immediate disconnect.

interceptDate The End Intercept Date, sent in the SMS/800 eint field. Format is MM/DD/YY.

This field may also contain the value NOW to allow the number to become transitional immediately.

referralOption The Referral Option, sent in the SMS/800 refer field, and used for disconnect records. Allowable values are 0 and 1.
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
BatchDisconnect sends a REQ-CRC message with an action code of D. The response message is a RSP-CRC.
Example
The following request parameters will send a disconnect to 8005551212 and 8005551213 scheduled for 4/20/04 08:00A/C with an intercept date of 4/30/04 and a comment of "disconnect these numbers".
dnList~8005551212,8005551213;dateTime~04/20/04 08:00A/C;
interceptDate~04/30/04;comment~disconnect these numbers;
See Also