POST Review/File_RequirementHX_Review/Print
Request Information
URI Parameters
None.
Body Parameters
BasePjtAbbrName | 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. |
|
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
BaseResultName | Description | Type | Additional 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>