PUT api/ElectronicScale

Request Information

URI Parameters

None.

Body Parameters

MezanSettings
NameDescriptionTypeAdditional information
id

integer

None.

mizan_desc

string

None.

mizan_start_with

integer

None.

mizan_start_lenght

integer

None.

barcode_start_from

integer

None.

barcode_start_lenght

integer

None.

weight_start_from

integer

None.

weight_start_lenght

integer

None.

mizan_end_with

integer

None.

mizan_end_lenght

integer

None.

total_barcode_lenght

integer

None.

use_weight_price

integer

None.

UseMizan

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UseMizan": 1,
  "id": 1,
  "mizan_desc": "sample string 1",
  "mizan_start_with": 1,
  "mizan_start_lenght": 1,
  "barcode_start_from": 1,
  "barcode_start_lenght": 1,
  "weight_start_from": 1,
  "weight_start_lenght": 1,
  "mizan_end_with": 1,
  "mizan_end_lenght": 1,
  "total_barcode_lenght": 1,
  "use_weight_price": 1
}

application/xml, text/xml

Sample:
<ElectronicScaleController.MezanSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Controllers.Settings">
  <barcode_start_from xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</barcode_start_from>
  <barcode_start_lenght xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</barcode_start_lenght>
  <id xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</id>
  <mizan_desc xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">sample string 1</mizan_desc>
  <mizan_end_lenght xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</mizan_end_lenght>
  <mizan_end_with xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</mizan_end_with>
  <mizan_start_lenght xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</mizan_start_lenght>
  <mizan_start_with xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</mizan_start_with>
  <total_barcode_lenght xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</total_barcode_lenght>
  <use_weight_price xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</use_weight_price>
  <weight_start_from xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</weight_start_from>
  <weight_start_lenght xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">1</weight_start_lenght>
  <UseMizan>1</UseMizan>
</ElectronicScaleController.MezanSettings>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.