Search Results for

    Show / Hide Table of Contents

    AddReference

    Command, Introduced in version 2.18

    POST https://localhost:8001/sv/001.1/api/v1/Sales/Customers/AddReference
    

    Adds a reference to a customer.

    Returns EntityCommandResponse

    The root entity id of the response is the business key identifier of the customer that the reference was added to. References Customers

    The entity id of the response is the business key identifier of the added customer reference. References BusinessContactReferences

    Required permission

    Modify customer
    

    Properties

    Name Type Summary Introduced in
    CustomerId Int64 The business key identifier of the customer to add a reference
    to.

    References Customers

    • Mandatory
    Name StringInput The name of the business contact reference.

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

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

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

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

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

    • Max length is 80
    CellPhoneNumber StringInput The value of the communication address.

    • Max length is 80
    PhoneNumber StringInput The value of the communication address.

    • Max length is 80
    EmailAddress StringInput The value of the communication address.

    • Max length is 80
    FaxNumber StringInput The value of the communication address.

    • Max length is 80
    Code StringInput The code / number of the business contact reference.

    • Max length is 40
    Introduced in version 26.6

    Example

    {
      "CustomerId": 0,
      "Name": null,
      "ExtraInformation1": null,
      "ExtraInformation2": null,
      "ExtraInformation3": null,
      "Category": null,
      "Note": null,
      "CellPhoneNumber": null,
      "PhoneNumber": null,
      "EmailAddress": null,
      "FaxNumber": null,
      "Code": null
    }
    
    In This Article
    Back to top Copyright © 2023 Monitor ERP System AB