v1
latestOpenAPI 3.0.12026-07-245277551.2 MBProfilePerson
Create a new person relationship for a profile
Create a relationship between this profile and a person/guest
post/group-profile/v1/profiles/{profileId}/persons
Path parameters
profileIdinteger required
Entity ID
Headers
x-property-idinteger
Property ID
x-organization-idinteger required
Organization ID
Request body
Example request
{
"relationshipType": "PRIMARY",
"role": "BOOKING_COORDINATOR"
}Response
Person relationship created successfully
Example response
{
"relationshipType": "PRIMARY",
"role": "BOOKING_COORDINATOR"
}