POST api/FeedBack
Request Information
URI Parameters
None.
Body Parameters
getFeedback| Name | Description | Type | Additional information |
|---|---|---|---|
| SQID | integer |
None. |
|
| UserID | string |
None. |
|
| LogType | string |
None. |
|
| TextAddress | string |
None. |
|
| TextCompany | string |
None. |
|
| TextContact | string |
None. |
|
| pOption | integer |
None. |
|
| img1 | Object |
None. |
|
| img2 | Object |
None. |
|
| img3 | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"SQID": 1,
"UserID": "sample string 2",
"LogType": "sample string 3",
"TextAddress": "sample string 4",
"TextCompany": "sample string 5",
"TextContact": "sample string 6",
"pOption": 7,
"img1": {},
"img2": {},
"img3": {}
}
application/xml, text/xml
Sample:
<getFeedback xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NDCIAPI.Models"> <LogType>sample string 3</LogType> <SQID>1</SQID> <TextAddress>sample string 4</TextAddress> <TextCompany>sample string 5</TextCompany> <TextContact>sample string 6</TextContact> <UserID>sample string 2</UserID> <img1 /> <img2 /> <img3 /> <pOption>7</pOption> </getFeedback>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
retFeedback| Name | Description | Type | Additional information |
|---|---|---|---|
| MsgType | string |
None. |
|
| MsgText | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"MsgType": "sample string 1",
"MsgText": "sample string 2"
}
application/xml, text/xml
Sample:
<retFeedback xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NDCIAPI.Models"> <MsgText>sample string 2</MsgText> <MsgType>sample string 1</MsgType> </retFeedback>