POST Statistics/TPStatusView

Request Information

URI Parameters

None.

Body Parameters

BasePjtAbbr
NameDescriptionTypeAdditional information
CompanyName

string

None.

pjt_abbr

string

None.

user

string

None.

QueryKey

string

None.

SortList

Collection of BaseSort

None.

ExType

integer

None.

OrientationType

integer

None.

Prj_Type

integer

None.

iid

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CompanyName": "sample string 1",
  "pjt_abbr": "sample string 2",
  "user": "sample string 3",
  "QueryKey": "sample string 4",
  "SortList": [
    {
      "SortName": "sample string 1",
      "Asc": true
    },
    {
      "SortName": "sample string 1",
      "Asc": true
    }
  ],
  "ExType": 5,
  "OrientationType": 6,
  "Prj_Type": 1,
  "iid": 7
}

application/xml, text/xml

Sample:
<BasePjtAbbr xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <CompanyName>sample string 1</CompanyName>
  <ExType>5</ExType>
  <OrientationType>6</OrientationType>
  <Prj_Type>1</Prj_Type>
  <QueryKey>sample string 4</QueryKey>
  <SortList xmlns:d2p1="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">
    <d2p1:BaseSort>
      <d2p1:Asc>true</d2p1:Asc>
      <d2p1:SortName>sample string 1</d2p1:SortName>
    </d2p1:BaseSort>
    <d2p1:BaseSort>
      <d2p1:Asc>true</d2p1:Asc>
      <d2p1:SortName>sample string 1</d2p1:SortName>
    </d2p1:BaseSort>
  </SortList>
  <iid>7</iid>
  <pjt_abbr>sample string 2</pjt_abbr>
  <user>sample string 3</user>
</BasePjtAbbr>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BasePageResultTOfkeyvaluemodel
NameDescriptionTypeAdditional 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 keyvaluemodel

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": [
    {
      "key": "sample string 1",
      "val": 2
    },
    {
      "key": "sample string 1",
      "val": 2
    }
  ],
  "PositionPage": 8,
  "PositionRow": 9
}

application/xml, text/xml

Sample:
<BasePageResultTOfStatisticsController.keyvaluemodel71MB366K 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.Controllers">
    <d2p1:StatisticsController.keyvaluemodel>
      <d2p1:key>sample string 1</d2p1:key>
      <d2p1:val>2</d2p1:val>
    </d2p1:StatisticsController.keyvaluemodel>
    <d2p1:StatisticsController.keyvaluemodel>
      <d2p1:key>sample string 1</d2p1:key>
      <d2p1:val>2</d2p1:val>
    </d2p1:StatisticsController.keyvaluemodel>
  </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>
</BasePageResultTOfStatisticsController.keyvaluemodel71MB366K>