Regarding “trial_start_date” and “trial_end_date” parameters

Hello

“trial_start_date” and “trial_end_date” are affected when those are posted about plans of sub account. However, the both parameters actually I don’t see in ZOOM API . Do we okay to use them?

<POST>
{
  “contact”:{
    “first_name”:“サブアカウント”,
    “last_name”:“2”,
    “email”:“subaacountjp2@gmail.com”,
    “phone_number”:“00000000000”,
    “address”:“TestAddr”,
    “apt”:“Testapt”,
    “city”:“TestCity”,
    “state”:“Test”,
    “zip”:“Test”,
    “country”:“TestJapan”
  },
    “plan_base”: {
        “type”: “trial”,
        “hosts”: “2”,
        “trial_start_date”:“2018-08-15T10:40:00Z”,
        “trial_end_date”:“2018-09-14T10:40:00Z”
    }
}

<Response>
{
    “plan_base”: {
        “type”: “trial”,
        “hosts”: 2,
        “trial_start_date”: “2018-08-20T04:56:51Z”,
        “trial_end_date”: “2018-09-14T10:40:00Z”
    }
}

Hello Naoto, 

We do not support setting/updating the trial start/end date via the API. 

Thanks