POST savecode/{COMcode}/department
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| COMcode | string |
Required |
Body Parameters
DepartmentDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DEP_NO | integer |
None. |
|
| DEP_code | string |
None. |
|
| DEP_group | string |
None. |
|
| DEP_desT | string |
None. |
|
| DEP_desE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DEP_NO": 1,
"DEP_code": "sample string 2",
"DEP_group": "sample string 3",
"DEP_desT": "sample string 4",
"DEP_desE": "sample string 5"
}
application/xml, text/xml
Sample:
<DepartmentDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models"> <DEP_NO>1</DEP_NO> <DEP_code>sample string 2</DEP_code> <DEP_desE>sample string 5</DEP_desE> <DEP_desT>sample string 4</DEP_desT> <DEP_group>sample string 3</DEP_group> </DepartmentDataModel>
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.