POST WPSZJ/MatchWPQR
Request Information
URI Parameters
None.
Body Parameters
MatchWPQR| Name | Description | Type | Additional information |
|---|---|---|---|
| wpsid | integer |
None. |
|
| weld_process | integer |
None. |
|
| pm_type | integer |
None. |
|
| pm_group | integer |
None. |
|
| joint_type | integer |
None. |
|
| fm_type | integer |
None. |
|
| p_size | integer |
None. |
|
| d_size | integer |
None. |
|
| m_size | integer |
None. |
|
| weld_position | integer |
None. |
|
| seam_size | integer |
None. |
|
| company_name | string |
None. |
|
| fm | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"wpsid": 1,
"weld_process": 2,
"pm_type": 3,
"pm_group": 4,
"joint_type": 5,
"fm_type": 6,
"p_size": 7,
"d_size": 8,
"m_size": 9,
"weld_position": 10,
"seam_size": 11,
"company_name": "sample string 12",
"fm": 13
}
application/xml, text/xml
Sample:
<MatchWPQR xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models.Request"> <company_name>sample string 12</company_name> <d_size>8</d_size> <fm>13</fm> <fm_type>6</fm_type> <joint_type>5</joint_type> <m_size>9</m_size> <p_size>7</p_size> <pm_group>4</pm_group> <pm_type>3</pm_type> <seam_size>11</seam_size> <weld_position>10</weld_position> <weld_process>2</weld_process> <wpsid>1</wpsid> </MatchWPQR>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
BaseResultTOfLib_WPQR| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | integer |
None. |
|
| Msg | string |
None. |
|
| Token | string |
None. |
|
| DataContent | Collection of Lib_WPQR |
None. |
|
| PositionPage | integer |
None. |
|
| PositionRow | integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample: