PUT api/MKTH/Setting/UpdateBarcodeGroup
Request Information
URI Parameters
None.
Body Parameters
Barcode_Group| Name | Description | Type | Additional information |
|---|---|---|---|
| barcode_group_id | integer |
None. |
|
| group_name | string |
Required String length: inclusive between 0 and 100 |
|
| model | boolean |
None. |
|
| color | boolean |
None. |
|
| size | boolean |
None. |
|
| group_type | string |
Required String length: inclusive between 0 and 1 |
Request Formats
application/json, text/json
Sample:
{
"barcode_group_id": 1,
"group_name": "sample string 2",
"model": true,
"color": true,
"size": true,
"group_type": "sample string 6"
}
application/xml, text/xml
Sample:
<Barcode_Group xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Entity"> <barcode_group_id>1</barcode_group_id> <color>true</color> <group_name>sample string 2</group_name> <group_type>sample string 6</group_type> <model>true</model> <size>true</size> </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.