POST api/Sync_ProductFeedback
Request Information
URI Parameters
None.
Body Parameters
tbl_ProductFeedback| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductFeedback_AddedOn | string |
None. |
|
| ProductFeedback_ColorRatioNW | string |
None. |
|
| ProductFeedback_ColorRatioWH | string |
None. |
|
| ProductFeedback_ColorRatioWW | string |
None. |
|
| ProductFeedback_Compititor | string |
None. |
|
| ProductFeedback_DesignPoints | string |
None. |
|
| ProductFeedback_Id | integer |
None. |
|
| ProductFeedback_Login_Id | integer |
None. |
|
| ProductFeedback_LumentOutput | string |
None. |
|
| ProductFeedback_Model_Id | integer |
None. |
|
| ProductFeedback_MRP | string |
None. |
|
| ProductFeedback_Other | string |
None. |
|
| ProductFeedback_PackagingColorComb | string |
None. |
|
| ProductFeedback_PackagingDesignPoints | string |
None. |
|
| ProductFeedback_PackagingInfo | string |
None. |
|
| ProductFeedback_PackagingQuality | string |
None. |
|
| ProductFeedback_PackagingVisual | string |
None. |
|
| ProductFeedback_Person_Id | integer |
None. |
|
| ProductFeedback_Product_Id | integer |
None. |
|
| ProductFeedback_SaleSlab | string |
None. |
|
| ProductFeedback_Status | integer |
None. |
|
| ProductFeedback_Usage | string |
None. |
|
| ProductFeedback_Value | string |
None. |
|
| ProductLandingValuecompr | string |
None. |
|
| ProductFeedback_new_suggestion | string |
None. |
|
| ProductFeedback_FileName | string |
None. |
|
| base64String | ImageBase64 |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductFeedback_AddedOn": "sample string 1",
"ProductFeedback_ColorRatioNW": "sample string 2",
"ProductFeedback_ColorRatioWH": "sample string 3",
"ProductFeedback_ColorRatioWW": "sample string 4",
"ProductFeedback_Compititor": "sample string 5",
"ProductFeedback_DesignPoints": "sample string 6",
"ProductFeedback_Id": 7,
"ProductFeedback_Login_Id": 8,
"ProductFeedback_LumentOutput": "sample string 9",
"ProductFeedback_Model_Id": 10,
"ProductFeedback_MRP": "sample string 11",
"ProductFeedback_Other": "sample string 12",
"ProductFeedback_PackagingColorComb": "sample string 13",
"ProductFeedback_PackagingDesignPoints": "sample string 14",
"ProductFeedback_PackagingInfo": "sample string 15",
"ProductFeedback_PackagingQuality": "sample string 16",
"ProductFeedback_PackagingVisual": "sample string 17",
"ProductFeedback_Person_Id": 18,
"ProductFeedback_Product_Id": 19,
"ProductFeedback_SaleSlab": "sample string 20",
"ProductFeedback_Status": 21,
"ProductFeedback_Usage": "sample string 22",
"ProductFeedback_Value": "sample string 23",
"ProductLandingValuecompr": "sample string 24",
"ProductFeedback_new_suggestion": "sample string 25",
"ProductFeedback_FileName": "sample string 26",
"base64String": {
"base64String": "sample string 1",
"ImageName": "sample string 2"
}
}
application/xml, text/xml
Sample:
<tbl_ProductFeedback xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MIDAS_API.Models">
<ProductFeedback_AddedOn>sample string 1</ProductFeedback_AddedOn>
<ProductFeedback_ColorRatioNW>sample string 2</ProductFeedback_ColorRatioNW>
<ProductFeedback_ColorRatioWH>sample string 3</ProductFeedback_ColorRatioWH>
<ProductFeedback_ColorRatioWW>sample string 4</ProductFeedback_ColorRatioWW>
<ProductFeedback_Compititor>sample string 5</ProductFeedback_Compititor>
<ProductFeedback_DesignPoints>sample string 6</ProductFeedback_DesignPoints>
<ProductFeedback_FileName>sample string 26</ProductFeedback_FileName>
<ProductFeedback_Id>7</ProductFeedback_Id>
<ProductFeedback_Login_Id>8</ProductFeedback_Login_Id>
<ProductFeedback_LumentOutput>sample string 9</ProductFeedback_LumentOutput>
<ProductFeedback_MRP>sample string 11</ProductFeedback_MRP>
<ProductFeedback_Model_Id>10</ProductFeedback_Model_Id>
<ProductFeedback_Other>sample string 12</ProductFeedback_Other>
<ProductFeedback_PackagingColorComb>sample string 13</ProductFeedback_PackagingColorComb>
<ProductFeedback_PackagingDesignPoints>sample string 14</ProductFeedback_PackagingDesignPoints>
<ProductFeedback_PackagingInfo>sample string 15</ProductFeedback_PackagingInfo>
<ProductFeedback_PackagingQuality>sample string 16</ProductFeedback_PackagingQuality>
<ProductFeedback_PackagingVisual>sample string 17</ProductFeedback_PackagingVisual>
<ProductFeedback_Person_Id>18</ProductFeedback_Person_Id>
<ProductFeedback_Product_Id>19</ProductFeedback_Product_Id>
<ProductFeedback_SaleSlab>sample string 20</ProductFeedback_SaleSlab>
<ProductFeedback_Status>21</ProductFeedback_Status>
<ProductFeedback_Usage>sample string 22</ProductFeedback_Usage>
<ProductFeedback_Value>sample string 23</ProductFeedback_Value>
<ProductFeedback_new_suggestion>sample string 25</ProductFeedback_new_suggestion>
<ProductLandingValuecompr>sample string 24</ProductLandingValuecompr>
<base64String>
<ImageName>sample string 2</ImageName>
<base64String>sample string 1</base64String>
</base64String>
</tbl_ProductFeedback>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |