This endpoint is used for all the supporting documents on a Boarding Application. There are several things to consider with documents on a Boarding Application.1.
The process begins by utilizing one of our upload methods via the Attachments endpoint. 2.
Each attachment needs to be assigned to a Boarding Application and categorized with about.id. (See Attachment About) Assigning an about.id tells us what the attached document contains. IMPORTANT It is important to note that the drivers license category with about.id 6 needs an additional principal.id, since more than one principals can exist on a Boarding Application.
NOTE We allow more than one about.id to be set to an attachment when you are uploading a larger document that has more information in it.
| Fields | Description | Type | Filterable | Required | Readonly |
|---|
| attachment | Object | Object | No | No | Yes |
| attachment.id | Relation to the ID of the attachment | Integer | No | No | Yes |
| about | Object | Object | No | No | Yes |
| about.id | ID of the about | String | No | No | Yes |
| principal | Object | String | No | No | Yes |
| principal.id | Principal ID on the Boarding Application | String | No | No | Yes |
You can use this endpoint to execute all necessary operations in the Documents section of the Boarding Application. You can do the following:View all assigned documents to a Boarding Application
Assign documents to a Boarding Application
Update documents to a Boarding Application
Delete documents in a Boarding Application
Modified at 2025-08-09 05:39:42