SetAddressForParticipantMembershipInput
Input to rotate the ATTACHED_TO relationship: end-date any current address on the membership, then attach the given address.
Fields
| Field | Type | Description |
|---|---|---|
addressId | UUID! | The ID of the Address to attach. The address must be active. |
fromDate | DateTime | Start date for the new ATTACHED_TO relationship. Defaults to request date. |
participantMembershipId | UUID! | The ID of the ParticipantMembership to set the address for. |
termReason | String | Reason for end-dating the previous ATTACHED_TO, if any. |
thruDate | DateTime | End date for the new ATTACHED_TO relationship. |