POST api/UserManagement/UpdateTimeFormat
Request Information
URI Parameters
None.
Body Parameters
TimeFormatView| Name | Description | Type | Additional information |
|---|---|---|---|
| TimeFormat_Code | integer |
None. |
|
| Sys_Code | string |
None. |
|
| TimeFormat | string |
None. |
|
| CreatedDate | date |
None. |
|
| CreateBy | integer |
None. |
|
| ModifiedDate | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| IsActive | boolean |
None. |
|
| IsDelete | boolean |
None. |
|
| IsSync | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"TimeFormat_Code": 1,
"Sys_Code": "sample string 2",
"TimeFormat": "sample string 3",
"CreatedDate": "2025-12-28T06:18:55.4729331+00:00",
"CreateBy": 1,
"ModifiedDate": "2025-12-28T06:18:55.4729331+00:00",
"ModifiedBy": 1,
"IsActive": true,
"IsDelete": true,
"IsSync": true
}
application/xml, text/xml
Sample:
<TimeFormatView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModelHRMS"> <CreateBy>1</CreateBy> <CreatedDate>2025-12-28T06:18:55.4729331+00:00</CreatedDate> <IsActive>true</IsActive> <IsDelete>true</IsDelete> <IsSync>true</IsSync> <ModifiedBy>1</ModifiedBy> <ModifiedDate>2025-12-28T06:18:55.4729331+00:00</ModifiedDate> <Sys_Code>sample string 2</Sys_Code> <TimeFormat>sample string 3</TimeFormat> <TimeFormat_Code>1</TimeFormat_Code> </TimeFormatView>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>