POST api/School/AddCandidateActivity
Request Information
URI Parameters
None.
Body Parameters
CandidateActivityEntityName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
CandidateProfileId | integer |
None. |
|
SchoolId | integer |
None. |
|
VisitedDate | date |
None. |
|
Status | integer |
None. |
|
CreatedOn | date |
None. |
|
CreatedBy | string |
String length: inclusive between 0 and 256 |
|
ModifiedOn | date |
None. |
|
ModifiedBy | string |
String length: inclusive between 0 and 256 |
|
EntityState | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "CandidateProfileId": 2, "SchoolId": 3, "VisitedDate": "2025-04-18T03:19:06.0168229+05:30", "Status": 5, "CreatedOn": "2025-04-18T03:19:06.0168229+05:30", "CreatedBy": "sample string 6", "ModifiedOn": "2025-04-18T03:19:06.0168229+05:30", "ModifiedBy": "sample string 7", "EntityState": 8 }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.