POST api/MKTH/Setting/CreateBarcodeGroups
Request Information
URI Parameters
None.
Body Parameters
m_barcode_group| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.