POST WQPR/Detail

Request Information

URI Parameters

None.

Body Parameters

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

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

Response Information

Resource Description

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

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Error getting value from 'BMType_Str' on 'WeldingAPI.Models.EF.Lib_WPQR'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Error getting value from 'BMType_Str' on 'WeldingAPI.Models.EF.Lib_WPQR'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: 索引超出了数组界限。

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: 索引超出了数组界限。