POST api/BugSuggestionCommentDeveloper

Request Information

URI Parameters

None.

Body Parameters

Mdl_Bug_Suggestion_Comment
NameDescriptionTypeAdditional information
CommentId

integer

None.

BS_ID

integer

None.

CommentSugBugId

integer

None.

CommentBy

integer

None.

CommentOn

string

None.

Comment

string

None.

CommentTo

integer

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:
{
  "CommentId": 1,
  "BS_ID": 2,
  "CommentSugBugId": 3,
  "CommentBy": 4,
  "CommentOn": "sample string 5",
  "Comment": "sample string 6",
  "CommentTo": 7,
  "IsActive": "sample string 8",
  "CreatedBy": "sample string 9",
  "CreatedDate": "2025-12-06T09:45:55.2049664+05:30",
  "ModifiedBy": "sample string 11",
  "ModifiedDate": "2025-12-06T09:45:55.2049664+05:30",
  "Row_Version": "sample string 13"
}

application/xml, text/xml

Sample:
<Mdl_Bug_Suggestion_Comment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Models">
  <BS_ID>2</BS_ID>
  <Comment>sample string 6</Comment>
  <CommentBy>4</CommentBy>
  <CommentId>1</CommentId>
  <CommentOn>sample string 5</CommentOn>
  <CommentSugBugId>3</CommentSugBugId>
  <CommentTo>7</CommentTo>
  <CreatedBy>sample string 9</CreatedBy>
  <CreatedDate>2025-12-06T09:45:55.2049664+05:30</CreatedDate>
  <IsActive>sample string 8</IsActive>
  <ModifiedBy>sample string 11</ModifiedBy>
  <ModifiedDate>2025-12-06T09:45:55.2049664+05:30</ModifiedDate>
  <Row_Version>sample string 13</Row_Version>
</Mdl_Bug_Suggestion_Comment>

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>