object details updated

This commit is contained in:
jp-karthik 2022-05-29 15:18:01 +05:30
parent c8f6400892
commit 2c5b3ad44f
1 changed files with 12 additions and 3 deletions

View File

@ -1015,7 +1015,7 @@ Response is a Json with these fields
{ {
"action": "Create CSV", "action": "Create CSV",
"message": "CSV Created", "message": "CSV Created",
"file": "" "file": "csv_file_link"
} }
``` ```
@ -1097,8 +1097,17 @@ Response is a Json with these fields
{ {
"action": "Get Student Application", "action": "Get Student Application",
"application_found": "true", "application_found": "true",
"application_info": {}, "application_info": {
"student_details": {} "id": "F28IRGGMC3RP8Y8",
"additional_info": ,
"resume": "resume_link"
},
"student_details": {
"name": "John",
"batch": "2020",
"branch": "MMAE",
"resume_list":
}
} }
``` ```