POST Joint/Detail?jointMId={jointMId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| jointMId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
JointMain| Name | Description | Type | Additional information |
|---|---|---|---|
| JointMId | integer |
None. |
|
| pjt_abbr | string |
None. |
|
| FileNo | string |
None. |
|
| Pjt_name | string |
None. |
|
| Pjt_Id | integer |
None. |
|
| Success | integer |
None. |
|
| Msg | string |
None. |
|
| Token | string |
None. |
|
| Key | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"JointMId": 1,
"pjt_abbr": "sample string 2",
"FileNo": "sample string 3",
"Pjt_name": "sample string 4",
"Pjt_Id": 5,
"Success": 6,
"Msg": "sample string 7",
"Token": "sample string 8",
"Key": "sample string 9"
}
application/xml, text/xml
Sample:
<JointMain xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models.Response"> <Key xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">sample string 9</Key> <Msg xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">sample string 7</Msg> <Success xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">6</Success> <Token xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">sample string 8</Token> <FileNo>sample string 3</FileNo> <JointMId>1</JointMId> <Pjt_Id>5</Pjt_Id> <Pjt_name>sample string 4</Pjt_name> <pjt_abbr>sample string 2</pjt_abbr> </JointMain>