POST V3/savecode/{COMcode}/zone
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| COMcode | string |
Required |
Body Parameters
M5L_ZoneDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CZ_no | integer |
None. |
|
| CZ_code | string |
None. |
|
| CZ_group | string |
None. |
|
| CZ_desT | string |
None. |
|
| CZ_desE | string |
None. |
|
| CZ_lock | integer |
None. |
|
| CZ_hide | integer |
None. |
|
| CZ_cnect | integer |
None. |
|
| CZ_editdt | date |
None. |
|
| CZ_editUSR | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CZ_no": 1,
"CZ_code": "sample string 2",
"CZ_group": "sample string 3",
"CZ_desT": "sample string 4",
"CZ_desE": "sample string 5",
"CZ_lock": 6,
"CZ_hide": 7,
"CZ_cnect": 8,
"CZ_editdt": "2026-02-04T09:45:16.9989069+07:00",
"CZ_editUSR": "sample string 10"
}
application/xml, text/xml
Sample:
<M5L_ZoneDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models"> <CZ_cnect>8</CZ_cnect> <CZ_code>sample string 2</CZ_code> <CZ_desE>sample string 5</CZ_desE> <CZ_desT>sample string 4</CZ_desT> <CZ_editUSR>sample string 10</CZ_editUSR> <CZ_editdt>2026-02-04T09:45:16.9989069+07:00</CZ_editdt> <CZ_group>sample string 3</CZ_group> <CZ_hide>7</CZ_hide> <CZ_lock>6</CZ_lock> <CZ_no>1</CZ_no> </M5L_ZoneDataModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.