POST api/Employee/FillDetails?PersonID={PersonID}&Content={Content}&subject={subject}&Name={Name}&EmployeeLetterID={EmployeeLetterID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PersonID

integer

Required

Content

string

Required

subject

string

Required

Name

string

Required

EmployeeLetterID

integer

Default value is 0

Body Parameters

EmployeeLetterModel
NameDescriptionTypeAdditional information
ModelTableName

string

None.

SearchFields

Collection of string

None.

EmployeeLetterID

integer

None.

PersonID

integer

None.

TemplateName

string

None.

Subject

string

None.

Content

string

None.

Path

string

None.

GeneratedDT

date

None.

SendAcknowledgementEmpIND

boolean

None.

DisciplinaryActionID

integer

None.

Createdby

string

None.

CreatedDT

date

None.

LastupdatedDT

date

None.

LastupdatedDTTxt

string

None.

Lastupdatedby

string

None.

StatusCode

string

None.

Message

string

None.

Status

boolean

None.

redirectBackPath

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ModelTableName": "hrms_employeeletter",
  "SearchFields": [],
  "Createdby": "sample string 10",
  "CreatedDT": "2024-09-20T00:18:23.5033483+05:30",
  "LastupdatedDT": "2024-09-20T00:18:23.5033483+05:30",
  "Lastupdatedby": "sample string 12",
  "StatusCode": "sample string 13",
  "Message": "sample string 14",
  "Status": true,
  "redirectBackPath": "sample string 16"
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: No set method for property 'ModelTableName' in type 'HRMSWebAPI.Transaction.Common.IOMSModel'.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: No set method for property 'ModelTableName' in type 'HRMSWebAPI.Transaction.Common.IOMSModel'.

Response Information

Resource Description

EmployeeLetterModel
NameDescriptionTypeAdditional information
ModelTableName

string

None.

SearchFields

Collection of string

None.

EmployeeLetterID

integer

None.

PersonID

integer

None.

TemplateName

string

None.

Subject

string

None.

Content

string

None.

Path

string

None.

GeneratedDT

date

None.

SendAcknowledgementEmpIND

boolean

None.

DisciplinaryActionID

integer

None.

Createdby

string

None.

CreatedDT

date

None.

LastupdatedDT

date

None.

LastupdatedDTTxt

string

None.

Lastupdatedby

string

None.

StatusCode

string

None.

Message

string

None.

Status

boolean

None.

redirectBackPath

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ModelTableName": "hrms_employeeletter",
  "SearchFields": [],
  "Createdby": "sample string 10",
  "CreatedDT": "2024-09-20T00:18:23.5033483+05:30",
  "LastupdatedDT": "2024-09-20T00:18:23.5033483+05:30",
  "Lastupdatedby": "sample string 12",
  "StatusCode": "sample string 13",
  "Message": "sample string 14",
  "Status": true,
  "redirectBackPath": "sample string 16"
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: No set method for property 'ModelTableName' in type 'HRMSWebAPI.Transaction.Common.IOMSModel'.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: No set method for property 'ModelTableName' in type 'HRMSWebAPI.Transaction.Common.IOMSModel'.