PMS REST API
Online documentation
SetProfileRequest
Inheritance: HotelRequestBase
Request for to insert a new profile or update the Profile that refereced by ProfileID
| Property Name | Type | Description |
| Profile | Profile | If ProfileID is set, service'll update the referenced profile, if it's null then service will insert a new profile and return the inserted profile id. |
| FieldNamesToUpdate | List<string> |
Only for Suite8 The fields that should be updated if Profile should be updated. If is null or empty all NOT NULL FIELDS will be updated. Not needed for new guest comment |
| TryToMerge | bool? |
works for only v8 profile inserts. on a new profile insert request, if this is true and also if the system finds an exact same profile (based on merge configuration in the base system), then, system will try to merge the new profile with the existing one and return the exitsitng profile id |
| 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 |

