Show / Hide Table of Contents

    AddCodingEntryElement

    Type, Introduced in version 2.30

    Adds a coding entry element to a booking row.

    Used by the FinalBook command.

    Properties

    Name Type Summary Introduced in
    CodingDimensionId Int64 The business key identifier of the coding entry element's coding dimension.

    References CodingDimensions

    • Mandatory
    RefencingEntityId Int64 The business key identifier of the referencing entity to set for the coding entry element.

    References an entity of type according to the coding dimension's ReferenceEntityType, or CodingElements if None.

    • Obsolete since version 22.8 (Replaced by correctly spelled ReferencingEntityId)
    ReferencingEntityId Int64 The business key identifier of the referencing entity to set for the coding entry element.

    References an entity of type according to the coding dimension's ReferenceEntityType, or CodingElements if None.

    • Mandatory
    Introduced in version 22.8

    Example

    {
      "CodingDimensionId": 0,
      "RefencingEntityId": 0,
      "ReferencingEntityId": 0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB