POST api/Apsuggs

Request Information

URI Parameters

None.

Body Parameters

Mdl_App_Sugestions
NameDescriptionTypeAdditional information
Sugg_Id

integer

None.

Emp_Id

integer

None.

Module_Id

integer

None.

Object_Id

integer

None.

Suggestion

string

None.

Sugg_Image

string

None.

Employee_Name

string

None.

IsSolved

string

None.

Solved_By

string

None.

Solved_Date

string

None.

Developer_Comment

string

None.

Field1

string

None.

Field2

string

None.

Field3

string

None.

Field4

string

None.

Field5

string

None.

IsActive

string

None.

CreatedBy

string

None.

CreatedDate

date

None.

ModifiedBy

string

None.

ModifiedDate

date

None.

Row_Version

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Sugg_Id": 1,
  "Emp_Id": 2,
  "Module_Id": 3,
  "Object_Id": 4,
  "Suggestion": "sample string 5",
  "Sugg_Image": "sample string 6",
  "Employee_Name": "sample string 7",
  "IsSolved": "sample string 8",
  "Solved_By": "sample string 9",
  "Solved_Date": "sample string 10",
  "Developer_Comment": "sample string 11",
  "Field1": "sample string 12",
  "Field2": "sample string 13",
  "Field3": "sample string 14",
  "Field4": "sample string 15",
  "Field5": "sample string 16",
  "IsActive": "sample string 17",
  "CreatedBy": "sample string 18",
  "CreatedDate": "2025-12-06T10:29:18.3643633+05:30",
  "ModifiedBy": "sample string 20",
  "ModifiedDate": "2025-12-06T10:29:18.3643633+05:30",
  "Row_Version": "sample string 22"
}

application/xml, text/xml

Sample:
<Mdl_App_Sugestions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Models">
  <CreatedBy>sample string 18</CreatedBy>
  <CreatedDate>2025-12-06T10:29:18.3643633+05:30</CreatedDate>
  <Developer_Comment>sample string 11</Developer_Comment>
  <Emp_Id>2</Emp_Id>
  <Employee_Name>sample string 7</Employee_Name>
  <Field1>sample string 12</Field1>
  <Field2>sample string 13</Field2>
  <Field3>sample string 14</Field3>
  <Field4>sample string 15</Field4>
  <Field5>sample string 16</Field5>
  <IsActive>sample string 17</IsActive>
  <IsSolved>sample string 8</IsSolved>
  <ModifiedBy>sample string 20</ModifiedBy>
  <ModifiedDate>2025-12-06T10:29:18.3643633+05:30</ModifiedDate>
  <Module_Id>3</Module_Id>
  <Object_Id>4</Object_Id>
  <Row_Version>sample string 22</Row_Version>
  <Solved_By>sample string 9</Solved_By>
  <Solved_Date>sample string 10</Solved_Date>
  <Sugg_Id>1</Sugg_Id>
  <Sugg_Image>sample string 6</Sugg_Image>
  <Suggestion>sample string 5</Suggestion>
</Mdl_App_Sugestions>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>