POST api/Customer/PostFeedBack

Request Information

URI Parameters

None.

Body Parameters

FeedbackPostModel
NameDescriptionTypeAdditional information
FeedbackID

integer

None.

FeedbackFirstName

string

None.

FeedbackLastName

string

None.

FeedbackCompanyName

string

None.

FeedbackEmailAddress

string

None.

FeedbackCountry

string

None.

FeedbackCity

string

None.

FeedbackTelephony

integer

None.

FeedbackBroadband

integer

None.

FeedbackTVMultimedia

integer

None.

FeedbackData

integer

None.

FeedbackManagedSolutions

integer

None.

FeedbackServices

integer

None.

FeedbackWebsite

integer

None.

FeedbackOthers

integer

None.

ContactNo

string

None.

FeedbackMessage

string

None.

WebUsersID

integer

None.

StatusID

integer

None.

CSAFNO

string

None.

SecureNetwork

string

None.

FEEDBACKINTERNET

string

None.

SecondaryContactNo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FeedbackID": 1,
  "FeedbackFirstName": "sample string 2",
  "FeedbackLastName": "sample string 3",
  "FeedbackCompanyName": "sample string 4",
  "FeedbackEmailAddress": "sample string 5",
  "FeedbackCountry": "sample string 6",
  "FeedbackCity": "sample string 7",
  "FeedbackTelephony": 8,
  "FeedbackBroadband": 9,
  "FeedbackTVMultimedia": 10,
  "FeedbackData": 11,
  "FeedbackManagedSolutions": 12,
  "FeedbackServices": 13,
  "FeedbackWebsite": 14,
  "FeedbackOthers": 15,
  "ContactNo": "sample string 16",
  "FeedbackMessage": "sample string 17",
  "WebUsersID": 18,
  "StatusID": 19,
  "CSAFNO": "sample string 20",
  "SecureNetwork": "sample string 21",
  "FEEDBACKINTERNET": "sample string 22",
  "SecondaryContactNo": "sample string 23"
}

application/xml, text/xml

Sample:
<FeedbackPostModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SelfCareAPI.ResultModels">
  <CSAFNO>sample string 20</CSAFNO>
  <ContactNo>sample string 16</ContactNo>
  <FEEDBACKINTERNET>sample string 22</FEEDBACKINTERNET>
  <FeedbackBroadband>9</FeedbackBroadband>
  <FeedbackCity>sample string 7</FeedbackCity>
  <FeedbackCompanyName>sample string 4</FeedbackCompanyName>
  <FeedbackCountry>sample string 6</FeedbackCountry>
  <FeedbackData>11</FeedbackData>
  <FeedbackEmailAddress>sample string 5</FeedbackEmailAddress>
  <FeedbackFirstName>sample string 2</FeedbackFirstName>
  <FeedbackID>1</FeedbackID>
  <FeedbackLastName>sample string 3</FeedbackLastName>
  <FeedbackManagedSolutions>12</FeedbackManagedSolutions>
  <FeedbackMessage>sample string 17</FeedbackMessage>
  <FeedbackOthers>15</FeedbackOthers>
  <FeedbackServices>13</FeedbackServices>
  <FeedbackTVMultimedia>10</FeedbackTVMultimedia>
  <FeedbackTelephony>8</FeedbackTelephony>
  <FeedbackWebsite>14</FeedbackWebsite>
  <SecondaryContactNo>sample string 23</SecondaryContactNo>
  <SecureNetwork>sample string 21</SecureNetwork>
  <StatusID>19</StatusID>
  <WebUsersID>18</WebUsersID>
</FeedbackPostModel>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.