/subscribers/{imsi}/set_expiry_time で New expiry date is before the current time が発生する
/subscribers/{imsi}/set_expiry_time を以下の条件で実行したときに New expiry date is before the current time が発生します。パラメータの指定が悪いのでしょうか?
※APIは、https://dev.soracom.io/jp/docs/api/ から確認しております。
URL: /subscribers/{imsi}/set_expiry_time
json:
{
"expiryTime": 1446336000 // 2015-11-01 00:00:00 +0000 UTC
}
Response Body
{
"code": "SEM0006",
"message": "New expiry date is before the current time"
}