POST api/UserManagement/UpdateDesignation

Request Information

URI Parameters

None.

Body Parameters

DesignationView
NameDescriptionTypeAdditional information
Designation_Code

integer

None.

Sys_Code

string

None.

Name

string

None.

ShortCode

string

None.

ShortName

string

None.

Company_Code

integer

None.

Level_Code

integer

None.

Grade_Code

integer

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:
{
  "Designation_Code": 1,
  "Sys_Code": "sample string 2",
  "Name": "sample string 3",
  "ShortCode": "sample string 4",
  "ShortName": "sample string 5",
  "Company_Code": 6,
  "Level_Code": 7,
  "Grade_Code": 8,
  "CreatedDate": "2026-06-19T08:56:10.0989658+00:00",
  "CreateBy": 1,
  "ModifiedDate": "2026-06-19T08:56:10.0989658+00:00",
  "ModifiedBy": 1,
  "IsActive": true,
  "IsDelete": true,
  "IsSync": true
}

application/xml, text/xml

Sample:
<DesignationView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModelHRMS">
  <Company_Code>6</Company_Code>
  <CreateBy>1</CreateBy>
  <CreatedDate>2026-06-19T08:56:10.0989658+00:00</CreatedDate>
  <Designation_Code>1</Designation_Code>
  <Grade_Code>8</Grade_Code>
  <IsActive>true</IsActive>
  <IsDelete>true</IsDelete>
  <IsSync>true</IsSync>
  <Level_Code>7</Level_Code>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedDate>2026-06-19T08:56:10.0989658+00:00</ModifiedDate>
  <Name>sample string 3</Name>
  <ShortCode>sample string 4</ShortCode>
  <ShortName>sample string 5</ShortName>
  <Sys_Code>sample string 2</Sys_Code>
</DesignationView>

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>