PUT api/UpdateDelegateList/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

DelegationModel
NameDescriptionTypeAdditional 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
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.