Rakuten RMS WEB API client for .NET
InfoListRequest
Namespace: Rakuten.RMS.Api.ReserveAPI
public class InfoListRequest
Inheritance Object → InfoListRequest
Properties
dateType
期間指定種類 1:申込日 2:お届け予定日 3:注文確定日
public int dateType { get; set; }
Property Value
deliveryName
配送方法 基本情報設定の配送方法・送料設定ページにある「配送方法」と「配送キャリア」を完全一致で指定
public string deliveryName { get; set; }
Property Value
deviceCode
利用端末 1 : PC 2 : モバイル 3 : スマートフォン 4 : タブレット
public IList<Int32> deviceCode { get; set; }
Property Value
endDate
終了日
public Nullable<DateTime> endDate { get; set; }
Property Value
keyword
商品管理番号
public string keyword { get; set; }
Property Value
keywordType
検索方法 1: 商品管理番号で検索 こちらを指定した場合、「商品管理番号」が必須
public Nullable<Int32> keywordType { get; set; }
Property Value
limit
取得件数 指定なしの場合先頭100件のみ取得対象となります。値の範囲: 1 - 1000
public Nullable<Int32> limit { get; set; }
Property Value
modifyFlag
申込履歴修正有無フラグ 0:申込履歴からの修正なし 1:申込履歴からの修正あり
public Nullable<Int32> modifyFlag { get; set; }
Property Value
offset
取得位置 例:1000件データのうちの501件目~700件目の200件のみ取得したい場合、limit=200&offset=500で設定します。
public Nullable<Int32> offset { get; set; }
Property Value
reserveStatusName
申込ステータス名 各店舗で利用している申込ステータスを参照し、完全一致の名称を指定
public string reserveStatusName { get; set; }
Property Value
reserveType
商品種別 1:定期購入 2:頒布会 3:予約
public IList<Int32> reserveType { get; set; }
Property Value
settlementName
支払方法 各店舗で利用している決済方法を参照し、完全一致の名称を指定
public string settlementName { get; set; }
Property Value
startDate
開始日 最大検索期間:前年の本日より来年本日の前日までの2年間
public Nullable<DateTime> startDate { get; set; }
Property Value
Constructors
InfoListRequest()
public InfoListRequest()