POST JointZJ/JointWpqrExport
Request Information
URI Parameters
None.
Body Parameters
BasePjtAbbr| Name | Description | Type | Additional 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. |
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
}
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>
<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>
<pjt_abbr>sample string 2</pjt_abbr>
<user>sample string 3</user>
</BasePjtAbbr>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
BaseResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | integer |
None. |
|
| Msg | string |
None. |
|
| Token | string |
None. |
|
| Key | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": 1,
"Msg": "sample string 2",
"Token": "sample string 3",
"Key": "sample string 4"
}
application/xml, text/xml
Sample:
<BaseResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models"> <Key>sample string 4</Key> <Msg>sample string 2</Msg> <Success>1</Success> <Token>sample string 3</Token> </BaseResult>