Skip to content

TalentPursuitRepresentationInput

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.

Fields

FieldTypeDescription
assignments[AssignmentInput!]Optional client team assignments. May be empty or omitted (no non-empty validator).
commissions[CommissionInputWithGeoAreas!]Optional commission structures (and optional geo areas).
fromDateDateTime
geoAreaGeoAreaCreateInput!The geo area of the representation
musicGenreIds[ConnectableInput!]The music genres the client is represented by
performanceLanguageIds[ConnectableInput!]The performance languages the client is represented by
rates[RateInput!]Optional rates associated with the representation.
repAreaIdConnectableInput!The rep area the client is represented by
setTypeIds[ConnectableInput!]The set types the client is represented by
statusRepresentationStatusLifecycle status at creation. Defaults to PURSUING. Only PURSUING and HOLDING are accepted; SIGNED and DEPARTED are rejected. Use updateRepresentationStatus to advance the lifecycle.
thruDateDateTime
touringPreferenceTouringPreferenceInputOptional touring preference. Mirrors RepresentationInput (singular).

Confidential. For internal use only.