Input for creating a Representation for any Party (not restricted to active Clients). Supports PURSUING, HOLD, and SIGNED statuses at creation time; DEPARTED is rejected.
The ClientExternalAssignment node defines the external team role relationship between a client and an external contact, such as a manager or an attorney.
Connect a Content to an Award by composite key (name, category, year). Creates the Award if it does not exist. Always creates NOMINATED_FOR; optionally WON when 'won' is true.
Connect a Party to an Award by composite key (name, category, year). Creates the Award if it does not exist. Always creates NOMINATED_FOR; optionally WON when 'won' is true.
The ClientExternalAssignment node defines the external team role relationship between a client and an external contact, such as a manager or an attorney.
Input to end-date (deactivate) NOMINATED_FOR and/or WON relationships between a Content and an Award by composite key (name, category, year). Does not modify any Award node.
Input to end-date (deactivate) NOMINATED_FOR and/or WON relationships between a Party and an Award by composite key (name, category, year). Does not modify any Award node.
Input for rotating the ATTACHED_TO relationship: deactivate any existing ExternalRecord of the given type on the membership, then attach the supplied ExternalRecord.
Input for batch-creating a pursuit-stage Representation alongside a new Talent. The newly created Party is the implicit origin — partyId is omitted. Status is restricted to PURSUING (default) or HOLDING; SIGNED and DEPARTED are rejected. Use updateRepresentationStatus to advance the lifecycle after creation.