POST api/UpdateInventory

Request Information

URI Parameters

None.

Body Parameters

UpdateInventoryMODAL
NameDescriptionTypeAdditional information
PRODUCT_ID

string

None.

SIZE_ID

string

None.

AVL_QTY

string

None.

OLD_QTY

string

None.

CR_ID

string

None.

DEALER_ID

string

None.

LATITUDE

string

None.

LONGITUDE

string

None.

LOCATION

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",
  "SIZE_ID": "sample string 2",
  "AVL_QTY": "sample string 3",
  "OLD_QTY": "sample string 4",
  "CR_ID": "sample string 5",
  "DEALER_ID": "sample string 6",
  "LATITUDE": "sample string 7",
  "LONGITUDE": "sample string 8",
  "LOCATION": "sample string 9",
  "SALESTEAM_ID": "sample string 10",
  "LOG_TYPE": "sample string 11",
  "EXTRA1": "sample string 12",
  "EXTRA2": "sample string 13"
}

text/plain

Sample:
{"PRODUCT_ID":"sample string 1","SIZE_ID":"sample string 2","AVL_QTY":"sample string 3","OLD_QTY":"sample string 4","CR_ID":"sample string 5","DEALER_ID":"sample string 6","LATITUDE":"sample string 7","LONGITUDE":"sample string 8","LOCATION":"sample string 9","SALESTEAM_ID":"sample string 10","LOG_TYPE":"sample string 11","EXTRA1":"sample string 12","EXTRA2":"sample string 13"}

application/xml, text/xml

Sample:
<UpdateInventoryMODAL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiSangamAgro.Models">
  <AVL_QTY>sample string 3</AVL_QTY>
  <CR_ID>sample string 5</CR_ID>
  <DEALER_ID>sample string 6</DEALER_ID>
  <EXTRA1>sample string 12</EXTRA1>
  <EXTRA2>sample string 13</EXTRA2>
  <LATITUDE>sample string 7</LATITUDE>
  <LOCATION>sample string 9</LOCATION>
  <LOG_TYPE>sample string 11</LOG_TYPE>
  <LONGITUDE>sample string 8</LONGITUDE>
  <OLD_QTY>sample string 4</OLD_QTY>
  <PRODUCT_ID>sample string 1</PRODUCT_ID>
  <SALESTEAM_ID>sample string 10</SALESTEAM_ID>
  <SIZE_ID>sample string 2</SIZE_ID>
</UpdateInventoryMODAL>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.