Show / Hide Table of Contents

    Departments

    Queryable, Introduced in version 2.18

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

    Represents a queryable department.

    GUID

    b70b9b65-d77e-4e00-99ad-ddefce8ab14e
    

    Required permission

    Show departments
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the department.
    Code String The human readable code of the department.

    • Max length is 6
    • Not nullable
    • Unique
    Description String The translated description of the department.

    Example

    {
      "Id": 0,
      "Code": null,
      "Description": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB