POST WeldMatrixBox/Export
Request Information
URI Parameters
None.
Body Parameters
IExportParamName | Description | Type | Additional information |
---|---|---|---|
exportjobname | string |
None. |
|
iids | Collection of string |
None. |
|
CompanyName | string |
None. |
|
Width | integer |
None. |
|
ExType | integer |
None. |
|
OrientationType | integer |
None. |
|
IIDList | Collection of integer |
None. |
|
ExportType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "exportjobname": "sample string 1", "iids": [ "sample string 1", "sample string 2" ], "CompanyName": "sample string 2", "Width": 3, "ExType": 4, "OrientationType": 5, "IIDList": [ 1, 2 ], "ExportType": 6 }
application/xml, text/xml
Sample:
<IExportParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models.Request"> <CompanyName>sample string 2</CompanyName> <ExType>4</ExType> <ExportType>6</ExportType> <IIDList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:long>1</d2p1:long> <d2p1:long>2</d2p1:long> </IIDList> <OrientationType>5</OrientationType> <Width>3</Width> <exportjobname>sample string 1</exportjobname> <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> </IExportParam>
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>