Show / Hide Table of Contents

    FormReportTranslations

    Queryable, Introduced in version 2.48

    GET https://localhost:8001/sv/001.1/api/v1/Common/FormReportTranslations
    

    Represents a form report translation.

    GUID

    3A02B90D-B1E2-4E64-BC3F-E31AC1B41E9C
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the translation.
    Phrase String The overriding phrase text for the translation.

    • Max length is 800
    PhraseId Int64 The identifier of the phrase that the translation overrides.
    FormReportTranslationGroupId Int64 The business key identifier of the translation group that the translation
    belongs to.

    • References FormReportTranslationGroups

    Example

    {
      "Id": 0,
      "Phrase": null,
      "PhraseId": 0,
      "FormReportTranslationGroupId": 0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB