POST api/CustomerLost/InsertCustomerLostComment

Request Information

URI Parameters

None.

Body Parameters

Mdl_Pro_Comment_Box
NameDescriptionTypeAdditional information
Comment_ID

integer

None.

Pro_Cust_ID

integer

None.

HTH_Pro_Cust_Id

integer

None.

SME_Pro_Cust_Id

integer

None.

Emp_Id

integer

None.

Comment_Location

string

None.

Comment_Location_Icon

string

None.

Status

string

None.

Comment

string

None.

StatusVal

string

None.

User_Id

string

None.

Row_Version

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Comment_ID": 1,
  "Pro_Cust_ID": 2,
  "HTH_Pro_Cust_Id": 3,
  "SME_Pro_Cust_Id": 4,
  "Emp_Id": 5,
  "Comment_Location": "sample string 6",
  "Comment_Location_Icon": "sample string 7",
  "Status": "sample string 8",
  "Comment": "sample string 9",
  "StatusVal": "sample string 10",
  "User_Id": "sample string 11",
  "Row_Version": "sample string 12"
}

application/xml, text/xml

Sample:
<Mdl_Pro_Comment_Box xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Models">
  <Comment>sample string 9</Comment>
  <Comment_ID>1</Comment_ID>
  <Comment_Location>sample string 6</Comment_Location>
  <Comment_Location_Icon>sample string 7</Comment_Location_Icon>
  <Emp_Id>5</Emp_Id>
  <HTH_Pro_Cust_Id>3</HTH_Pro_Cust_Id>
  <Pro_Cust_ID>2</Pro_Cust_ID>
  <Row_Version>sample string 12</Row_Version>
  <SME_Pro_Cust_Id>4</SME_Pro_Cust_Id>
  <Status>sample string 8</Status>
  <StatusVal>sample string 10</StatusVal>
  <User_Id>sample string 11</User_Id>
</Mdl_Pro_Comment_Box>

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>