POST api/Hub47/AddvolunteerAction

Request Information

URI Parameters

None.

Body Parameters

InterviewLogs
NameDescriptionTypeAdditional information
VolId

integer

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,
  "Action": "sample string 1",
  "InterviewDate": "2025-01-10T21:18:44.8064312+04:00",
  "Userids": [
    1,
    1
  ],
  "Createdby_empNo": 1,
  "Notes": "sample string 2",
  "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 1</Action>
  <Createdby_empNo>1</Createdby_empNo>
  <EmailTemplateId>1</EmailTemplateId>
  <InterviewDate>2025-01-10T21:18:44.8064312+04:00</InterviewDate>
  <Notes>sample string 2</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>
</Hub47Controller.InterviewLogs>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.