PUT api/UpdateDelegateList/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
DelegationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ModuleId | integer |
None. |
|
| RequestId | integer |
None. |
|
| DelegationHistoryId | integer |
None. |
|
| AssignedFrom | integer |
None. |
|
| AssignedTo | integer |
None. |
|
| DelegationStart | date |
None. |
|
| DelegationEnd | date |
None. |
|
| UserAssigned | integer |
None. |
|
| ListMenu | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ModuleId": 1,
"RequestId": 2,
"DelegationHistoryId": 1,
"AssignedFrom": 1,
"AssignedTo": 1,
"DelegationStart": "2026-04-19T12:32:17.8376047+07:00",
"DelegationEnd": "2026-04-19T12:32:17.8376047+07:00",
"UserAssigned": 1,
"ListMenu": "sample string 3"
}
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. |