POST api/MKTH/SettingPacking/CreatePacking
Request Information
URI Parameters
None.
Body Parameters
m_packing_mkth| Name | Description | Type | Additional information |
|---|---|---|---|
| pck_name | string |
None. |
|
| capacity | integer |
None. |
|
| pair | integer |
None. |
|
| bag | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"pck_name": "sample string 1",
"capacity": 2,
"pair": 1,
"bag": 1
}
application/xml, text/xml
Sample:
<m_packing_mkth xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.MKTH"> <bag>1</bag> <capacity>2</capacity> <pair>1</pair> <pck_name>sample string 1</pck_name> </m_packing_mkth>
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.