Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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"
}

  • No labels