POST V2/savecode/{COMcode}/store
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
COMcode | string |
Required |
Body Parameters
M5StoreDataModelName | Description | Type | Additional information |
---|---|---|---|
STOautoNo | integer |
None. |
|
STOcode | string |
None. |
|
STOgroup | string |
None. |
|
STOtype | integer |
None. |
|
STOdescT | string |
None. |
|
STOdescE | string |
None. |
|
STOlock | integer |
None. |
|
STOhide | integer |
None. |
|
STOeditDT | date |
None. |
|
STOeditMF | string |
None. |
|
STOconnect | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "STOautoNo": 1, "STOcode": "sample string 2", "STOgroup": "sample string 3", "STOtype": 4, "STOdescT": "sample string 5", "STOdescE": "sample string 6", "STOlock": 7, "STOhide": 8, "STOeditDT": "2025-07-18T05:08:15.156149+07:00", "STOeditMF": "sample string 10", "STOconnect": 11 }
application/xml, text/xml
Sample:
<M5StoreDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models"> <STOautoNo>1</STOautoNo> <STOcode>sample string 2</STOcode> <STOconnect>11</STOconnect> <STOdescE>sample string 6</STOdescE> <STOdescT>sample string 5</STOdescT> <STOeditDT>2025-07-18T05:08:15.156149+07:00</STOeditDT> <STOeditMF>sample string 10</STOeditMF> <STOgroup>sample string 3</STOgroup> <STOhide>8</STOhide> <STOlock>7</STOlock> <STOtype>4</STOtype> </M5StoreDataModel>
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.