POST api/v1/rozaderm_set_stock

Request Information

URI Parameters

None.

Body Parameters

asdasdasd
NameDescriptionTypeAdditional information
userName

string

None.

password

string

None.

sku

string

None.

startDate

string

None.

endDate

string

None.

stock

integer

None.

skip

integer

None.

take

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "userName": "sample string 1",
  "password": "sample string 2",
  "sku": "sample string 3",
  "startDate": "sample string 4",
  "endDate": "sample string 5",
  "stock": 6,
  "skip": 1,
  "take": 1
}

application/xml, text/xml

Sample:
<LoginController.asdasdasd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SatisEntegrasyonWebApi.Controllers">
  <endDate>sample string 5</endDate>
  <password>sample string 2</password>
  <skip>1</skip>
  <sku>sample string 3</sku>
  <startDate>sample string 4</startDate>
  <stock>6</stock>
  <take>1</take>
  <userName>sample string 1</userName>
</LoginController.asdasdasd>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'asdasdasd'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.