POST api/UserManagement/InsertRequestData

Request Information

URI Parameters

None.

Body Parameters

RequestView
NameDescriptionTypeAdditional information
RequestType_Code

integer

None.

Sys_Code

string

None.

Name

string

None.

ShortCode

string

None.

ShortName

string

None.

RequestTypeMasterItem_Code

integer

None.

Module_Code

integer

None.

RefTableName

string

None.

HindiName

string

None.

OthreLanguage

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:
{
  "RequestType_Code": 1,
  "Sys_Code": "sample string 2",
  "Name": "sample string 3",
  "ShortCode": "sample string 4",
  "ShortName": "sample string 5",
  "RequestTypeMasterItem_Code": 6,
  "Module_Code": 1,
  "RefTableName": "sample string 7",
  "HindiName": "sample string 8",
  "OthreLanguage": "sample string 9",
  "CreatedDate": "2025-12-28T06:18:51.7725082+00:00",
  "CreateBy": 1,
  "ModifiedDate": "2025-12-28T06:18:51.7725082+00:00",
  "ModifiedBy": 1,
  "IsActive": true,
  "IsDelete": true,
  "IsSync": true
}

application/xml, text/xml

Sample:
<RequestView 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:51.7725082+00:00</CreatedDate>
  <HindiName>sample string 8</HindiName>
  <IsActive>true</IsActive>
  <IsDelete>true</IsDelete>
  <IsSync>true</IsSync>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedDate>2025-12-28T06:18:51.7725082+00:00</ModifiedDate>
  <Module_Code>1</Module_Code>
  <Name>sample string 3</Name>
  <OthreLanguage>sample string 9</OthreLanguage>
  <RefTableName>sample string 7</RefTableName>
  <RequestTypeMasterItem_Code>6</RequestTypeMasterItem_Code>
  <RequestType_Code>1</RequestType_Code>
  <ShortCode>sample string 4</ShortCode>
  <ShortName>sample string 5</ShortName>
  <Sys_Code>sample string 2</Sys_Code>
</RequestView>

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>