POST ToolingInfo/View
Request Information
URI Parameters
None.
Body Parameters
BasePageCompanyName | Description | Type | Additional information |
---|---|---|---|
CompanyName | string |
None. |
|
ActionUser | string |
None. |
|
IID | integer |
None. |
|
PrjtAbbr | string |
None. |
|
exportfile | string |
None. |
|
SortList | Collection of BaseSort |
None. |
|
ScreenList | Collection of BaseScreen |
None. |
|
ProjectName | string |
None. |
|
PageSize | integer |
None. |
|
PageIndex | integer |
None. |
|
QueryKey | string |
None. |
|
StartTime | string |
None. |
|
EndTime | string |
None. |
|
_pageIndex | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "_pageIndex": 1, "CompanyName": "sample string 1", "ActionUser": "sample string 2", "IID": 3, "PrjtAbbr": "sample string 4", "exportfile": "sample string 5", "SortList": [ { "SortName": "sample string 1", "Asc": true }, { "SortName": "sample string 1", "Asc": true } ], "ScreenList": [ { "ScreenName": "sample string 1", "ScreenValue": "sample string 2" }, { "ScreenName": "sample string 1", "ScreenValue": "sample string 2" } ], "ProjectName": "sample string 6", "PageSize": 7, "PageIndex": 1, "QueryKey": "sample string 9", "StartTime": "sample string 10", "EndTime": "sample string 11" }
application/xml, text/xml
Sample:
<BasePageCompany xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models"> <EndTime xmlns="http://schemas.datacontract.org/2004/07/">sample string 11</EndTime> <IID xmlns="http://schemas.datacontract.org/2004/07/">0</IID> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/">1</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/">7</PageSize> <QueryKey xmlns="http://schemas.datacontract.org/2004/07/">sample string 9</QueryKey> <ScreenList xmlns:d2p1="http://schemas.datacontract.org/2004/07/WeldingAPI.Models" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/" /> <SortList xmlns:d2p1="http://schemas.datacontract.org/2004/07/WeldingAPI.Models" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/" /> <StartTime xmlns="http://schemas.datacontract.org/2004/07/">sample string 10</StartTime> <_pageIndex xmlns="http://schemas.datacontract.org/2004/07/">1</_pageIndex> <ActionUser>sample string 2</ActionUser> <CompanyName>sample string 1</CompanyName> <IID>3</IID> <PrjtAbbr>sample string 4</PrjtAbbr> <ProjectName>sample string 6</ProjectName> <ScreenList> <BaseScreen> <ScreenName>sample string 1</ScreenName> <ScreenValue>sample string 2</ScreenValue> </BaseScreen> <BaseScreen> <ScreenName>sample string 1</ScreenName> <ScreenValue>sample string 2</ScreenValue> </BaseScreen> </ScreenList> <SortList> <BaseSort> <Asc>true</Asc> <SortName>sample string 1</SortName> </BaseSort> <BaseSort> <Asc>true</Asc> <SortName>sample string 1</SortName> </BaseSort> </SortList> <exportfile>sample string 5</exportfile> </BasePageCompany>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BasePageResultTOfLib_Base_ToolingInfoName | Description | Type | Additional information |
---|---|---|---|
Success | integer |
None. |
|
Msg | string |
None. |
|
Token | string |
None. |
|
PageCount | integer |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
Totals | integer |
None. |
|
DataContent | Collection of Lib_Base_ToolingInfo |
None. |
|
PositionPage | integer |
None. |
|
PositionRow | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Success": 1, "Msg": "sample string 2", "Token": "sample string 3", "PageCount": 4, "PageIndex": 5, "PageSize": 6, "Totals": 7, "DataContent": [ { "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:54:37", "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:54:37", "mtmanufacture": "sample string 12", "mtdate": "2024-11-28 14:54:37", "mt_no": "sample string 13", "mt_request": "sample string 14", "mt_file": "sample string 15", "next_mtdate": "2024-11-28 14:54:37", "mind": 1, "remark": "sample string 16", "maker": "sample string 17", "make_date": "2024-11-28 14:54:37", "modifier": "sample string 18", "modi_date": "2024-11-28 14:54:37", "Company_Name": "sample string 19", "work_procedure_maker": "sample string 20", "work_procedure_uploadtime": "2024-11-28 14:54:37", "weekcheck_maker": "sample string 21", "weekcheck_uploadtime": "2024-11-28 14:54:37", "mt_maker": "sample string 22", "mt_uploadtime": "2024-11-28 14:54:37", "weekcheckprocedure_file": "sample string 23", "weekcheckprocedure_maker": "sample string 24", "weekcheckprocedure_uploadtime": "2024-11-28 14:54:37", "sort": 1 }, { "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:54:37", "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:54:37", "mtmanufacture": "sample string 12", "mtdate": "2024-11-28 14:54:37", "mt_no": "sample string 13", "mt_request": "sample string 14", "mt_file": "sample string 15", "next_mtdate": "2024-11-28 14:54:37", "mind": 1, "remark": "sample string 16", "maker": "sample string 17", "make_date": "2024-11-28 14:54:37", "modifier": "sample string 18", "modi_date": "2024-11-28 14:54:37", "Company_Name": "sample string 19", "work_procedure_maker": "sample string 20", "work_procedure_uploadtime": "2024-11-28 14:54:37", "weekcheck_maker": "sample string 21", "weekcheck_uploadtime": "2024-11-28 14:54:37", "mt_maker": "sample string 22", "mt_uploadtime": "2024-11-28 14:54:37", "weekcheckprocedure_file": "sample string 23", "weekcheckprocedure_maker": "sample string 24", "weekcheckprocedure_uploadtime": "2024-11-28 14:54:37", "sort": 1 } ], "PositionPage": 8, "PositionRow": 9 }
application/xml, text/xml
Sample:
<BasePageResultTOfLib_Base_ToolingInfoMvUOqDL6 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models"> <DataContent xmlns:d2p1="http://schemas.datacontract.org/2004/07/WeldingAPI.Models.EF"> <d2p1:Lib_Base_ToolingInfo> <d2p1:Company_Name>sample string 19</d2p1:Company_Name> <d2p1:crux_ti>true</d2p1:crux_ti> <d2p1:iid>1</d2p1:iid> <d2p1:make_date>2024-11-28T14:54:37.4188021+08:00</d2p1:make_date> <d2p1:makedate>2024-11-28T14:54:37.4188021+08:00</d2p1:makedate> <d2p1:maker>sample string 17</d2p1:maker> <d2p1:manufacturer>sample string 4</d2p1:manufacturer> <d2p1:mind>1</d2p1:mind> <d2p1:modi_date>2024-11-28T14:54:37.4188021+08:00</d2p1:modi_date> <d2p1:modifier>sample string 18</d2p1:modifier> <d2p1:mt_file>sample string 15</d2p1:mt_file> <d2p1:mt_maker>sample string 22</d2p1:mt_maker> <d2p1:mt_no>sample string 13</d2p1:mt_no> <d2p1:mt_request>sample string 14</d2p1:mt_request> <d2p1:mt_uploadtime>2024-11-28T14:54:37.4188021+08:00</d2p1:mt_uploadtime> <d2p1:mtdate>2024-11-28T14:54:37.4188021+08:00</d2p1:mtdate> <d2p1:mtmanufacture>sample string 12</d2p1:mtmanufacture> <d2p1:next_mtdate>2024-11-28T14:54:37.4188021+08:00</d2p1:next_mtdate> <d2p1:remark>sample string 16</d2p1:remark> <d2p1:sort>1</d2p1:sort> <d2p1:status>sample string 5</d2p1:status> <d2p1:ti_name>sample string 3</d2p1:ti_name> <d2p1:ti_no>sample string 2</d2p1:ti_no> <d2p1:weekcheck>true</d2p1:weekcheck> <d2p1:weekcheck_file>sample string 10</d2p1:weekcheck_file> <d2p1:weekcheck_frequency>1</d2p1:weekcheck_frequency> <d2p1:weekcheck_maker>sample string 21</d2p1:weekcheck_maker> <d2p1:weekcheck_no>sample string 8</d2p1:weekcheck_no> <d2p1:weekcheck_request>sample string 9</d2p1:weekcheck_request> <d2p1:weekcheck_uploadtime>2024-11-28T14:54:37.4188021+08:00</d2p1:weekcheck_uploadtime> <d2p1:weekcheckdate>2024-11-28T14:54:37.4188021+08:00</d2p1:weekcheckdate> <d2p1:weekcheckmanufacture>sample string 11</d2p1:weekcheckmanufacture> <d2p1:weekcheckprocedure_file>sample string 23</d2p1:weekcheckprocedure_file> <d2p1:weekcheckprocedure_maker>sample string 24</d2p1:weekcheckprocedure_maker> <d2p1:weekcheckprocedure_uploadtime>2024-11-28T14:54:37.4188021+08:00</d2p1:weekcheckprocedure_uploadtime> <d2p1:work_procedure>true</d2p1:work_procedure> <d2p1:work_procedure_file>sample string 7</d2p1:work_procedure_file> <d2p1:work_procedure_maker>sample string 20</d2p1:work_procedure_maker> <d2p1:work_procedure_uploadtime>2024-11-28T14:54:37.4188021+08:00</d2p1:work_procedure_uploadtime> <d2p1:workstation>sample string 6</d2p1:workstation> </d2p1:Lib_Base_ToolingInfo> <d2p1:Lib_Base_ToolingInfo> <d2p1:Company_Name>sample string 19</d2p1:Company_Name> <d2p1:crux_ti>true</d2p1:crux_ti> <d2p1:iid>1</d2p1:iid> <d2p1:make_date>2024-11-28T14:54:37.4188021+08:00</d2p1:make_date> <d2p1:makedate>2024-11-28T14:54:37.4188021+08:00</d2p1:makedate> <d2p1:maker>sample string 17</d2p1:maker> <d2p1:manufacturer>sample string 4</d2p1:manufacturer> <d2p1:mind>1</d2p1:mind> <d2p1:modi_date>2024-11-28T14:54:37.4188021+08:00</d2p1:modi_date> <d2p1:modifier>sample string 18</d2p1:modifier> <d2p1:mt_file>sample string 15</d2p1:mt_file> <d2p1:mt_maker>sample string 22</d2p1:mt_maker> <d2p1:mt_no>sample string 13</d2p1:mt_no> <d2p1:mt_request>sample string 14</d2p1:mt_request> <d2p1:mt_uploadtime>2024-11-28T14:54:37.4188021+08:00</d2p1:mt_uploadtime> <d2p1:mtdate>2024-11-28T14:54:37.4188021+08:00</d2p1:mtdate> <d2p1:mtmanufacture>sample string 12</d2p1:mtmanufacture> <d2p1:next_mtdate>2024-11-28T14:54:37.4188021+08:00</d2p1:next_mtdate> <d2p1:remark>sample string 16</d2p1:remark> <d2p1:sort>1</d2p1:sort> <d2p1:status>sample string 5</d2p1:status> <d2p1:ti_name>sample string 3</d2p1:ti_name> <d2p1:ti_no>sample string 2</d2p1:ti_no> <d2p1:weekcheck>true</d2p1:weekcheck> <d2p1:weekcheck_file>sample string 10</d2p1:weekcheck_file> <d2p1:weekcheck_frequency>1</d2p1:weekcheck_frequency> <d2p1:weekcheck_maker>sample string 21</d2p1:weekcheck_maker> <d2p1:weekcheck_no>sample string 8</d2p1:weekcheck_no> <d2p1:weekcheck_request>sample string 9</d2p1:weekcheck_request> <d2p1:weekcheck_uploadtime>2024-11-28T14:54:37.4188021+08:00</d2p1:weekcheck_uploadtime> <d2p1:weekcheckdate>2024-11-28T14:54:37.4188021+08:00</d2p1:weekcheckdate> <d2p1:weekcheckmanufacture>sample string 11</d2p1:weekcheckmanufacture> <d2p1:weekcheckprocedure_file>sample string 23</d2p1:weekcheckprocedure_file> <d2p1:weekcheckprocedure_maker>sample string 24</d2p1:weekcheckprocedure_maker> <d2p1:weekcheckprocedure_uploadtime>2024-11-28T14:54:37.4188021+08:00</d2p1:weekcheckprocedure_uploadtime> <d2p1:work_procedure>true</d2p1:work_procedure> <d2p1:work_procedure_file>sample string 7</d2p1:work_procedure_file> <d2p1:work_procedure_maker>sample string 20</d2p1:work_procedure_maker> <d2p1:work_procedure_uploadtime>2024-11-28T14:54:37.4188021+08:00</d2p1:work_procedure_uploadtime> <d2p1:workstation>sample string 6</d2p1:workstation> </d2p1:Lib_Base_ToolingInfo> </DataContent> <Msg>sample string 2</Msg> <PageCount>4</PageCount> <PageIndex>5</PageIndex> <PageSize>6</PageSize> <PositionPage>8</PositionPage> <PositionRow>9</PositionRow> <Success>1</Success> <Token>sample string 3</Token> <Totals>7</Totals> </BasePageResultTOfLib_Base_ToolingInfoMvUOqDL6>