Rakuten RMS WEB API client for .NET
InfoListResponse
Namespace: Rakuten.RMS.Api.ReserveAPI
public class InfoListResponse
Inheritance Object → InfoListResponse
Properties
limit
取得件数 リクエストの値が設定されます。
public int limit { get; set; }
Property Value
offset
取得位置
public int offset { get; set; }
Property Value
publicReserveModelList
申込情報リスト
public List<ReserveModel> publicReserveModelList { get; set; }
Property Value
responseDatetime
レスポンス日時
public DateTime responseDatetime { get; set; }
Property Value
resultCode
処理結果コード N00-000
public string resultCode { get; set; }
Property Value
resultCodeInt
処理結果
public int resultCodeInt { get; set; }
Property Value
resultCount
limit の設定により、実際に取得したデータの件数 値の範囲: 1 - 1000
public int resultCount { get; set; }
Property Value
resultMessage
処理結果メッセージ
public string resultMessage { get; set; }
Property Value
totalCount
検索条件に一致したデータの総数
public int totalCount { get; set; }
Property Value
Constructors
InfoListResponse()
public InfoListResponse()