POST Material/BMCertificate/Edit
Request Information
URI Parameters
None.
Body Parameters
Lib_BM_Certificate| Name | Description | Type | Additional information |
|---|---|---|---|
| IID | integer |
None. |
|
| BM_Cert_No | string |
None. |
|
| BM_Cert_Pic | Collection of byte |
None. |
|
| Direc_Supplier | string |
None. |
|
| Manufacturer | string |
None. |
|
| Valid | integer |
None. |
|
| Maker | string |
None. |
|
| Make_Date | date |
None. |
|
| Modifier | string |
None. |
|
| Mod_Date | date |
None. |
|
| Remark | string |
None. |
|
| Company_Name | string |
None. |
|
| Valid_Str | string |
None. |
|
| url | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IID": 1,
"BM_Cert_No": "sample string 2",
"BM_Cert_Pic": "QEA=",
"Direc_Supplier": "sample string 3",
"Manufacturer": "sample string 4",
"Valid": 1,
"Maker": "sample string 5",
"Make_Date": "2026-04-16 20:02:47",
"Modifier": "sample string 6",
"Mod_Date": "2026-04-16 20:02:47",
"Remark": "sample string 7",
"Company_Name": "sample string 8",
"Valid_Str": "有效",
"url": "sample string 10"
}
application/xml, text/xml
Sample:
<Lib_BM_Certificate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models.EF"> <BM_Cert_No>sample string 2</BM_Cert_No> <BM_Cert_Pic>QEA=</BM_Cert_Pic> <Company_Name>sample string 8</Company_Name> <Direc_Supplier>sample string 3</Direc_Supplier> <IID>1</IID> <Make_Date>2026-04-16T20:02:47.4470477+08:00</Make_Date> <Maker>sample string 5</Maker> <Manufacturer>sample string 4</Manufacturer> <Mod_Date>2026-04-16T20:02:47.4470477+08:00</Mod_Date> <Modifier>sample string 6</Modifier> <Remark>sample string 7</Remark> <Valid>1</Valid> <Valid_Str>有效</Valid_Str> <url>sample string 10</url> </Lib_BM_Certificate>
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>