about.id [1,2] for "Other" and "Voided Check"NOTE We allow more than one about.idto be set to an attachment when you are uploading a larger document that has more information in it.
Authorization: Bearer ********************{
"attachment": {
"id": 1916
},
"about": [
1,
2
]
}curl --location --request POST '/api/boarding-application/607/document' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"attachment": {
"id": 1916
},
"about": [
1,
2
]
}'{
"attachment": {
"id": 1916
},
"about": [
1,
2
],
"principal": {
"id": null
}
}