POST WPSZJ/GetNewWPSNo1
Request Information
URI Parameters
None.
Body Parameters
WpsNOSer| Name | Description | Type | Additional information |
|---|---|---|---|
| p_mark | string |
None. |
|
| bm_descrp | string |
None. |
|
| remark | string |
None. |
|
| CompanyName | string |
None. |
|
| welding_process | string |
None. |
|
| project_no | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"p_mark": "sample string 1",
"bm_descrp": "sample string 2",
"remark": "sample string 3",
"CompanyName": "sample string 4",
"welding_process": "sample string 5",
"project_no": "sample string 6"
}
application/xml, text/xml
Sample:
<WpsNOSer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models.Request"> <CompanyName>sample string 4</CompanyName> <bm_descrp>sample string 2</bm_descrp> <p_mark>sample string 1</p_mark> <project_no>sample string 6</project_no> <remark>sample string 3</remark> <welding_process>sample string 5</welding_process> </WpsNOSer>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
BaseResult| Name | Description | Type | Additional 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>