POST api/StaffWorkType/UpdateStaffWorkType
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"WorkType": "sample string 1",
"WorkName": "sample string 2",
"CDate": "2026-04-12T20:13:51.2955867+07:00",
"Percentage": 4.0,
"BranchId": "sample string 5",
"BranchName": "sample string 6",
"BranchIndex": "sample string 7",
"ApplyFrom": "2026-04-12T20:13:51.2955867+07:00",
"ApplyTo": "2026-04-12T20:13:51.2955867+07:00",
"Id": 10,
"ApplyFromView": "sample string 11",
"ApplyToView": "sample string 12",
"CreatedDate": "2026-04-12T20:13:51.3055843+07:00",
"CreatedUser": "sample string 14",
"InUse": 15,
"UpdatedDate": "2026-04-12T20:13:51.3055843+07:00",
"UpdatedUser": "sample string 16",
"DeletedUser": "sample string 17",
"DeletedDate": "2026-04-12T20:13:51.3055843+07:00"
}
application/xml, text/xml
Sample:
<StaffWorkTypeBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MLO"> <CreatedDate>2026-04-12T20:13:51.3055843+07:00</CreatedDate> <CreatedUser>sample string 14</CreatedUser> <DeletedDate>2026-04-12T20:13:51.3055843+07:00</DeletedDate> <DeletedUser>sample string 17</DeletedUser> <InUse>15</InUse> <UpdatedDate>2026-04-12T20:13:51.3055843+07:00</UpdatedDate> <UpdatedUser>sample string 16</UpdatedUser> <ApplyFrom>2026-04-12T20:13:51.2955867+07:00</ApplyFrom> <ApplyFromView>sample string 11</ApplyFromView> <ApplyTo>2026-04-12T20:13:51.2955867+07:00</ApplyTo> <ApplyToView>sample string 12</ApplyToView> <BranchId>sample string 5</BranchId> <BranchIndex>sample string 7</BranchIndex> <BranchName>sample string 6</BranchName> <CDate>2026-04-12T20:13:51.2955867+07:00</CDate> <Id>10</Id> <Percentage>4</Percentage> <WorkName>sample string 2</WorkName> <WorkType>sample string 1</WorkType> </StaffWorkTypeBO>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"Data": {}
}
application/xml, text/xml
Sample:
<ResultObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MLO"> <Data /> <Message>sample string 2</Message> <Success>true</Success> </ResultObject>