POST JointZJ/WPSSave

Request Information

URI Parameters

None.

Body Parameters

WpsInfo
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'WpsInfo'.

Response Information

Resource Description

BaseResult
NameDescriptionTypeAdditional 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>