Membership Items REST Endpoints

Talent Person Profiles/Membership Sections/Membership Items
The membershipItems resource is the child of the membershipSections resource. It provides the list of the membership items within a membership section for a person.
Create a membership item
Method: post
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/membershipSections/{ProfileSectionId11}/child/membershipItems
Delete a membership item
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/membershipSections/{ProfileSectionId11}/child/membershipItems/{MembershipId}
Get a membership item
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/membershipSections/{ProfileSectionId11}/child/membershipItems/{MembershipId}
Get all membership items
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/membershipSections/{ProfileSectionId11}/child/membershipItems
Update a membership item
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/membershipSections/{ProfileSectionId11}/child/membershipItems/{MembershipId}