POST api/Profile/PostCustomerFeedBack

Request Information

URI Parameters

None.

Body Parameters

feedbackParam
NameDescriptionTypeAdditional information
phone

string

None.

Feedbacktype

string

None.

Rateus

string

None.

FeedbackDetails

string

None.

Request Formats

application/json, text/json

Sample:
{
  "phone": "sample string 1",
  "Feedbacktype": "sample string 2",
  "Rateus": "sample string 3",
  "FeedbackDetails": "sample string 4"
}

application/xml, text/xml

Sample:
<feedbackParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CorporateAPI.RequestObjs">
  <FeedbackDetails>sample string 4</FeedbackDetails>
  <Feedbacktype>sample string 2</Feedbacktype>
  <Rateus>sample string 3</Rateus>
  <phone>sample string 1</phone>
</feedbackParam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SimpleResponse
NameDescriptionTypeAdditional information
Responsecode

string

None.

ResponseDescription

string

None.

phonenumber

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Responsecode": "sample string 1",
  "ResponseDescription": "sample string 2",
  "phonenumber": "sample string 3"
}

application/xml, text/xml

Sample:
<SimpleResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CorporateAPI.ResponseObjs">
  <ResponseDescription>sample string 2</ResponseDescription>
  <Responsecode>sample string 1</Responsecode>
  <phonenumber>sample string 3</phonenumber>
</SimpleResponse>