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

A.8.3 使用例

新規にWNSの情報を登録する場合
https://(server):(port)/pushidreg/wnsRegID
{
    "channelUri":"https://sin.notify.windows.com/?token=1234567890",
    "appName":"app001"
}
レスポンス例
{
    "response":
    {
        "code":"200",
        "message":""
    }
}