UpdateOutgoingProprietorNameRequest
objectRequest to update an OUTGOING role proprietor’s name via orchestrated flow.
This action is for proprietors that have been marked as outgoing (via SET_AS_OUTGOING_PROPRIETOR).
PCS will call getProprietors to find the linked workspace party, then update the party name.
The type of title reconciliation action to perform. Possible values are UPDATE_PARTY_NAME, SET_AS_INCOMING_PROPRIETOR, SET_AS_OUTGOING_PROPRIETOR, UPDATE_PROPRIETOR_NAME, UPDATE_OUTGOING_PROPRIETOR_NAME
ID of the outgoing proprietor to update (required for this action)
Example:987e6543-e21b-98c7-b654-321098765432
Type of party or proprietor.
Allowed values: [INDIVIDUAL, ORGANISATION]
Match pattern:^(INDIVIDUAL|ORGANISATION)$
Example:INDIVIDUAL
Proprietor details for name update. Required fields depend on proprietor type:
- For INDIVIDUAL: forenames (string, required), surname (string, required)
- For ORGANISATION: organisationName (string, required), registrationNumber (string, optional)
Show Child Parameters
TitleReconciliationPatchResponse
objectResponse for title reconciliation actions
The action that was performed
UpdatePartyNameResponse
objectThe action that was performed
ID of the party that was updated
Type of party that was updated
Updated party details (type-specific fields)
Show Child Parameters
SetAsIncomingProprietorResponse
objectThe action that was performed
ID of the party that was marked as incoming proprietor
ID of the newly created incoming proprietor in lodgement case
Title status of the proprietor (always INCOMING for this action)
SetAsOutgoingProprietorResponse
objectResponse after marking proprietor as outgoing.
Returns the proprietor details from the Lodgement domain response.
Either individualDetails or organisationDetails will be present based on proprietor type.
The action that was performed
ID of the proprietor that was marked as outgoing
Updated title status (always OUTGOING for this action)
Individual proprietor details (present when proprietor is INDIVIDUAL type)
Show Child Parameters
Organisation proprietor details (present when proprietor is ORGANISATION type)