POST delegation/save
Request Information
URI Parameters
None.
Body Parameters
DelegationVm| Name | Description | Type | Additional information |
|---|---|---|---|
| DelegatorId | string |
None. |
|
| DelegateeId | string |
None. |
|
| Delegator | string |
None. |
|
| Delegatee | string |
None. |
|
| DateStart | date |
None. |
|
| DateStartDisplay | string |
None. |
|
| DateStartCalendar | string |
None. |
|
| DateStartInput | string |
None. |
|
| DateEnd | date |
None. |
|
| DateEndDisplay | string |
None. |
|
| DateEndCalendar | string |
None. |
|
| DateEndInput | string |
None. |
|
| WorkflowTypes | Collection of string |
None. |
|
| WorkflowTypesDisplay | string |
None. |
|
| Token | string |
None. |
|
| Id | string |
None. |
|
| IsActive | boolean |
None. |
|
| Company | string |
None. |
|
| Search | string |
None. |
|
| CurrentPage | integer |
None. |
|
| TotalPage | integer |
None. |
|
| SizePerPage | integer |
None. |
|
| SortBy | string |
None. |
|
| searchFilter | Collection of ColFilter |
None. |
Request Formats
application/json, text/json
Sample:
{
"DelegatorId": "sample string 1",
"DelegateeId": "sample string 2",
"Delegator": "sample string 3",
"Delegatee": "sample string 4",
"DateStart": "2025-12-22T19:00:40.589724+08:00",
"DateStartDisplay": "22/12/2025",
"DateStartCalendar": "2025-12-22",
"DateStartInput": "sample string 6",
"DateEnd": "2025-12-22T19:00:40.5907247+08:00",
"DateEndDisplay": "22/12/2025",
"DateEndCalendar": "2025-12-22",
"DateEndInput": "sample string 7",
"WorkflowTypes": [
"sample string 1",
"sample string 2"
],
"WorkflowTypesDisplay": "sample string 8",
"Token": "sample string 9",
"Id": "sample string 10",
"IsActive": true,
"Company": "sample string 12",
"Search": "sample string 13",
"CurrentPage": 14,
"TotalPage": 15,
"SizePerPage": 16,
"SortBy": "sample string 17",
"searchFilter": [
{
"name": "sample string 1",
"val": [
"sample string 1",
"sample string 2"
]
},
{
"name": "sample string 1",
"val": [
"sample string 1",
"sample string 2"
]
}
]
}
application/xml, text/xml
Sample:
<DelegationVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BoardRoom.ViewModels">
<Company>sample string 12</Company>
<CurrentPage>14</CurrentPage>
<Id>sample string 10</Id>
<IsActive>true</IsActive>
<Search>sample string 13</Search>
<SizePerPage>16</SizePerPage>
<SortBy>sample string 17</SortBy>
<Token>sample string 9</Token>
<TotalPage>15</TotalPage>
<searchFilter>
<ColFilter>
<name>sample string 1</name>
<val xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</val>
</ColFilter>
<ColFilter>
<name>sample string 1</name>
<val xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</val>
</ColFilter>
</searchFilter>
<DateEnd>2025-12-22T19:00:40.5907247+08:00</DateEnd>
<DateEndInput>sample string 7</DateEndInput>
<DateStart>2025-12-22T19:00:40.589724+08:00</DateStart>
<DateStartInput>sample string 6</DateStartInput>
<Delegatee>sample string 4</Delegatee>
<DelegateeId>sample string 2</DelegateeId>
<Delegator>sample string 3</Delegator>
<DelegatorId>sample string 1</DelegatorId>
<WorkflowTypes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</WorkflowTypes>
<WorkflowTypesDisplay>sample string 8</WorkflowTypesDisplay>
</DelegationVm>
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. |