Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


InfoListResponse

Namespace: Rakuten.RMS.Api.ReserveAPI

public class InfoListResponse

Inheritance ObjectInfoListResponse

Properties

limit

取得件数 リクエストの値が設定されます。

public int limit { get; set; }

Property Value

Int32

offset

取得位置

public int offset { get; set; }

Property Value

Int32

publicReserveModelList

申込情報リスト

public List<ReserveModel> publicReserveModelList { get; set; }

Property Value

List<ReserveModel>

responseDatetime

レスポンス日時

public DateTime responseDatetime { get; set; }

Property Value

DateTime

resultCode

処理結果コード N00-000

public string resultCode { get; set; }

Property Value

String

resultCodeInt

処理結果

public int resultCodeInt { get; set; }

Property Value

Int32

resultCount

limit の設定により、実際に取得したデータの件数 値の範囲: 1 - 1000

public int resultCount { get; set; }

Property Value

Int32

resultMessage

処理結果メッセージ

public string resultMessage { get; set; }

Property Value

String

totalCount

検索条件に一致したデータの総数

public int totalCount { get; set; }

Property Value

Int32

Constructors

InfoListResponse()

public InfoListResponse()

< クラス一覧