Open the menu
    ```html

    Contacts : Edit

    Allows changing the registered information for a contact.

    Features

    • Is an administration interface

    Screens

    Edit
    • Name (string, required field, maximum length: 255)
    • Last Name (string, maximum length: 255)
    • Position (string, maximum length: 255)
    • Company (string, maximum length: 255)
    • Email (email)
    • Business Phone (string, maximum length: 255)
    • Home Phone (string, maximum length: 255)
    • Cell Phone (string, maximum length: 255)

    Permissions

    • Edit service instance content: Allows managing all data of this service instance with publisher profile.

    Actions

    • commit
    ```