POST WQPR/Detail
Request Information
URI Parameters
None.
Body Parameters
BaseWPQRQuery| Name | Description | Type | Additional information |
|---|---|---|---|
| IID | integer |
None. |
|
| WPQRNo | string |
None. |
|
| companyName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IID": 1,
"WPQRNo": "sample string 2",
"companyName": "sample string 3"
}
application/xml, text/xml
Sample:
<BaseWPQRQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models"> <IID>1</IID> <WPQRNo>sample string 2</WPQRNo> <companyName>sample string 3</companyName> </BaseWPQRQuery>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
OWPQRInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| libWPQR | Lib_WPQR |
None. |
|
| libWPQRRange | Lib_WPQR_Range |
None. |
|
| filename | string |
None. |
|
| Success | integer |
None. |
|
| Msg | string |
None. |
|
| Token | string |
None. |
|
| Key | string |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample: