PMS REST API
Online documentation
ProfileCategory
Hardcoded profile category that is same for all hotel systems (Suite8,opera).
At the serverside; internal conversion is done by the providers automatically.
for Suite8: this type merges Suite8 profile type and (internal) profile category.
Suite8 internal profile category is aliased as profile category in xml interface (but they're different in db level). So, they have the same meaning in this RestApi project.
for opera: all this type members have a corresponfing hardcoded NAMETYPE values.
| Property Name | Type | Description |
| 1 | Company |
This profile is a company. in the backend, this value is converted as; for opera : NAME_TYPE = COMPANY for Suite8 : profiletype=1 (company), and (internal) profilecategory = 1 (Company) |
| 2 | TravelAgent |
This profile is a travel agent. in the backend, this value is converted as; for opera : NAME_TYPE = TRAVEL_AGENT for Suite8 : profiletype=1 (company), and (internal) profilecategory = 2 (travel agent) |
| 3 | Source |
This profile is a source. in the backend, this value is converted as; for opera : NAME_TYPE = S OWS is not sending this value, but it's in the database and available for the active opera user. for Suite8 : profiletype=1 (company), and (internal) profilecategory = 3 (source) |
| 4 | Individual |
This profile is an individual. in the backend, this value is converted as; for opera : NAME_TYPE = D for Suite8 : profiletype=2 (individual), and (internal) profilecategory = 4 (individual) |

