POST stockPoints/saveBinLevelTemplate

Request Information

URI Parameters

None.

Body Parameters

SMBinLevelTemplate
NameDescriptionTypeAdditional information
BinLevelTemplateId

integer

None.

BinLevelTemplateName

string

None.

IsDefault

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "BinLevelTemplateId": 1,
  "BinLevelTemplateName": "sample string 2",
  "IsDefault": true
}

text/html

Sample:
{"BinLevelTemplateId":1,"BinLevelTemplateName":"sample string 2","IsDefault":true}

application/xml, text/xml

Sample:
<SMBinLevelTemplate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.Xyro.Models.StoreMan">
  <BinLevelTemplateId>1</BinLevelTemplateId>
  <BinLevelTemplateName>sample string 2</BinLevelTemplateName>
  <IsDefault>true</IsDefault>
</SMBinLevelTemplate>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.