ページの先頭行へ戻る
Interstage Mobile Application Server V1.2.0 アプリケーション開発ガイド
FUJITSU Software

B.5.3 使用例

登録ID(qPudDDVCLfYuD6FoouRVJpi)、アプリケーション名(appName001)の拡張データを、"extData001"に更新する場合

http(s)://(server):(port)/pushidmng/fjpRegID
{
    "appName":"appName001",
    "regID":"qPudDDVCLfYuD6FoouRVJpi",
    "extData":"extData001"
}

レスポンス例

{
    "response":
    {
        "code":"200",
        "message":""
    }
}