RestorePeriod

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Properties

Name Type Description
from string
to string
correspondingApplicationPackageVersion string
View JSON Schema on GitHub

JSON Schema

admin-center-restore-period-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RestorePeriod",
  "type": "object",
  "properties": {
    "from": {
      "type": "string"
    },
    "to": {
      "type": "string"
    },
    "correspondingApplicationPackageVersion": {
      "type": "string"
    }
  }
}