Concepts
Capacity
Kapasite operasyonel yolcu sayısından türetilir; dolu program gizlenmez.
Capacity
| Field | Type | Description | |
|---|---|---|---|
total |
integer | required | Program capacity from the tour document |
used |
integer | required | Operational passenger enrollments only. Terminal statuses and program_staff are excluded. |
remaining |
integer | required | max(0, total - used). Zero does not hide the program. |
totalprogram kapasitesidir.usedyalnızca operasyonel yolcu kayıtlarıdır. Terminal kayıtlar ve program personeli hariçtir.remaining = max(0, total - used).remaining = 0programı gizlemez.