送信完了

PUT の場合は、データ送信が完了したことを、textMessage(JSON フォーマット)でリクエストします。

GET の場合は、HULFT-WebConnect から送信完了メッセージを受信後、以下の内容を textMessage(JSON フォーマット)で返します。

Request Interface

Parameter Name

Value

Required

Description

Default Value

type

string

true

Type of request (specify 'completion' for a completion notification of data transmission)

 

Example

{
        "type":"completion"
}