PMS REST API
Online documentation
SetProfileResponse
Inheritance: ResponseBase
Set Profile response returns ProfileIdentity and IsInserted
| Property Name | Type | Description |
| ProfileID | long? * [Deprecated] Use ProfileIdentity instead | local hotel profile ID |
| UserID | Guid? * [Deprecated] Use ProfileIdentity instead | chain-wide global user ID |
| ProfileIdentity | ProfileIdentity | Identity of Profile (Email and HotelCode) |
| IsInserted | bool | If profile already inserted returns true |

