POST JointZJ/WPSSave
Request Information
URI Parameters
None.
Body Parameters
WpsInfoName | Description | Type | Additional information |
---|---|---|---|
IID | integer |
None. |
|
Weld_Details | string |
None. |
|
Depth | string |
None. |
|
Weld_Bead | string |
None. |
|
Remarks | string |
None. |
|
GrooveType | string |
None. |
|
Bevelangle | string |
None. |
|
Bluntedge | string |
None. |
|
Clearance | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "IID": 1, "Weld_Details": "sample string 2", "Depth": "sample string 3", "Weld_Bead": "sample string 4", "Remarks": "sample string 5", "GrooveType": "sample string 6", "Bevelangle": "sample string 7", "Bluntedge": "sample string 8", "Clearance": "sample string 9" }
application/xml, text/xml
Sample:
<WpsInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models.EF"> <Bevelangle>sample string 7</Bevelangle> <Bluntedge>sample string 8</Bluntedge> <Clearance>sample string 9</Clearance> <Depth>sample string 3</Depth> <GrooveType>sample string 6</GrooveType> <IID>1</IID> <Remarks>sample string 5</Remarks> <Weld_Bead>sample string 4</Weld_Bead> <Weld_Details>sample string 2</Weld_Details> </WpsInfo>
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>