POST api/Hub47/AddUserActiononvolunteer
Request Information
URI Parameters
None.
Body Parameters
Hub_VolAssignto| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| VolunteerId | integer |
None. |
|
| TaskId | integer |
None. |
|
| AssignUserId | string |
None. |
|
| Status | string |
None. |
|
| Notes | string |
None. |
|
| EntryDate | date |
None. |
|
| UpdateDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"VolunteerId": 1,
"TaskId": 1,
"AssignUserId": "sample string 2",
"Status": "sample string 3",
"Notes": "sample string 4",
"EntryDate": "2025-11-06T13:26:19.2823577+04:00",
"UpdateDate": "2025-11-06T13:26:19.2823577+04:00"
}
application/xml, text/xml
Sample:
<Hub_VolAssignto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaskManagementServices.Models"> <AssignUserId>sample string 2</AssignUserId> <EntryDate>2025-11-06T13:26:19.2823577+04:00</EntryDate> <ID>1</ID> <Notes>sample string 4</Notes> <Status>sample string 3</Status> <TaskId>1</TaskId> <UpdateDate>2025-11-06T13:26:19.2823577+04:00</UpdateDate> <VolunteerId>1</VolunteerId> </Hub_VolAssignto>
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. |