POST Api/feedback/SendFeedbackMail
Request Information
URI Parameters
None.
Body Parameters
UpdateReAssignProductToAnotherStore| Name | Description | Type | Additional information |
|---|---|---|---|
| StoreID | string |
None. |
|
| OrderDescID | string |
None. |
|
| AddedBy | string |
None. |
|
| ProductTDOD | string |
None. |
|
| TDODRemark | string |
None. |
|
| SendFeedbackRequestRemark | string |
None. |
|
| OrderID | string |
None. |
|
| ProductID | string |
None. |
|
| Qty | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StoreID": "sample string 1",
"OrderDescID": "sample string 2",
"AddedBy": "sample string 3",
"ProductTDOD": "sample string 4",
"TDODRemark": "sample string 5",
"SendFeedbackRequestRemark": "sample string 6",
"OrderID": "sample string 7",
"ProductID": "sample string 8",
"Qty": "sample string 9"
}
application/xml, text/xml
Sample:
<UpdateReAssignProductToAnotherStore xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KaramBazaarAPI.Models"> <OrderID>sample string 7</OrderID> <ProductID>sample string 8</ProductID> <Qty>sample string 9</Qty> <AddedBy>sample string 3</AddedBy> <OrderDescID>sample string 2</OrderDescID> <ProductTDOD>sample string 4</ProductTDOD> <SendFeedbackRequestRemark>sample string 6</SendFeedbackRequestRemark> <StoreID>sample string 1</StoreID> <TDODRemark>sample string 5</TDODRemark> </UpdateReAssignProductToAnotherStore>
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. |