POST api/employee/SaveStockistInventory

Request Information

URI Parameters

None.

Body Parameters

SaveStockistInventoryRequest
NameDescriptionTypeAdditional information
BMEmployeeId

integer

None.

stockistInventoryId

integer

None.

stockistId

integer

None.

visitDate

string

None.

closingStockTillDate

string

None.

secSalesCurrMonth

string

None.

primarySalesCurrMonth

string

None.

submit2HO

boolean

None.

EmployeeId

integer

None.

SessionID

string

None.

DeviceID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BMEmployeeId": 1,
  "stockistInventoryId": 2,
  "stockistId": 3,
  "visitDate": "sample string 4",
  "closingStockTillDate": "sample string 5",
  "secSalesCurrMonth": "sample string 6",
  "primarySalesCurrMonth": "sample string 7",
  "submit2HO": true,
  "EmployeeId": 9,
  "SessionID": "sample string 10",
  "DeviceID": "sample string 11"
}

application/xml, text/xml

Sample:
<SaveStockistInventoryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/application.knh.webapi.Models">
  <DeviceID xmlns="http://schemas.datacontract.org/2004/07/application.knh.webapi.BE">sample string 11</DeviceID>
  <EmployeeId xmlns="http://schemas.datacontract.org/2004/07/application.knh.webapi.BE">9</EmployeeId>
  <SessionID xmlns="http://schemas.datacontract.org/2004/07/application.knh.webapi.BE">sample string 10</SessionID>
  <BMEmployeeId>1</BMEmployeeId>
  <closingStockTillDate>sample string 5</closingStockTillDate>
  <primarySalesCurrMonth>sample string 7</primarySalesCurrMonth>
  <secSalesCurrMonth>sample string 6</secSalesCurrMonth>
  <stockistId>3</stockistId>
  <stockistInventoryId>2</stockistInventoryId>
  <submit2HO>true</submit2HO>
  <visitDate>sample string 4</visitDate>
</SaveStockistInventoryRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.