Kojirer State Notification Service 1.0.0

KojirerでDonやOrderの状態を同期するためのサービス

Servers

  • WebSockets://api.kojirer.arcircle.f5.si/wsWebSocketsproduction

    本番環境

Operations

  • REQUEST order

    Orderの状態についての通知をリクエストする。 サーバーはリクエストを受け取ると、直ちに現在の状態を通知する。 そしてリクエストがあったセッションについて、状態変化時に通知を送信する。

    Operation IDrequestActiveOrderStateNotification

    Available only on servers:

    object

    Accepts the following message:

    notificationRequest
    Message IDnotificationRequest
    object

    Examples

    REPLY INFORMATION

    REPLY CHANNEL INFORMATION

    Reply will be provided via this designated address: order
  • REQUEST don

    Donの状態についての通知をリクエストする。 サーバーはリクエストを受け取ると、直ちに現在の状態を通知する。 そしてリクエストがあったセッションについて、状態変化時に通知を送信する。

    Operation IDrequestActiveDonStateNotification

    Available only on servers:

    object

    Accepts the following message:

    notificationRequest
    Message IDnotificationRequest
    object

    Examples

    REPLY INFORMATION

    REPLY CHANNEL INFORMATION

    Reply will be provided via this designated address: don
  • RECEIVE order

    Orderの状態についての通知

    Operation IDnotifyActiveOrderState

    Available only on servers:

    object

    Accepts the following message:

    activeOrderState
    Message IDactiveOrderState
    object

    Examples

  • RECEIVE don

    Donの状態についての通知

    Operation IDnotifyActiveDonState

    Available only on servers:

    object

    Accepts the following message:

    activeDonState
    Message IDactiveDonState
    object

    Examples

Messages

  • #1requestNotification
    Message IDrequestNotification
    object
  • #2orderState
    Message IDorderState
    object
  • #3donState
    Message IDdonState
    object

Schemas

  • object [Request Option]

    リクエスト時に設定するオプション

  • object [Order]

    Orderオブジェクト

  • object [Don]

    Donオブジェクト