POST api/AED_Product_Invetory
Request Information
URI Parameters
None.
Body Parameters
AddStock_Invetory| Name | Description | Type | Additional information |
|---|---|---|---|
| DEALER_ID | string |
None. |
|
| USER_ID | string |
None. |
|
| CAT_ID | string |
None. |
|
| PRODUCT_ID | string |
None. |
|
| PS_ID | string |
None. |
|
| STOCK_VALUE | string |
None. |
|
| EXTRA1 | string |
None. |
|
| EXTRA2 | string |
None. |
|
| EXTRA3 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DEALER_ID": "sample string 1",
"USER_ID": "sample string 2",
"CAT_ID": "sample string 3",
"PRODUCT_ID": "sample string 4",
"PS_ID": "sample string 5",
"STOCK_VALUE": "sample string 6",
"EXTRA1": "sample string 7",
"EXTRA2": "sample string 8",
"EXTRA3": "sample string 9"
}
application/xml, text/xml
Sample:
<AddStock_Invetory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DevakiNandan_Agro.Models"> <CAT_ID>sample string 3</CAT_ID> <DEALER_ID>sample string 1</DEALER_ID> <EXTRA1>sample string 7</EXTRA1> <EXTRA2>sample string 8</EXTRA2> <EXTRA3>sample string 9</EXTRA3> <PRODUCT_ID>sample string 4</PRODUCT_ID> <PS_ID>sample string 5</PS_ID> <STOCK_VALUE>sample string 6</STOCK_VALUE> <USER_ID>sample string 2</USER_ID> </AddStock_Invetory>
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. |