UpdateSettings

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Properties

Name Type Description
preferredStartTimeUtc string Preferred start time for the update window (UTC)
preferredEndTimeUtc string Preferred end time for the update window (UTC)
View JSON Schema on GitHub

JSON Schema

admin-center-update-settings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdateSettings",
  "type": "object",
  "properties": {
    "preferredStartTimeUtc": {
      "type": "string",
      "description": "Preferred start time for the update window (UTC)"
    },
    "preferredEndTimeUtc": {
      "type": "string",
      "description": "Preferred end time for the update window (UTC)"
    }
  }
}