POST V3/savecode/{COMcode}/job
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| COMcode | string |
Required |
Body Parameters
M5L_JobDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CJ_no | integer |
None. |
|
| CJ_code | string |
None. |
|
| CJ_group | string |
None. |
|
| CJ_desT | string |
None. |
|
| CJ_desE | string |
None. |
|
| CJ_lock | integer |
None. |
|
| CJ_hide | integer |
None. |
|
| CJ_cnect | integer |
None. |
|
| CJ_editDT | date |
None. |
|
| CJ_editUSR | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CJ_no": 1,
"CJ_code": "sample string 2",
"CJ_group": "sample string 3",
"CJ_desT": "sample string 4",
"CJ_desE": "sample string 5",
"CJ_lock": 6,
"CJ_hide": 7,
"CJ_cnect": 8,
"CJ_editDT": "2026-02-04T09:46:46.6245416+07:00",
"CJ_editUSR": "sample string 10"
}
application/xml, text/xml
Sample:
<M5L_JobDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models"> <CJ_cnect>8</CJ_cnect> <CJ_code>sample string 2</CJ_code> <CJ_desE>sample string 5</CJ_desE> <CJ_desT>sample string 4</CJ_desT> <CJ_editDT>2026-02-04T09:46:46.6245416+07:00</CJ_editDT> <CJ_editUSR>sample string 10</CJ_editUSR> <CJ_group>sample string 3</CJ_group> <CJ_hide>7</CJ_hide> <CJ_lock>6</CJ_lock> <CJ_no>1</CJ_no> </M5L_JobDataModel>
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.