POST api/MKTH/Setting/CreateBarcodeGroups

Request Information

URI Parameters

None.

Body Parameters

m_barcode_group
NameDescriptionTypeAdditional information
barcode_name

string

None.

model

boolean

None.

color

boolean

None.

size

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "barcode_name": "sample string 1",
  "model": true,
  "color": true,
  "size": true
}

application/xml, text/xml

Sample:
<m_barcode_group xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.Barcode">
  <barcode_name>sample string 1</barcode_name>
  <color>true</color>
  <model>true</model>
  <size>true</size>
</m_barcode_group>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.