Show / Hide Table of Contents

    CustomerRelationshipActivityTypes

    Queryable, Introduced in version 2.55

    GET https://localhost:8001/sv/001.1/api/v1/Sales/CustomerRelationshipActivityTypes
    

    Represents a customer relationship activity type.

    GUID

    11710A5B-5D7F-4576-A5DD-1E6DAF679404
    

    Required permission

    Show customer
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the customer relationship activity type.
    Code Int64 The human readable identifier of the activity type.

    • Unique
    Description String The description of the activity type.
    Sources Int32 Specifies where this activity type can be used.

    • Part: 1
    • Quote: 2
    • CustomerOrder: 4
    • Customer: 8
    • PurchaseOrder: 16
    • Inquiry: 32
    • BlanketOrderPurchase: 64
    • Supplier: 128
    • BlanketOrderSales: 256
    • SalesAgreement: 512
    • PurchaseAgreement: 1024

    • Bitmask
    Introduced in version 24.2

    Example

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