Search
K
workspace v1

TitleReconciliationPatchResponse

object

Response for title reconciliation actions

actionstringrequired

The action that was performed

Example

UpdatePartyNameResponse

object
actionstringrequired

The action that was performed

partyIdstring(uuid)required

ID of the party that was updated

typestringrequired

Type of party that was updated

partyDetailsobject

Updated party details (type-specific fields)

Show Child Parameters
Example

SetAsIncomingProprietorResponse

object
actionstringrequired

The action that was performed

partyIdstring(uuid)required

ID of the party that was marked as incoming proprietor

proprietorIdstring(uuid)required

ID of the newly created incoming proprietor in lodgement case

titleStatusstring

Title status of the proprietor (always INCOMING for this action)

Example

SetAsOutgoingProprietorResponse

object

Response 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.

actionstringrequired

The action that was performed

proprietorIdstring(uuid)required

ID of the proprietor that was marked as outgoing

titleStatusstring

Updated title status (always OUTGOING for this action)

individualDetailsobject

Individual proprietor details (present when proprietor is INDIVIDUAL type)

Show Child Parameters
organisationDetailsobject

Organisation proprietor details (present when proprietor is ORGANISATION type)

Show Child Parameters
Example

UpdateProprietorNameResponse

object

Response for UPDATE_PROPRIETOR_NAME action.
Returns the updated proprietor details after the Lodgement domain updated the proprietor.

actionstringrequired

The action that was performed

proprietorIdstring(uuid)required

ID of the proprietor whose name was updated

typestringrequired

Type of proprietor whose name was updated (INDIVIDUAL or ORGANISATION)

proprietorDetailsobject

Updated proprietor details (type-specific fields)

Show Child Parameters
Example