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
Hi Komal Barde
Can you also return the documentId in the response?
Mason Michael Samir Swapnil Pandhare