POST WeldingTool/Edit

Request Information

URI Parameters

None.

Body Parameters

Lib_Base_WeldingTool
NameDescriptionTypeAdditional information
iid

integer

None.

wt_no

string

None.

wt_name

string

None.

type

string

None.

quantity

string

None.

workstation

string

None.

brand

string

None.

specification

string

None.

work_procedure

boolean

None.

work_procedure_file

string

None.

ischeck

boolean

None.

checkdate

date

None.

check_no

string

None.

check_request

string

None.

check_file

string

None.

recheck_cycle

string

None.

mind

integer

None.

remark

string

None.

maker

string

None.

make_date

date

None.

modifier

string

None.

modi_date

date

None.

Company_Name

string

None.

work_procedure_maker

string

None.

work_procedure_uploadtime

date

None.

check_maker

string

None.

check_uploadtime

date

None.

sort

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "iid": 1,
  "wt_no": "sample string 2",
  "wt_name": "sample string 3",
  "type": "sample string 4",
  "quantity": "sample string 5",
  "workstation": "sample string 6",
  "brand": "sample string 7",
  "specification": "sample string 8",
  "work_procedure": true,
  "work_procedure_file": "sample string 9",
  "ischeck": true,
  "checkdate": "2024-11-28 14:33:16",
  "check_no": "sample string 10",
  "check_request": "sample string 11",
  "check_file": "sample string 12",
  "recheck_cycle": "sample string 13",
  "mind": 1,
  "remark": "sample string 14",
  "maker": "sample string 15",
  "make_date": "2024-11-28 14:33:16",
  "modifier": "sample string 16",
  "modi_date": "2024-11-28 14:33:16",
  "Company_Name": "sample string 17",
  "work_procedure_maker": "sample string 18",
  "work_procedure_uploadtime": "2024-11-28 14:33:16",
  "check_maker": "sample string 19",
  "check_uploadtime": "2024-11-28 14:33:16",
  "sort": 1
}

application/xml, text/xml

Sample:
<Lib_Base_WeldingTool xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models.EF">
  <Company_Name>sample string 17</Company_Name>
  <brand>sample string 7</brand>
  <check_file>sample string 12</check_file>
  <check_maker>sample string 19</check_maker>
  <check_no>sample string 10</check_no>
  <check_request>sample string 11</check_request>
  <check_uploadtime>2024-11-28T14:33:16.7880087+08:00</check_uploadtime>
  <checkdate>2024-11-28T14:33:16.7880087+08:00</checkdate>
  <iid>1</iid>
  <ischeck>true</ischeck>
  <make_date>2024-11-28T14:33:16.7880087+08:00</make_date>
  <maker>sample string 15</maker>
  <mind>1</mind>
  <modi_date>2024-11-28T14:33:16.7880087+08:00</modi_date>
  <modifier>sample string 16</modifier>
  <quantity>sample string 5</quantity>
  <recheck_cycle>sample string 13</recheck_cycle>
  <remark>sample string 14</remark>
  <sort>1</sort>
  <specification>sample string 8</specification>
  <type>sample string 4</type>
  <work_procedure>true</work_procedure>
  <work_procedure_file>sample string 9</work_procedure_file>
  <work_procedure_maker>sample string 18</work_procedure_maker>
  <work_procedure_uploadtime>2024-11-28T14:33:16.7880087+08:00</work_procedure_uploadtime>
  <workstation>sample string 6</workstation>
  <wt_name>sample string 3</wt_name>
  <wt_no>sample string 2</wt_no>
</Lib_Base_WeldingTool>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseResult
NameDescriptionTypeAdditional information
Success

integer

None.

Msg

string

None.

Token

string

None.

Key

string

None.

FileName

string

None.

FilePageCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": 1,
  "Msg": "sample string 2",
  "Token": "sample string 3",
  "Key": "sample string 4",
  "FileName": "sample string 5",
  "FilePageCount": 6
}

application/xml, text/xml

Sample:
<BaseResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">
  <FileName>sample string 5</FileName>
  <FilePageCount>6</FilePageCount>
  <Key>sample string 4</Key>
  <Msg>sample string 2</Msg>
  <Success>1</Success>
  <Token>sample string 3</Token>
</BaseResult>