Skip to main content
Version: v1.0.0(int)

W041: Update contact-entity link

Edits the role or notes on a contact-to-entity link. Triggered from Customer or Vendor detail.

Steps

  1. Load the link. Call Contacts.getLinkById.

  2. Apply the patch. Call Contacts.updateLink(linkId, patch).

Returns

The updated link.

Business rules

None.

Errors

  • NotFoundError. The link was not found.