POST api/Other/SaveDesignationMaster

Request Information

URI Parameters

None.

Body Parameters

DesignationSaveInputParameter
NameDescriptionTypeAdditional information
DesignationID

integer

None.

Designationname

string

None.

Active

boolean

None.

CreatedBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DesignationID": 1,
  "Designationname": "sample string 2",
  "Active": true,
  "CreatedBy": 4
}

application/xml, text/xml

Sample:
<DesignationSaveInputParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceCenterAPI.Models">
  <Active>true</Active>
  <CreatedBy>4</CreatedBy>
  <DesignationID>1</DesignationID>
  <Designationname>sample string 2</Designationname>
</DesignationSaveInputParameter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.