POST api/genDesignation/Save

Request Information

URI Parameters

None.

Body Parameters

genDesignation
NameDescriptionTypeAdditional information
AlteredOn

date

None.

CreatedOn

date

None.

ActionTypeId

integer

None.

AlteredById

integer

None.

CompanyId

integer

None.

CreatedById

integer

None.

DesignationId

integer

None.

OrganizationId

integer

None.

UserLogId

integer

None.

DesignationName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AlteredOn": "2025-10-29T13:14:33.2599934+05:00",
  "CreatedOn": "2025-10-29T13:14:33.2599934+05:00",
  "ActionTypeId": 3,
  "AlteredById": 4,
  "CompanyId": 5,
  "CreatedById": 6,
  "DesignationId": 7,
  "OrganizationId": 8,
  "UserLogId": 9,
  "DesignationName": "sample string 10"
}

application/xml, text/xml

Sample:
<genDesignation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.HRM.ProfileManagement">
  <ActionTypeId>3</ActionTypeId>
  <AlteredById>4</AlteredById>
  <AlteredOn>2025-10-29T13:14:33.2599934+05:00</AlteredOn>
  <CompanyId>5</CompanyId>
  <CreatedById>6</CreatedById>
  <CreatedOn>2025-10-29T13:14:33.2599934+05:00</CreatedOn>
  <DesignationId>7</DesignationId>
  <DesignationName>sample string 10</DesignationName>
  <OrganizationId>8</OrganizationId>
  <UserLogId>9</UserLogId>
</genDesignation>

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 'genDesignation'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.