POST api/RetailerInventory
Request Information
URI Parameters
None.
Body Parameters
RetailerInventory| Name | Description | Type | Additional information |
|---|---|---|---|
| RI_ID | string |
None. |
|
| PRODUCT_ID | string |
None. |
|
| PS_ID | string |
None. |
|
| AVL_QTY | string |
None. |
|
| OLD_QTY | string |
None. |
|
| LOG_TYPE | string |
None. |
|
| DISTRIBUTOR_ID | string |
None. |
|
| ADMIN_ID | string |
None. |
|
| TASK | string |
None. |
|
| EXTRA1 | string |
None. |
|
| EXTRA2 | string |
None. |
|
| EXTRA3 | string |
None. |
|
| LANG_ID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RI_ID": "sample string 1",
"PRODUCT_ID": "sample string 2",
"PS_ID": "sample string 3",
"AVL_QTY": "sample string 4",
"OLD_QTY": "sample string 5",
"LOG_TYPE": "sample string 6",
"DISTRIBUTOR_ID": "sample string 7",
"ADMIN_ID": "sample string 8",
"TASK": "sample string 9",
"EXTRA1": "sample string 10",
"EXTRA2": "sample string 11",
"EXTRA3": "sample string 12",
"LANG_ID": "sample string 13"
}
application/xml, text/xml
Sample:
<RetailerInventory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOOSTERPARIS_WEB_API.Models"> <ADMIN_ID>sample string 8</ADMIN_ID> <AVL_QTY>sample string 4</AVL_QTY> <DISTRIBUTOR_ID>sample string 7</DISTRIBUTOR_ID> <EXTRA1>sample string 10</EXTRA1> <EXTRA2>sample string 11</EXTRA2> <EXTRA3>sample string 12</EXTRA3> <LANG_ID>sample string 13</LANG_ID> <LOG_TYPE>sample string 6</LOG_TYPE> <OLD_QTY>sample string 5</OLD_QTY> <PRODUCT_ID>sample string 2</PRODUCT_ID> <PS_ID>sample string 3</PS_ID> <RI_ID>sample string 1</RI_ID> <TASK>sample string 9</TASK> </RetailerInventory>
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. |