POST api/UpdateGodownInventory
Request Information
URI Parameters
None.
Body Parameters
UpdateGodownInventoryMODAL| Name | Description | Type | Additional information |
|---|---|---|---|
| PRODUCT_ID | string |
None. |
|
| PS_ID | string |
None. |
|
| QUANTITY | string |
None. |
|
| CR_ID | string |
None. |
|
| GODOWN_ID | string |
None. |
|
| SALESTEAM_ID | string |
None. |
|
| LOG_TYPE | string |
None. |
|
| EXTRA1 | string |
None. |
|
| EXTRA2 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PRODUCT_ID": "sample string 1",
"PS_ID": "sample string 2",
"QUANTITY": "sample string 3",
"CR_ID": "sample string 4",
"GODOWN_ID": "sample string 5",
"SALESTEAM_ID": "sample string 6",
"LOG_TYPE": "sample string 7",
"EXTRA1": "sample string 8",
"EXTRA2": "sample string 9"
}
text/plain
Sample:
{"PRODUCT_ID":"sample string 1","PS_ID":"sample string 2","QUANTITY":"sample string 3","CR_ID":"sample string 4","GODOWN_ID":"sample string 5","SALESTEAM_ID":"sample string 6","LOG_TYPE":"sample string 7","EXTRA1":"sample string 8","EXTRA2":"sample string 9"}
application/xml, text/xml
Sample:
<UpdateGodownInventoryMODAL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiSangamAgro.Models"> <CR_ID>sample string 4</CR_ID> <EXTRA1>sample string 8</EXTRA1> <EXTRA2>sample string 9</EXTRA2> <GODOWN_ID>sample string 5</GODOWN_ID> <LOG_TYPE>sample string 7</LOG_TYPE> <PRODUCT_ID>sample string 1</PRODUCT_ID> <PS_ID>sample string 2</PS_ID> <QUANTITY>sample string 3</QUANTITY> <SALESTEAM_ID>sample string 6</SALESTEAM_ID> </UpdateGodownInventoryMODAL>
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. |