PMS REST API
Online documentation
SetMemberShipRequest
Inheritance: HotelRequestBase
Request for setting a new MemberShip or update MemberShip
| Property Name | Type | Description |
| ProfileID | long? | Unique id of Profile |
| ProfileMembershipID | int? | Unique id of MembershipID |
| MembershipShortDesc | string | Will be set this MembershipShortDesc |
| MembershipValue | string | Will be set this MembershipValue |
| MembershipName | string | Will be set this MembershipName |
| ActionType | ActionType3Enum ? | Data Action to take |
| MembershipLevel | string | only for Opera |
| HotelCode | string | Destination hotel id or code. |
| Language | string | If specified, response will be translated based on the language code. |
| AuthData | AuthData | Request authentication info. If Http header authentication data is specified, this data is overridden |

