POST V3/savecode/{COMcode}/store
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
COMcode | string |
Required |
Body Parameters
M5L_StoreDataModelName | Description | Type | Additional information |
---|---|---|---|
CR_no | integer |
None. |
|
CR_code | string |
None. |
|
CR_group | string |
None. |
|
CR_desT | string |
None. |
|
CR_desE | string |
None. |
|
CR_lock | integer |
None. |
|
CR_hide | integer |
None. |
|
CR_cnect | integer |
None. |
|
CR_editdt | date |
None. |
|
CR_editUSR | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CR_no": 1, "CR_code": "sample string 2", "CR_group": "sample string 3", "CR_desT": "sample string 4", "CR_desE": "sample string 5", "CR_lock": 6, "CR_hide": 7, "CR_cnect": 8, "CR_editdt": "2025-07-18T05:13:30.3522452+07:00", "CR_editUSR": "sample string 10" }
application/xml, text/xml
Sample:
<M5L_StoreDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models"> <CR_cnect>8</CR_cnect> <CR_code>sample string 2</CR_code> <CR_desE>sample string 5</CR_desE> <CR_desT>sample string 4</CR_desT> <CR_editUSR>sample string 10</CR_editUSR> <CR_editdt>2025-07-18T05:13:30.3522452+07:00</CR_editdt> <CR_group>sample string 3</CR_group> <CR_hide>7</CR_hide> <CR_lock>6</CR_lock> <CR_no>1</CR_no> </M5L_StoreDataModel>
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.