POST V2/savecode/{COMcode}/zone

Request Information

URI Parameters

NameDescriptionTypeAdditional information
COMcode

string

Required

Body Parameters

M5ZoneDataModel
NameDescriptionTypeAdditional information
ZONautoNo

integer

None.

ZONcode

string

None.

ZONgroup

string

None.

ZONdescT

string

None.

ZONdescE

string

None.

ZONlock

integer

None.

ZONhide

integer

None.

ZONeditDT

date

None.

ZONeditMF

string

None.

ZONconnect

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ZONautoNo": 1,
  "ZONcode": "sample string 2",
  "ZONgroup": "sample string 3",
  "ZONdescT": "sample string 4",
  "ZONdescE": "sample string 5",
  "ZONlock": 6,
  "ZONhide": 7,
  "ZONeditDT": "2025-07-18T05:19:58.5393685+07:00",
  "ZONeditMF": "sample string 9",
  "ZONconnect": 10
}

application/xml, text/xml

Sample:
<M5ZoneDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models">
  <ZONautoNo>1</ZONautoNo>
  <ZONcode>sample string 2</ZONcode>
  <ZONconnect>10</ZONconnect>
  <ZONdescE>sample string 5</ZONdescE>
  <ZONdescT>sample string 4</ZONdescT>
  <ZONeditDT>2025-07-18T05:19:58.5393685+07:00</ZONeditDT>
  <ZONeditMF>sample string 9</ZONeditMF>
  <ZONgroup>sample string 3</ZONgroup>
  <ZONhide>7</ZONhide>
  <ZONlock>6</ZONlock>
</M5ZoneDataModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.