object details updated
This commit is contained in:
parent
9bb7de7a7d
commit
15ed38cfd6
|
@ -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":
|
||||||
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue