You can use this endpoint to execute all necessary operations in the Fee section of the Boarding Application. You can do the following:List all the fees in the Fee section
View a single fee in the Fee section
Update a single or multiple fees in the Fee section (except Other Fees)
| Fields | Description | Type | Filterable | Required | Readonly |
|---|
| id | Unique ID of the fee line item for the specific Boarding Application | Integer | No | Yes | Yes |
| type | Object | Object | No | No | Yes |
| type.id | This is a relation to the ID of fee line item Fees | Integer | No | No | Yes |
| type.name | Name of the Fee | String | No | No | Yes |
| type.type | Fee value type percent, amount, boolean | ENUM | No | No | No |
| value | The value for the fee line item on the specific Boarding Application | Integer | No | Yes | No |
Modified at 2025-08-09 05:39:42