POST api/UserManagement/InsertTaskListData
Request Information
URI Parameters
None.
Body Parameters
HRCcompliancTaskInputview| Name | Description | Type | Additional information |
|---|---|---|---|
| Workorder_Code | integer |
None. |
|
| Task_Code | integer |
None. |
|
| Remark | string |
None. |
|
| Amount | decimal number |
None. |
|
| NoOfSubscription | integer |
None. |
|
| UserID | integer |
None. |
|
| RoleCode | integer |
None. |
|
| Status | integer |
None. |
|
| ActualDate | date |
None. |
|
| UnskillTotal | integer |
None. |
|
| HighSkillTotal | integer |
None. |
|
| SkillTotal | integer |
None. |
|
| SemiSkillTotal | integer |
None. |
|
| StaffTotal | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Workorder_Code": 1,
"Task_Code": 2,
"Remark": "sample string 3",
"Amount": 4.1,
"NoOfSubscription": 5,
"UserID": 6,
"RoleCode": 7,
"Status": 8,
"ActualDate": "2025-12-28T06:18:03.0294882+00:00",
"UnskillTotal": 1,
"HighSkillTotal": 1,
"SkillTotal": 1,
"SemiSkillTotal": 1,
"StaffTotal": 1
}
application/xml, text/xml
Sample:
<HRCcompliancTaskInputview xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModelHRMS"> <ActualDate>2025-12-28T06:18:03.0294882+00:00</ActualDate> <Amount>4.1</Amount> <HighSkillTotal>1</HighSkillTotal> <NoOfSubscription>5</NoOfSubscription> <Remark>sample string 3</Remark> <RoleCode>7</RoleCode> <SemiSkillTotal>1</SemiSkillTotal> <SkillTotal>1</SkillTotal> <StaffTotal>1</StaffTotal> <Status>8</Status> <Task_Code>2</Task_Code> <UnskillTotal>1</UnskillTotal> <UserID>6</UserID> <Workorder_Code>1</Workorder_Code> </HRCcompliancTaskInputview>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />