Show / Hide Table of Contents

    CommunicationAddresses

    Queryable, Introduced in version 2.18

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

    Represents a queryable communication address. A communication address is used to store either phone, cellphone, email or fax information in MONITOR.

    GUID

    65BC336B-BD64-46B5-947C-894031B8CE33
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the communication address.
    Type Int32 The type of information stored within this particular communication address instance.

    • Phone: 0
    • Fax: 1
    • Email: 2
    • CellPhone: 3
    CommunicationAddressValue String The value of the communication address.

    • Max length is 80
    Remarks String Any remarks regarding the communication address.

    • Max length is 80
    RecipientOf Int32 Specifies what types of communication the address should be recipient of.

    • None: 0
    • Invoice: 1
    • Reminder: 2
    • OrderConfirmation: 4
    • DispatchAdvice: 8
    • ShippingAgentAdvice: 16
    • OrderConfirmationReminder: 32
    • DeliveryReminder: 64
    • DeliverySchedule: 128
    • PurchaseOrder: 256
    • Quote: 512
    • ShippingAgentSmsAdvice: 1024
    • SubcontractDeliveryNote: 2048
    • Inquiry: 4096
    • CaseClaimReport: 8192
    • CaseConfirmation: 16384
    • CaseResponse: 32768
    • NonconformityReport: 65536
    • Proforma: 131072
    • ProjectReportExternal: 262144
    • ProjectReportInternal: 524288
    • CustomerDeliveryNote: 1048576
    • TraceabilityProtocol: 2097152
    • BlanketOrderPurchase: 4194304
    • BlanketOrderSales: 8388608
    • PurchaseDeliverySchedule: 16777216
    • SalesAgreement: 33554432
    • AccountStatement: 67108864
    • EInvoiceInvitation: 134217728
    • ReturnOrder: 268435456

    • Bitmask
    ContactName String The contact name of the communication address.

    • Max length is 80
    Introduced in version 2.45.1

    Example

    {
      "Id": 0,
      "Type": 0,
      "CommunicationAddressValue": null,
      "Remarks": null,
      "RecipientOf": 0,
      "ContactName": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB