POST api/genEmployeeGroup/Save

Request Information

URI Parameters

None.

Body Parameters

genEmployeeGroup
NameDescriptionTypeAdditional information
ActionTypeId

byte

None.

AlteredOn

date

None.

CreatedOn

date

None.

EmployeeGroupId

integer

None.

CompanyId

integer

None.

AlteredById

integer

None.

CreatedById

integer

None.

OrginizationId

integer

None.

UserLogId

integer

None.

EmployeeGroupName

string

None.

EmployeeGroupPrefix

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ActionTypeId": 64,
  "AlteredOn": "2025-10-29T13:06:01.8333665+05:00",
  "CreatedOn": "2025-10-29T13:06:01.8333665+05:00",
  "EmployeeGroupId": 4,
  "CompanyId": 5,
  "AlteredById": 6,
  "CreatedById": 7,
  "OrginizationId": 8,
  "UserLogId": 9,
  "EmployeeGroupName": "sample string 10",
  "EmployeeGroupPrefix": "sample string 11"
}

application/xml, text/xml

Sample:
<genEmployeeGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.HRM.ProfileManagement">
  <ActionTypeId>64</ActionTypeId>
  <AlteredById>6</AlteredById>
  <AlteredOn>2025-10-29T13:06:01.8333665+05:00</AlteredOn>
  <CompanyId>5</CompanyId>
  <CreatedById>7</CreatedById>
  <CreatedOn>2025-10-29T13:06:01.8333665+05:00</CreatedOn>
  <EmployeeGroupId>4</EmployeeGroupId>
  <EmployeeGroupName>sample string 10</EmployeeGroupName>
  <EmployeeGroupPrefix>sample string 11</EmployeeGroupPrefix>
  <OrginizationId>8</OrginizationId>
  <UserLogId>9</UserLogId>
</genEmployeeGroup>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'genEmployeeGroup'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.