POST Joint/CopyDetailView
Request Information
URI Parameters
None.
Body Parameters
JoinZJQueryDtoName | Description | Type | Additional information |
---|---|---|---|
ImageNo | string |
None. |
|
ImageVer | string |
None. |
|
FileNo | string |
None. |
|
Company_Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ImageNo": "sample string 1", "ImageVer": "sample string 2", "FileNo": "sample string 3", "Company_Name": "sample string 4" }
application/xml, text/xml
Sample:
<JoinZJQueryDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models"> <Company_Name>sample string 4</Company_Name> <FileNo>sample string 3</FileNo> <ImageNo>sample string 1</ImageNo> <ImageVer>sample string 2</ImageVer> </JoinZJQueryDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BasePageResultTOfObjectName | Description | Type | Additional information |
---|---|---|---|
Success | integer |
None. |
|
Msg | string |
None. |
|
Token | string |
None. |
|
PageCount | integer |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
Totals | integer |
None. |
|
DataContent | Collection of Object |
None. |
|
PositionPage | integer |
None. |
|
PositionRow | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Success": 1, "Msg": "sample string 2", "Token": "sample string 3", "PageCount": 4, "PageIndex": 5, "PageSize": 6, "Totals": 7, "DataContent": [ {}, {} ], "PositionPage": 8, "PositionRow": 9 }
application/xml, text/xml
Sample:
<BasePageResultTOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models"> <DataContent xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:anyType /> <d2p1:anyType /> </DataContent> <Msg>sample string 2</Msg> <PageCount>4</PageCount> <PageIndex>5</PageIndex> <PageSize>6</PageSize> <PositionPage>8</PositionPage> <PositionRow>9</PositionRow> <Success>1</Success> <Token>sample string 3</Token> <Totals>7</Totals> </BasePageResultTOfanyType>