POST api/Hub47/AddVolunteerActionbluk
Request Information
URI Parameters
None.
Body Parameters
InterviewLogs| Name | Description | Type | Additional information |
|---|---|---|---|
| VolId | integer |
None. |
|
| VolIdbluk | string |
None. |
|
| Action | string |
None. |
|
| InterviewDate | date |
None. |
|
| Userids | Collection of integer |
None. |
|
| Createdby_empNo | integer |
None. |
|
| Notes | string |
None. |
|
| EmailTemplateId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"VolId": 1,
"VolIdbluk": "sample string 1",
"Action": "sample string 2",
"InterviewDate": "2025-11-06T13:28:21.1885075+04:00",
"Userids": [
1,
1
],
"Createdby_empNo": 1,
"Notes": "sample string 3",
"EmailTemplateId": 1
}
application/xml, text/xml
Sample:
<Hub47Controller.InterviewLogs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaskManagementServices.Controllers">
<Action>sample string 2</Action>
<Createdby_empNo>1</Createdby_empNo>
<EmailTemplateId>1</EmailTemplateId>
<InterviewDate>2025-11-06T13:28:21.1885075+04:00</InterviewDate>
<Notes>sample string 3</Notes>
<Userids xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:int>1</d2p1:int>
<d2p1:int>1</d2p1:int>
</Userids>
<VolId>1</VolId>
<VolIdbluk>sample string 1</VolIdbluk>
</Hub47Controller.InterviewLogs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |