POST api/UserManagement/UpdateMasterItemIsSystem

Request Information

URI Parameters

None.

Body Parameters

MasterItemListView
NameDescriptionTypeAdditional information
MasterItem_Code

integer

None.

Sys_Code

string

None.

GeneralMaster_Code

integer

None.

Name

string

None.

ShortCode

string

None.

ShortName

string

None.

Description

string

None.

Priority

integer

None.

Parent_Code

integer

None.

IsSystem

boolean

None.

IsHide

boolean

None.

IsEditable

boolean

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:
{
  "MasterItem_Code": 1,
  "Sys_Code": "sample string 2",
  "GeneralMaster_Code": 3,
  "Name": "sample string 4",
  "ShortCode": "sample string 5",
  "ShortName": "sample string 6",
  "Description": "sample string 7",
  "Priority": 1,
  "Parent_Code": 1,
  "IsSystem": true,
  "IsHide": true,
  "IsEditable": true,
  "CreatedDate": "2026-06-19T08:56:09.0142803+00:00",
  "CreateBy": 1,
  "ModifiedDate": "2026-06-19T08:56:09.0142803+00:00",
  "ModifiedBy": 1,
  "IsActive": true,
  "IsDelete": true,
  "IsSync": true
}

application/xml, text/xml

Sample:
<MasterItemListView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModelHRMS">
  <CreateBy>1</CreateBy>
  <CreatedDate>2026-06-19T08:56:09.0142803+00:00</CreatedDate>
  <Description>sample string 7</Description>
  <GeneralMaster_Code>3</GeneralMaster_Code>
  <IsActive>true</IsActive>
  <IsDelete>true</IsDelete>
  <IsEditable>true</IsEditable>
  <IsHide>true</IsHide>
  <IsSync>true</IsSync>
  <IsSystem>true</IsSystem>
  <MasterItem_Code>1</MasterItem_Code>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedDate>2026-06-19T08:56:09.0142803+00:00</ModifiedDate>
  <Name>sample string 4</Name>
  <Parent_Code>1</Parent_Code>
  <Priority>1</Priority>
  <ShortCode>sample string 5</ShortCode>
  <ShortName>sample string 6</ShortName>
  <Sys_Code>sample string 2</Sys_Code>
</MasterItemListView>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response 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>