UpdatePartyNameRequest
objectThe 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 party to update (required for this action)
Example:123e4567-e89b-12d3-a456-426614174000
Type of party or proprietor.
Allowed values: [INDIVIDUAL, ORGANISATION]
Match pattern:^(INDIVIDUAL|ORGANISATION)$
Example:INDIVIDUAL
Party details for name update. Required fields depend on party type:
- For INDIVIDUAL: forenames (string, required), surname (string, required)
- For ORGANISATION: organisationName (string, required), registrationNumber (string, optional)
Show Child Parameters
SetAsIncomingProprietorRequest
objectRequest to mark a party as an incoming proprietor.
Only requires partyId. Only INDIVIDUAL parties are supported.
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 party to mark as incoming proprietor (required for this action)
Example:123e4567-e89b-12d3-a456-426614174000
SetAsOutgoingProprietorRequest
objectRequest to mark an unmatched proprietor as outgoing.
Only requires proprietorId - the titleStatus will be set to OUTGOING.
The response will include proprietor details from the Lodgement domain.
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 unmatched proprietor to mark as outgoing (required for this action)
Example:987e6543-e21b-98c7-b654-321098765432
UpdateProprietorNameRequest
objectThe 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 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
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)