POST api/Hub47/volunteerAdminAction
Request Information
URI Parameters
None.
Body Parameters
volunteerAdminActionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| VolId | integer |
None. |
|
| Action | string |
None. |
|
| Createdby_empNo | integer |
None. |
|
| Notes | string |
None. |
|
| EmailTemplateId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"VolId": 1,
"Action": "sample string 1",
"Createdby_empNo": 1,
"Notes": "sample string 2",
"EmailTemplateId": 1
}
application/xml, text/xml
Sample:
<Hub47Controller.volunteerAdminActionModel 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> <Notes>sample string 2</Notes> <VolId>1</VolId> </Hub47Controller.volunteerAdminActionModel>
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. |