Details

    • Type: New Feature
    • Status: Done
    • Priority: Medium
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: Enhancements - Fall
    • Labels:
      None

      Description

      API that can be used to upload files related to a specific candidate.

        Attachments

        1. Candiadate Attachement Data.xls
          8 kB
        2. DMS-1169_ETA.xls
          7 kB
        3. DMS-1169_Updated_API.doc
          21 kB
        4. DMS-1169.doc
          23 kB
        5. DMS-1169.txt
          0.5 kB
        6. DMS-1169.xls
          11 kB
        7. Testcases -DMS-1169.xls
          16 kB

          Activity

          Hide
          Jilna Jilna (Inactive) added a comment - - edited

          Hi Komal Barde

           

          Can you also return the documentId in the response?

           

          Mason Michael Samir Swapnil Pandhare

          Show
          Jilna Jilna (Inactive) added a comment - - edited Hi Komal Barde   Can you also return the documentId  in the response?   Mason Michael Samir Swapnil Pandhare
          Hide
          komal.barde Komal Barde (Inactive) added a comment -

          Hi Harshveer Singh,

          Please find below details of upload file of candidate:

          API Endpoint details:
          HTTP Method : POST
          Host: https://dmsapistage.workterra.net/
          URL : /api/candidate/upload
          Request body(Payload) :

          {

          "companyName": "Company Name",

          "companySourceProduct": "CBSE",

          "companyLanguage": "EN",

          "personEmailAddress": "candidate@acc.com",

          "uploadFileList":

          [

          { "fileName": "file name", "fileDescription": "file description", "fileContent": "base 64 encoded file content", "orderId": "Order ID", "releaseId": "Release ID", " uploaderUserName": "File Uploader user name" }

          ]
          }

          API Response:
          On success below response will be return:

          { "status": "success", "message": "File uploaded successfully.", "errorLevel1": "Information", "code": 201, "description": "File uploaded successfully." }

          Table Structure Used:

          Table Name Column Name Comment
          Person ID This API will check if person with given candidate email address is present in system, if present then upload file against id of that email address or create new person.
          Attachment ID Identify column to refer each file upload. 
          Attachmentdetails DocumentPath  File server path where candidate file is stored.
          Attachmentdetails DocumentName DMS generated file name for upload purpose.
          Attachmentdetails PhysicalDocumentName  Actual file name given by API.
          Attachmentdetails AttachmentId It will refer 'ID' column of 'Attachment' table.
          Useruploadpostcomment PersonID It will refer 'ID' column of 'Person' table. 
          Useruploadpostcomment PostComment This field will store uploaded file description.
          Useruploadpostcomment AttachmentID It will refer 'ID' column of 'Attachment' table. 
          Useruploadpostcomment Uplodername This field will store file up loader name.
          Useruploadpostcomment OrderID This field will store file Order ID.
          Useruploadpostcomment ReleaseID This field will store file Release ID. 

          Thanks,
          Komal

          CC:Swapnil Pandhare, Ganesh Sadawarte, Samir

          Show
          komal.barde Komal Barde (Inactive) added a comment - Hi Harshveer Singh , Please find below details of upload file of candidate: API Endpoint details: HTTP Method : POST Host: https://dmsapistage.workterra.net/ URL : /api/candidate/upload Request body(Payload) : { "companyName": "Company Name", "companySourceProduct": "CBSE", "companyLanguage": "EN", "personEmailAddress": "candidate@acc.com", "uploadFileList": [ { "fileName": "file name", "fileDescription": "file description", "fileContent": "base 64 encoded file content", "orderId": "Order ID", "releaseId": "Release ID", " uploaderUserName": "File Uploader user name" } ] } API Response: On success below response will be return: { "status": "success", "message": "File uploaded successfully.", "errorLevel1": "Information", "code": 201, "description": "File uploaded successfully." } Table Structure Used: Table Name Column Name Comment Person ID This API will check if person with given candidate email address is present in system, if present then upload file against id of that email address or create new person. Attachment ID Identify column to refer each file upload.  Attachmentdetails DocumentPath  File server path where candidate file is stored. Attachmentdetails DocumentName DMS generated file name for upload purpose. Attachmentdetails PhysicalDocumentName  Actual file name given by API. Attachmentdetails AttachmentId It will refer 'ID' column of 'Attachment' table. Useruploadpostcomment PersonID It will refer 'ID' column of 'Person' table.  Useruploadpostcomment PostComment This field will store uploaded file description. Useruploadpostcomment AttachmentID It will refer 'ID' column of 'Attachment' table.  Useruploadpostcomment Uplodername This field will store file up loader name. Useruploadpostcomment OrderID This field will store file Order ID. Useruploadpostcomment ReleaseID This field will store file Release ID.  Thanks, Komal CC: Swapnil Pandhare , Ganesh Sadawarte , Samir
          Show
          komal.barde Komal Barde (Inactive) added a comment - - edited Hi Harshveer Singh , Can you please look into   Jilna 's https://jira.workterra.net/browse/DMS-1169?focusedCommentId=264176&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-264176 comment ? Thanks, Komal CC: Swapnil Pandhare , Ganesh Sadawarte , Samir , Jilna
          Hide
          komal.barde Komal Barde (Inactive) added a comment -

          File base 64 format:

          data:[file type]/[file extension];base64,[base 64 content]

          For eg. "data:file/txt;base64,VGVzdCBmaWxl"

          Link used for getting base 64 content:

          https://www.browserling.com/tools/file-to-base64

          CC: Samir

           

          Show
          komal.barde Komal Barde (Inactive) added a comment - File base 64 format: data: [file type] / [file extension] ;base64, [base 64 content] For eg. "data:file/txt;base64,VGVzdCBmaWxl" Link used for getting base 64 content: https://www.browserling.com/tools/file-to-base64 CC: Samir  
          Hide
          priya.dhamande Priya Dhamande (Inactive) added a comment -

          Environment: OneIM-Preprod
          API: api/candidate/upload

          The API is verified for adding attachment. Able to add successfully. Refer screen capture.

          So, marking jira Done.

          Samir Sachin Hingole Hrishikesh Deshpande Rohan J Khandave Harshveer Singh

          Show
          priya.dhamande Priya Dhamande (Inactive) added a comment - Environment: OneIM-Preprod API: api/candidate/upload The API is verified for adding attachment. Able to add successfully. Refer screen capture. So, marking jira Done. Samir Sachin Hingole Hrishikesh Deshpande Rohan J Khandave Harshveer Singh

            People

            Assignee:
            harshveer.singh Harshveer Singh (Inactive)
            Reporter:
            swapnil.pandhare Swapnil Pandhare (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved:

                Time Tracking

                Estimated:
                Original Estimate - 30h Original Estimate - 30h
                30h
                Remaining:
                Time Spent - 48.5h Remaining Estimate - 8h
                8h
                Logged:
                Time Spent - 48.5h Remaining Estimate - 8h
                48.5h