POST api/Hub47/start-evaluation
Request Information
URI Parameters
None.
Body Parameters
EvaluationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| StartupId | integer |
None. |
|
| VolunteerIds | Collection of integer |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| Notes | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StartupId": 1,
"VolunteerIds": [
1,
2
],
"FromDate": "2026-07-14T05:10:32.2954481+04:00",
"ToDate": "2026-07-14T05:10:32.2954481+04:00",
"Notes": "sample string 4"
}
application/xml, text/xml
Sample:
<EvaluationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaskManagementServices.Models">
<FromDate>2026-07-14T05:10:32.2954481+04:00</FromDate>
<Notes>sample string 4</Notes>
<StartupId>1</StartupId>
<ToDate>2026-07-14T05:10:32.2954481+04:00</ToDate>
<VolunteerIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</VolunteerIds>
</EvaluationRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.