POST Material/BaseMaterial/Edit
Request Information
URI Parameters
None.
Body Parameters
Lib_Base_Matrial| Name | Description | Type | Additional information |
|---|---|---|---|
| IID | integer |
None. |
|
| Material_Name | string |
None. |
|
| Description | string |
None. |
|
| Specification | string |
None. |
|
| Group | string |
None. |
|
| Type | string |
None. |
|
| Show_Sequence | integer |
None. |
|
| Maker | string |
None. |
|
| Make_Date | date |
None. |
|
| Modifier | string |
None. |
|
| Mod_Date | date |
None. |
|
| Remark | string |
None. |
|
| Company_Name | string |
None. |
|
| Range | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IID": 1,
"Material_Name": "sample string 2",
"Description": "sample string 3",
"Specification": "sample string 4",
"Group": "sample string 5",
"Type": "sample string 6",
"Show_Sequence": 1,
"Maker": "sample string 7",
"Make_Date": "2026-04-16 19:58:16",
"Modifier": "sample string 8",
"Mod_Date": "2026-04-16 19:58:16",
"Remark": "sample string 9",
"Company_Name": "sample string 10",
"Range": "sample string 11"
}
application/xml, text/xml
Sample:
<Lib_Base_Matrial xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models.EF"> <Company_Name>sample string 10</Company_Name> <Description>sample string 3</Description> <Group>sample string 5</Group> <IID>1</IID> <Make_Date>2026-04-16T19:58:16.9713205+08:00</Make_Date> <Maker>sample string 7</Maker> <Material_Name>sample string 2</Material_Name> <Mod_Date>2026-04-16T19:58:16.9713205+08:00</Mod_Date> <Modifier>sample string 8</Modifier> <Range>sample string 11</Range> <Remark>sample string 9</Remark> <Show_Sequence>1</Show_Sequence> <Specification>sample string 4</Specification> <Type>sample string 6</Type> </Lib_Base_Matrial>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
BaseResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | integer |
None. |
|
| Msg | string |
None. |
|
| Token | string |
None. |
|
| Key | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": 1,
"Msg": "sample string 2",
"Token": "sample string 3",
"Key": "sample string 4"
}
application/xml, text/xml
Sample:
<BaseResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models"> <Key>sample string 4</Key> <Msg>sample string 2</Msg> <Success>1</Success> <Token>sample string 3</Token> </BaseResult>