POST stockPoints/saveBinLevelTemplateStock

Request Information

URI Parameters

None.

Body Parameters

SMBinLevelTemplateStockEntity
NameDescriptionTypeAdditional information
TenantId

integer

None.

BinLevelTemplateId

integer

None.

BinLevelStockId

integer

None.

BinLevelTemplateName

string

None.

StockId

integer

None.

StockDesc

string

None.

VanQtyOnHand

decimal number

None.

AutoReplenish

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "TenantId": 1,
  "BinLevelTemplateId": 2,
  "BinLevelStockId": 3,
  "BinLevelTemplateName": "sample string 4",
  "StockId": 5,
  "StockDesc": "sample string 6",
  "VanQtyOnHand": 7.0,
  "AutoReplenish": true
}

text/html

Sample:
{"TenantId":1,"BinLevelTemplateId":2,"BinLevelStockId":3,"BinLevelTemplateName":"sample string 4","StockId":5,"StockDesc":"sample string 6","VanQtyOnHand":7.0,"AutoReplenish":true}

application/xml, text/xml

Sample:
<SMBinLevelTemplateStockEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.Xyro.Models.StoreMan">
  <AutoReplenish>true</AutoReplenish>
  <BinLevelStockId>3</BinLevelStockId>
  <BinLevelTemplateId>2</BinLevelTemplateId>
  <BinLevelTemplateName>sample string 4</BinLevelTemplateName>
  <StockDesc>sample string 6</StockDesc>
  <StockId>5</StockId>
  <TenantId>1</TenantId>
  <VanQtyOnHand>7</VanQtyOnHand>
</SMBinLevelTemplateStockEntity>

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 'SMBinLevelTemplateStockEntity'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.