POST Welder/Lib_Welder/Export

Request Information

URI Parameters

None.

Body Parameters

Lib_WelderByCert
NameDescriptionTypeAdditional information
iids

Collection of string

None.

Cert_iid

string

None.

Cert_name

string

None.

Width

integer

None.

ExType

integer

None.

OrientationType

integer

None.

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,
  "iids": [
    "sample string 1",
    "sample string 2"
  ],
  "Cert_iid": "sample string 1",
  "Cert_name": "sample string 2",
  "Width": 3,
  "ExType": 4,
  "OrientationType": 5,
  "CompanyName": "sample string 6",
  "ActionUser": "sample string 7",
  "IID": 8,
  "PrjtAbbr": "sample string 9",
  "exportfile": "sample string 10",
  "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 11",
  "PageSize": 12,
  "PageIndex": 1,
  "QueryKey": "sample string 14",
  "StartTime": "sample string 15",
  "EndTime": "sample string 16"
}

application/xml, text/xml

Sample:
<Lib_WelderByCert xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models.Request">
  <EndTime xmlns="http://schemas.datacontract.org/2004/07/">sample string 16</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/">12</PageSize>
  <QueryKey xmlns="http://schemas.datacontract.org/2004/07/">sample string 14</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 15</StartTime>
  <_pageIndex xmlns="http://schemas.datacontract.org/2004/07/">1</_pageIndex>
  <ActionUser xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">sample string 7</ActionUser>
  <CompanyName xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">sample string 6</CompanyName>
  <IID xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">8</IID>
  <PrjtAbbr xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">sample string 9</PrjtAbbr>
  <ProjectName xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">sample string 11</ProjectName>
  <ScreenList xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">
    <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 xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">
    <BaseSort>
      <Asc>true</Asc>
      <SortName>sample string 1</SortName>
    </BaseSort>
    <BaseSort>
      <Asc>true</Asc>
      <SortName>sample string 1</SortName>
    </BaseSort>
  </SortList>
  <exportfile xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">sample string 10</exportfile>
  <Cert_iid>sample string 1</Cert_iid>
  <Cert_name>sample string 2</Cert_name>
  <ExType>4</ExType>
  <OrientationType>5</OrientationType>
  <Width>3</Width>
  <iids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </iids>
</Lib_WelderByCert>

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>