DEV: https://ncdsafsecsurapp-document-management-service.azurewebsites.net/swagger/index.html
TEST: https://nctsafsecsurapp-document-management-service.azurewebsites.net/swagger/index.html
ACC: https://ncasafsecsurapp-document-management-service.azurewebsites.net/swagger/index.html
PROD: https://pcpsafsecsurapp-document-management-service.azurewebsites.net/swagger/index.html
File to byte array tool: https://cloudmersive.com/convert-file-to-json-byte-array-tool
JSON Request :
English:
{
"userName": "[YourEmail]",
"fileBytes": "[FileBytes]",
"fileName": "NotificationLetter.docx",
"fileContentType": "application/msword",
"submissionMethod": "004",
"fileLanguage": "english"
}
French:
{
"userName": "[YourEmail]",
"fileBytes": "[FileBytes]",
"fileName": "LetterDeNotification.docx",
"fileContentType": "application/msword",
"submissionMethod": "004",
"fileLanguage": "french"
}