POST UserComment?databaseKey={databaseKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
databaseKey

string

Required

Body Parameters

UserCommenttBo
NameDescriptionTypeAdditional information
In_CommentId

integer

None.

IN_CommentBy

string

None.

IN_CommentDt

date

None.

IN_CommentText

string

None.

IN_MdlId

string

None.

IN_PrimeId

string

None.

IN_isprivate

integer

None.

IN_About

string

None.

IN_Sp_SqlAction

string

None.

IN_Sp_PrimeIdVal

string

None.

Request Formats

application/json, text/json

Sample:
{
  "In_CommentId": 1,
  "IN_CommentBy": "sample string 2",
  "IN_CommentDt": "2025-12-06T09:31:39.8619963+05:30",
  "IN_CommentText": "sample string 4",
  "IN_MdlId": "sample string 5",
  "IN_PrimeId": "sample string 6",
  "IN_isprivate": 7,
  "IN_About": "sample string 8",
  "IN_Sp_SqlAction": "sample string 9",
  "IN_Sp_PrimeIdVal": "sample string 10"
}

application/xml, text/xml

Sample:
<UserCommenttBo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rx2025_Api.Controllers">
  <IN_About>sample string 8</IN_About>
  <IN_CommentBy>sample string 2</IN_CommentBy>
  <IN_CommentDt>2025-12-06T09:31:39.8619963+05:30</IN_CommentDt>
  <IN_CommentText>sample string 4</IN_CommentText>
  <IN_MdlId>sample string 5</IN_MdlId>
  <IN_PrimeId>sample string 6</IN_PrimeId>
  <IN_Sp_PrimeIdVal>sample string 10</IN_Sp_PrimeIdVal>
  <IN_Sp_SqlAction>sample string 9</IN_Sp_SqlAction>
  <IN_isprivate>7</IN_isprivate>
  <In_CommentId>1</In_CommentId>
</UserCommenttBo>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.