POST api/Data/AddBarcode

Request Information

URI Parameters

None.

Body Parameters

AddBarcodeRequest
NameDescriptionTypeAdditional information
Сontragent

integer

None.

Barcode

string

None.

Code

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Сontragent": 1,
  "Barcode": "sample string 2",
  "Code": "sample string 3"
}

application/xml, text/xml

Sample:
<AddBarcodeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/fl_wms_api.Requests">
  <Barcode>sample string 2</Barcode>
  <Code>sample string 3</Code>
  <Сontragent>1</Сontragent>
</AddBarcodeRequest>

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.