类 ListMTBySimId


public class ListMTBySimId
extends BaseRequestV2
  • 构造器详细资料

    • ListMTBySimId

      public ListMTBySimId​(int nonce, String simId, String status, String beginFrom, String endBy, Integer pageNo, Integer pageSize)
      Retrieve a list of SMS(MT) sent to a single SIM

      Notes:

      • SMS records are kept for 180 days at most
      • SIM ID provided must belong to the organisation of the request
      • By default ( if not present), the query time period is 7 days prior to the request.
      参数:
      nonce -
      simId - SIM ICCID
      status - query status, enum, 1-success, 2-failed, 3-processing, 4-all . default 4
      beginFrom - Long, Epoch timestamp UTC 0 in millisecond; default value is 7 days prior to the current time
      endBy - Long, Epoch timestamp UTC 0 in millisecond; default current time
      pageNo - Page No default is 1
      pageSize - Page Size default is 100, range 1-100
  • 方法详细资料