POST ToolingInfo/Edit

Request Information

URI Parameters

None.

Body Parameters

Lib_Base_ToolingInfo
NameDescriptionTypeAdditional information
iid

integer

None.

ti_no

string

None.

ti_name

string

None.

manufacturer

string

None.

status

string

None.

workstation

string

None.

crux_ti

boolean

None.

work_procedure

boolean

None.

work_procedure_file

string

None.

makedate

date

None.

weekcheck

boolean

None.

weekcheck_no

string

None.

weekcheck_request

string

None.

weekcheck_frequency

integer

None.

weekcheck_file

string

None.

weekcheckmanufacture

string

None.

weekcheckdate

date

None.

mtmanufacture

string

None.

mtdate

date

None.

mt_no

string

None.

mt_request

string

None.

mt_file

string

None.

next_mtdate

date

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.

weekcheck_maker

string

None.

weekcheck_uploadtime

date

None.

mt_maker

string

None.

mt_uploadtime

date

None.

weekcheckprocedure_file

string

None.

weekcheckprocedure_maker

string

None.

weekcheckprocedure_uploadtime

date

None.

sort

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "iid": 1,
  "ti_no": "sample string 2",
  "ti_name": "sample string 3",
  "manufacturer": "sample string 4",
  "status": "sample string 5",
  "workstation": "sample string 6",
  "crux_ti": true,
  "work_procedure": true,
  "work_procedure_file": "sample string 7",
  "makedate": "2024-11-28 14:30:53",
  "weekcheck": true,
  "weekcheck_no": "sample string 8",
  "weekcheck_request": "sample string 9",
  "weekcheck_frequency": 1,
  "weekcheck_file": "sample string 10",
  "weekcheckmanufacture": "sample string 11",
  "weekcheckdate": "2024-11-28 14:30:53",
  "mtmanufacture": "sample string 12",
  "mtdate": "2024-11-28 14:30:53",
  "mt_no": "sample string 13",
  "mt_request": "sample string 14",
  "mt_file": "sample string 15",
  "next_mtdate": "2024-11-28 14:30:53",
  "mind": 1,
  "remark": "sample string 16",
  "maker": "sample string 17",
  "make_date": "2024-11-28 14:30:53",
  "modifier": "sample string 18",
  "modi_date": "2024-11-28 14:30:53",
  "Company_Name": "sample string 19",
  "work_procedure_maker": "sample string 20",
  "work_procedure_uploadtime": "2024-11-28 14:30:53",
  "weekcheck_maker": "sample string 21",
  "weekcheck_uploadtime": "2024-11-28 14:30:53",
  "mt_maker": "sample string 22",
  "mt_uploadtime": "2024-11-28 14:30:53",
  "weekcheckprocedure_file": "sample string 23",
  "weekcheckprocedure_maker": "sample string 24",
  "weekcheckprocedure_uploadtime": "2024-11-28 14:30:53",
  "sort": 1
}

application/xml, text/xml

Sample:
<Lib_Base_ToolingInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models.EF">
  <Company_Name>sample string 19</Company_Name>
  <crux_ti>true</crux_ti>
  <iid>1</iid>
  <make_date>2024-11-28T14:30:53.0960797+08:00</make_date>
  <makedate>2024-11-28T14:30:53.0960797+08:00</makedate>
  <maker>sample string 17</maker>
  <manufacturer>sample string 4</manufacturer>
  <mind>1</mind>
  <modi_date>2024-11-28T14:30:53.0960797+08:00</modi_date>
  <modifier>sample string 18</modifier>
  <mt_file>sample string 15</mt_file>
  <mt_maker>sample string 22</mt_maker>
  <mt_no>sample string 13</mt_no>
  <mt_request>sample string 14</mt_request>
  <mt_uploadtime>2024-11-28T14:30:53.0960797+08:00</mt_uploadtime>
  <mtdate>2024-11-28T14:30:53.0960797+08:00</mtdate>
  <mtmanufacture>sample string 12</mtmanufacture>
  <next_mtdate>2024-11-28T14:30:53.0960797+08:00</next_mtdate>
  <remark>sample string 16</remark>
  <sort>1</sort>
  <status>sample string 5</status>
  <ti_name>sample string 3</ti_name>
  <ti_no>sample string 2</ti_no>
  <weekcheck>true</weekcheck>
  <weekcheck_file>sample string 10</weekcheck_file>
  <weekcheck_frequency>1</weekcheck_frequency>
  <weekcheck_maker>sample string 21</weekcheck_maker>
  <weekcheck_no>sample string 8</weekcheck_no>
  <weekcheck_request>sample string 9</weekcheck_request>
  <weekcheck_uploadtime>2024-11-28T14:30:53.0960797+08:00</weekcheck_uploadtime>
  <weekcheckdate>2024-11-28T14:30:53.0960797+08:00</weekcheckdate>
  <weekcheckmanufacture>sample string 11</weekcheckmanufacture>
  <weekcheckprocedure_file>sample string 23</weekcheckprocedure_file>
  <weekcheckprocedure_maker>sample string 24</weekcheckprocedure_maker>
  <weekcheckprocedure_uploadtime>2024-11-28T14:30:53.0960797+08:00</weekcheckprocedure_uploadtime>
  <work_procedure>true</work_procedure>
  <work_procedure_file>sample string 7</work_procedure_file>
  <work_procedure_maker>sample string 20</work_procedure_maker>
  <work_procedure_uploadtime>2024-11-28T14:30:53.0960797+08:00</work_procedure_uploadtime>
  <workstation>sample string 6</workstation>
</Lib_Base_ToolingInfo>

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>