Show / Hide Table of Contents

    BusinessContactReferences

    Queryable, Introduced in version 2.18

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

    Represents a queryable business contact reference.

    GUID

    6D7D358E-84D3-41DE-87D9-0A505EE16983
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the business contact reference.
    Name String The name of the business contact reference.

    • Max length is 40
    • Not nullable
    ExtraInformation1 String The first extra information field of the business contact reference.

    • Max length is 80
    ExtraInformation2 String The second extra information field of the business contact reference.

    • Max length is 80
    ExtraInformation3 String The third extra information field of the business contact reference.

    • Max length is 80
    Category String The category of the business contact reference.

    • Max length is 20
    Note String Any extra notes regarding the business contact reference.

    • Max length is 80
    CommentId Int64? The business key identifier of the comment that is linked to the
    business contact reference.

    References Comments.
    Comment Comments The comment that is linked to the the business contact reference.

    • Expandable
    CellPhoneNumber String The value of the communication address.
    PhoneNumber String The value of the communication address.
    EmailAddress String The value of the communication address.
    FaxNumber String The value of the communication address.

    Example

    {
      "Id": 0,
      "Name": null,
      "ExtraInformation1": null,
      "ExtraInformation2": null,
      "ExtraInformation3": null,
      "Category": null,
      "Note": null,
      "CommentId": null,
      "Comment": null,
      "CellPhoneNumber": null,
      "PhoneNumber": null,
      "EmailAddress": null,
      "FaxNumber": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB