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
| Field | Type | Description |
|---|---|---|
assignments | [AssignmentInput!] | Optional client team assignments. May be empty or omitted (no non-empty validator). |
commissions | [CommissionInputWithGeoAreas!] | Optional commission structures (and optional geo areas). |
fromDate | DateTime | |
geoArea | GeoAreaCreateInput! | 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. |
repAreaId | ConnectableInput! | The rep area the client is represented by |
setTypeIds | [ConnectableInput!] | The set types the client is represented by |
status | RepresentationStatus | Lifecycle status at creation. Defaults to PURSUING. Only PURSUING and HOLDING are accepted; SIGNED and DEPARTED are rejected. Use updateRepresentationStatus to advance the lifecycle. |
thruDate | DateTime | |
touringPreference | TouringPreferenceInput | Optional touring preference. Mirrors RepresentationInput (singular). |