objects info updated

This commit is contained in:
jp-karthik 2022-05-29 15:09:32 +05:30
parent 08172313d5
commit c8f6400892
1 changed files with 18 additions and 6 deletions

View File

@ -915,6 +915,9 @@ Request_Body:
} }
``` ```
> Headers <br>
> Authorization: "Bearer {tokenID}"
### Response ### Response
Response is a Json with these fields Response is a Json with these fields
@ -951,7 +954,7 @@ Request_Body:
```json ```json
{ {
"applications_id": "Q54IRZZMC3RP8F6", "applications_id": "F28IRGGMC3RP8Y8",
"student_id": "200010022", "student_id": "200010022",
"opening_id": "Q54IRZZMC3RP8F6", "opening_id": "Q54IRZZMC3RP8F6",
"additional_info": { "additional_info": {
@ -962,6 +965,9 @@ Request_Body:
} }
``` ```
> Headers <br>
> Authorization: "Bearer {tokenID}"
### Response ### Response
Response is a Json with these fields Response is a Json with these fields
@ -998,6 +1004,9 @@ Request_Body:
} }
``` ```
> Headers <br>
> Authorization: "Bearer {tokenID}"
### Response ### Response
Response is a Json with these fields Response is a Json with these fields
@ -1031,12 +1040,12 @@ Request_Body:
```json ```json
{ {
"company_name": , "company_name": "Geeks for Geeks",
"compensation_gross": , "compensation_gross": "1000000",
"offer_accepted": , "offer_accepted": "true",
"student_id": "200010022", "student_id": "200010022",
"designation": , "designation": "Technical Content Writer",
"tier": , "tier": "4"
} }
``` ```
@ -1077,6 +1086,9 @@ Request_Body:
} }
``` ```
> Headers <br>
> Authorization: "Bearer {tokenID}"
### Response ### Response
Response is a Json with these fields Response is a Json with these fields