> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ShipmentTypeReservation table

> ShipmentTypes a person has reserved against. Note that the absense of a record here implies acceptance of a mailings of this type

## ShipmentTypeReservation Table (513)

ShipmentTypes a person has reserved against. Note that the absense of a record here implies acceptance of a mailings of this type

## Fields

| Name                        | Description                           | Type                                  | Nullable |
| --------------------------- | ------------------------------------- | ------------------------------------- | :------: |
| ShipmentTypeReservation\_id | Primary key                           | PK                                    |    No    |
| person\_id                  | Owning person                         | FK [person](./person.mdx)             |    No    |
| ShipmentType\_id            | Shipment type to reserve against      | FK [ShipmentType](./shipmenttype.mdx) |    No    |
| registered                  | Registered when                       | UtcDateTime                           |    No    |
| registered\_associate\_id   | Registered by whom                    | FK [associate](./associate.mdx)       |    No    |
| updated                     | Last updated when                     | UtcDateTime                           |    No    |
| updated\_associate\_id      | Last updated by whom                  | FK [associate](./associate.mdx)       |    No    |
| updatedCount                | Number of updates made to this record | UShort                                |    No    |

<img src="https://mintcdn.com/superofficeas/3ZhivzBeXAvFeVZx/media/loc/en/database/tables/ShipmentTypeReservation.png?fit=max&auto=format&n=3ZhivzBeXAvFeVZx&q=85&s=2632071ac1d9eaee77173ef19414da7a" alt="ShipmentTypeReservation table relationship diagram" width="738" height="738" data-path="media/loc/en/database/tables/ShipmentTypeReservation.png" />

## Indexes

| Fields                       | Types  | Description |
| ---------------------------- | ------ | ----------- |
| person\_id                   | FK     | Index       |
| ShipmentType\_id, person\_id | FK, FK | Index       |

## Relationships

| Table                          | Description                                                                                      |
| ------------------------------ | ------------------------------------------------------------------------------------------------ |
| [associate](./associate)       | Employees, resources and other users - except for External persons                               |
| [person](./person)             | Persons                                                                                          |
| [ShipmentType](./shipmenttype) | Shipment type list table. Classification of a mailing, allowing recipients to subscribe to lists |

## Replication Flags

* Area Management controlled table. Contents replicated to satellites and traveller databases.
* Replicate changes UP from satellites and travellers back to central.
* Copy to satellite and travel prototypes.

## Security Flags

* No access control via user's Role.


## Related topics

- [What's new in version 10.3.9.718](/release-notes/database/changes-10.3.9.md)
- [What's new in version 10.5.1.1092](/release-notes/database/changes-10.5.1.md)
- [What's new in version 10.5.2.435](/release-notes/database/changes-10.5.2.md)
- [What's new in version 10.5.3.711](/release-notes/database/changes-10.5.3.md)
- [What's new in version 10.5.4.867](/release-notes/database/changes-10.5.4.md)
- [What's new in version 10.5.5.982](/release-notes/database/changes-10.5.5.md)
