

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# モーショングラフィックオーバーレイを無効化する — ペイロード
<a name="cli-schedule-fields-deactivate-mgi"></a>

次の JSON のフィールドの意味と値については、「[モーショングラフィックスオーバーレイを無効化するためのフィールド](schedule-fields-for-mg-deactivate.md)」を参照してください。

```
{
"ChannelId": "string",
"Creates": {
 "ScheduleActions": [
  {
   "ScheduleActionStartSettings": {
    "FixedModeScheduleActionStartSettings": {
     "Time": "string"
    },
    "ImmediateModeScheduleActionStartSettings": {
    }
   },
   "ActionName": "string",
   "ScheduleActionSettings": {
    "MotionGraphicsImageDeactivateSettings": {
     }
    }
   }
  ]
 }
}
```

## 例
<a name="json-deactivate-mgi-example"></a>

このリクエストの例では、23:59:00 .000 (UTC) にモーショングラフィックオーバーレイを終了するアクションを作成します。 。 :

```
{
"ChannelId": "999999",
"Creates": {
 "ScheduleActions": [
  {
  "ScheduleActionStartSettings": {
   "FixedModeScheduleActionStartSettings": {
   "Time": "2018-05-21T23:59:00.000Z"
   },
   "ActionName": "deactivate-ticker-tape",
   "ScheduleActionSettings": {
    "MotionGraphicsImageDeactivateSettings": {
     }
    }
   }
  ]
 }
}
```