# Names

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [ContactInfo](/connectivity/docs/api-reference/contactinfo)/`Names` | Names of a contact person. | array of [Name](/connectivity/docs/api-reference/name) | 0..1 | - |
| `Names`/[Name](/connectivity/docs/api-reference/name) | First name/last name/gender details. | object | 0..1 | - |


## XML


```xml
<Names>
  <Name ... >
    ...
  </Name>
</Names>
```

## Related endpoints

* [/ota/OTA_HotelDescriptiveContentNotif](/connectivity/docs/ota-hoteldescriptivecontentnotif)