An application can be manually signed via the API. Before sending a manual signing request, the signed PDF must be uploaded to the system via the [Attachment Upload API]
Authorization: Bearer ********************curl --location --request POST '/api/boarding-application/233/sign/external' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/plain' \
--data-raw '{
"signedBoardingApplication": <uploadedAttachmentId>,
"signingCertificate": {
"<principalId>": <uploadedAttachmentId>
},
"documentType": "Acquiring",
"ip": {
"<principalId>": "192.158.1.38",
"<principalId>": "192.158.1.39"
}
}'{}