POST Visual/getClassLinkBySource
Request Information
URI Parameters
None.
Body Parameters
ClassLinkDestReqModel| Name | Description | Type | Additional information |
|---|---|---|---|
| fSourceTrantypeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"fSourceTrantypeId": 1
}
application/xml, text/xml
Sample:
<ClassLinkDestReqModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Visual"> <fSourceTrantypeId>1</fSourceTrantypeId> </ClassLinkDestReqModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ClassLinkDestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| result | Collection of t_ClassLinkVisualModel |
None. |
|
| error | integer |
None. |
|
| Msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": [
{
"fSourceTrantypeId": 1,
"fDestTrantypeId": 2,
"fSourceTrantypeName": "sample string 3",
"fDestTrantypeName": "sample string 4",
"fIsNeweast": 5
},
{
"fSourceTrantypeId": 1,
"fDestTrantypeId": 2,
"fSourceTrantypeName": "sample string 3",
"fDestTrantypeName": "sample string 4",
"fIsNeweast": 5
}
],
"error": 1,
"Msg": "sample string 2"
}
application/xml, text/xml
Sample:
<ClassLinkDestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.Visual">
<Msg>sample string 2</Msg>
<error>1</error>
<result xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
<d2p1:t_ClassLinkVisualModel>
<d2p1:fDestTrantypeId>2</d2p1:fDestTrantypeId>
<d2p1:fDestTrantypeName>sample string 4</d2p1:fDestTrantypeName>
<d2p1:fIsNeweast>5</d2p1:fIsNeweast>
<d2p1:fSourceTrantypeId>1</d2p1:fSourceTrantypeId>
<d2p1:fSourceTrantypeName>sample string 3</d2p1:fSourceTrantypeName>
</d2p1:t_ClassLinkVisualModel>
<d2p1:t_ClassLinkVisualModel>
<d2p1:fDestTrantypeId>2</d2p1:fDestTrantypeId>
<d2p1:fDestTrantypeName>sample string 4</d2p1:fDestTrantypeName>
<d2p1:fIsNeweast>5</d2p1:fIsNeweast>
<d2p1:fSourceTrantypeId>1</d2p1:fSourceTrantypeId>
<d2p1:fSourceTrantypeName>sample string 3</d2p1:fSourceTrantypeName>
</d2p1:t_ClassLinkVisualModel>
</result>
</ClassLinkDestModel>