Show / Hide Table of Contents

    BusinessContactNoteHistories

    Queryable, Introduced in version 2.55

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

    Represents a business contact note history entry.

    GUID

    d3610d12-29bb-44b8-9871-137873f0fb98
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the business contact note.
    Subject String The subject of the business contact note.

    • Max length is 64
    • Not nullable
    BodyId Int64? The business key identifier for the body of the business contact note.
    Body Comments The body of the business contact note.

    • Expandable
    CreatedByUserId Int64 The business key identifier of the application user that created the business contact note.

    • References ApplicationUsers
    CreatedTimestamp DateTimeOffset The date the business contact note was created.
    ParentId Int64 The business key identifier of the parent.
    ParentClass Guid The GUID of the parent type.

    Example

    {
      "Id": 0,
      "Subject": null,
      "BodyId": null,
      "Body": null,
      "CreatedByUserId": 0,
      "CreatedTimestamp": "0001-01-01T00:00:00+00:00",
      "ParentId": 0,
      "ParentClass": "00000000-0000-0000-0000-000000000000"
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB