POST stockPoints/saveBinLevelTemplate
Request Information
URI Parameters
None.
Body Parameters
SMBinLevelTemplate| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.