Show / Hide Table of Contents

    CaseEntryPhases

    Queryable, Introduced in version 2.45

    GET https://localhost:8001/sv/001.1/api/v1/Inventory/CaseEntryPhases
    

    Represents a case entry phase.

    GUID

    4966A8CD-D216-4427-BD20-30295A95BA8C
    

    Required permission

    Show case
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the phase.
    CaseManagementPhaseId Int64 The business key identifier of the case management phase that the phase is based on.
    CaseManagementPhase CaseManagementPhases The case management phase that the phase is based on.

    • Expandable
    Description String The description of the phase.
    ResponsibleUserId Int64 The business key identifier of the application user that is responsible for the phase.

    • References ApplicationUsers
    ParentId Int64 The business key identifier of the parent of the phase.

    • References CaseEntry
    RowIndex Int32 Determines where the phase is placed in relation to the other phases belonging to the same parent.
    Activities CaseEntryActivities[] The activities that are linked to the phase.

    • Expandable

    Example

    {
      "Id": 0,
      "CaseManagementPhaseId": 0,
      "CaseManagementPhase": null,
      "Description": null,
      "ResponsibleUserId": 0,
      "ParentId": 0,
      "RowIndex": 0,
      "Activities": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB