POST Visual/GetGl
查询当前流程数据(包含源单据、目标单据、所有字段,以及映射关系)
Request Information
URI Parameters
None.
Body Parameters
VisualGetBillReqModel| Name | Description | Type | Additional information |
|---|---|---|---|
| fSourceTrantypeId | integer |
None. |
|
| fDestTrantypeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"fSourceTrantypeId": 1,
"fDestTrantypeId": 2
}
application/xml, text/xml
Sample:
<VisualGetBillReqModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Visual"> <fDestTrantypeId>2</fDestTrantypeId> <fSourceTrantypeId>1</fSourceTrantypeId> </VisualGetBillReqModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GetGlModel| Name | Description | Type | Additional information |
|---|---|---|---|
| result | t_ClassLinkSaveModel |
None. |
|
| error | integer |
None. |
|
| Msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": {
"t_ClassLink": {
"fSourceTrantypeId": 1,
"fDestTrantypeId": 2,
"fCondition": "sample string 3",
"fInUse": true,
"fDestBillIdKey": "sample string 5",
"fDestEntryKey": "sample string 6",
"fDestTranKey": "sample string 7",
"fSourceBillIdKey": "sample string 8",
"fSourceEntryKey": "sample string 9",
"fType": 10,
"fSourcePostionX": 11.0,
"fSourcePostionY": 12.0,
"fDestPostionX": 13.0,
"fDestPostionY": 14.0,
"fLastModifyTime": "2026-04-21T18:03:17.9758096+08:00",
"fDirectly": true,
"fOnlyRef": true,
"fSourceAccessTypeId": 18,
"fSourceAccessId": 19,
"fOnlyWholePush": true,
"fDefaultPage": "sample string 21"
},
"listEntry": [
{
"fSourceTrantypeId": 1,
"fDestTrantypeId": 2,
"fId": 3,
"fIsFilter": true,
"fSourPage": 5,
"fSourPageIsEntry": true,
"fSourceKey": "sample string 7",
"fSourceCaption": "sample string 8",
"fDestPage": 9,
"fDestPageIsEntry": true,
"fDestKey": "sample string 11",
"fVersion": 12,
"fSourcePageCaption": "sample string 13",
"fDestPageCaption": "sample string 14",
"fEnable": true,
"fAction": "sample string 16"
},
{
"fSourceTrantypeId": 1,
"fDestTrantypeId": 2,
"fId": 3,
"fIsFilter": true,
"fSourPage": 5,
"fSourPageIsEntry": true,
"fSourceKey": "sample string 7",
"fSourceCaption": "sample string 8",
"fDestPage": 9,
"fDestPageIsEntry": true,
"fDestKey": "sample string 11",
"fVersion": 12,
"fSourcePageCaption": "sample string 13",
"fDestPageCaption": "sample string 14",
"fEnable": true,
"fAction": "sample string 16"
}
],
"listCommitEntry": [
{
"fSourceTrantypeId": 1,
"fDestTrantypeId": 2,
"fSourPage": 3,
"fDestPage": 4,
"fCommitKey": "sample string 5",
"fCommitKeyCaption": "sample string 6",
"fCheckKey": "sample string 7",
"fCheckKeyCaption": "sample string 8",
"fIsAdd": true,
"fIsCommitKey": true,
"fVersion": 11,
"fSymbol": 0,
"fOverBill": true
},
{
"fSourceTrantypeId": 1,
"fDestTrantypeId": 2,
"fSourPage": 3,
"fDestPage": 4,
"fCommitKey": "sample string 5",
"fCommitKeyCaption": "sample string 6",
"fCheckKey": "sample string 7",
"fCheckKeyCaption": "sample string 8",
"fIsAdd": true,
"fIsCommitKey": true,
"fVersion": 11,
"fSymbol": 0,
"fOverBill": true
}
]
},
"error": 1,
"Msg": "sample string 2"
}
application/xml, text/xml
Sample:
<GetGlModel 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:listCommitEntry>
<d2p1:t_ClassLinkCommit>
<d2p1:fCheckKey>sample string 7</d2p1:fCheckKey>
<d2p1:fCheckKeyCaption>sample string 8</d2p1:fCheckKeyCaption>
<d2p1:fCommitKey>sample string 5</d2p1:fCommitKey>
<d2p1:fCommitKeyCaption>sample string 6</d2p1:fCommitKeyCaption>
<d2p1:fDestPage>4</d2p1:fDestPage>
<d2p1:fDestTrantypeId>2</d2p1:fDestTrantypeId>
<d2p1:fIsAdd>true</d2p1:fIsAdd>
<d2p1:fIsCommitKey>true</d2p1:fIsCommitKey>
<d2p1:fOverBill>true</d2p1:fOverBill>
<d2p1:fSourPage>3</d2p1:fSourPage>
<d2p1:fSourceTrantypeId>1</d2p1:fSourceTrantypeId>
<d2p1:fSymbol>Add</d2p1:fSymbol>
<d2p1:fVersion>11</d2p1:fVersion>
</d2p1:t_ClassLinkCommit>
<d2p1:t_ClassLinkCommit>
<d2p1:fCheckKey>sample string 7</d2p1:fCheckKey>
<d2p1:fCheckKeyCaption>sample string 8</d2p1:fCheckKeyCaption>
<d2p1:fCommitKey>sample string 5</d2p1:fCommitKey>
<d2p1:fCommitKeyCaption>sample string 6</d2p1:fCommitKeyCaption>
<d2p1:fDestPage>4</d2p1:fDestPage>
<d2p1:fDestTrantypeId>2</d2p1:fDestTrantypeId>
<d2p1:fIsAdd>true</d2p1:fIsAdd>
<d2p1:fIsCommitKey>true</d2p1:fIsCommitKey>
<d2p1:fOverBill>true</d2p1:fOverBill>
<d2p1:fSourPage>3</d2p1:fSourPage>
<d2p1:fSourceTrantypeId>1</d2p1:fSourceTrantypeId>
<d2p1:fSymbol>Add</d2p1:fSymbol>
<d2p1:fVersion>11</d2p1:fVersion>
</d2p1:t_ClassLinkCommit>
</d2p1:listCommitEntry>
<d2p1:listEntry>
<d2p1:t_ClassLinkEntry>
<d2p1:fAction>sample string 16</d2p1:fAction>
<d2p1:fDestKey>sample string 11</d2p1:fDestKey>
<d2p1:fDestPage>9</d2p1:fDestPage>
<d2p1:fDestPageCaption>sample string 14</d2p1:fDestPageCaption>
<d2p1:fDestPageIsEntry>true</d2p1:fDestPageIsEntry>
<d2p1:fDestTrantypeId>2</d2p1:fDestTrantypeId>
<d2p1:fEnable>true</d2p1:fEnable>
<d2p1:fId>3</d2p1:fId>
<d2p1:fIsFilter>true</d2p1:fIsFilter>
<d2p1:fSourPage>5</d2p1:fSourPage>
<d2p1:fSourPageIsEntry>true</d2p1:fSourPageIsEntry>
<d2p1:fSourceCaption>sample string 8</d2p1:fSourceCaption>
<d2p1:fSourceKey>sample string 7</d2p1:fSourceKey>
<d2p1:fSourcePageCaption>sample string 13</d2p1:fSourcePageCaption>
<d2p1:fSourceTrantypeId>1</d2p1:fSourceTrantypeId>
<d2p1:fVersion>12</d2p1:fVersion>
</d2p1:t_ClassLinkEntry>
<d2p1:t_ClassLinkEntry>
<d2p1:fAction>sample string 16</d2p1:fAction>
<d2p1:fDestKey>sample string 11</d2p1:fDestKey>
<d2p1:fDestPage>9</d2p1:fDestPage>
<d2p1:fDestPageCaption>sample string 14</d2p1:fDestPageCaption>
<d2p1:fDestPageIsEntry>true</d2p1:fDestPageIsEntry>
<d2p1:fDestTrantypeId>2</d2p1:fDestTrantypeId>
<d2p1:fEnable>true</d2p1:fEnable>
<d2p1:fId>3</d2p1:fId>
<d2p1:fIsFilter>true</d2p1:fIsFilter>
<d2p1:fSourPage>5</d2p1:fSourPage>
<d2p1:fSourPageIsEntry>true</d2p1:fSourPageIsEntry>
<d2p1:fSourceCaption>sample string 8</d2p1:fSourceCaption>
<d2p1:fSourceKey>sample string 7</d2p1:fSourceKey>
<d2p1:fSourcePageCaption>sample string 13</d2p1:fSourcePageCaption>
<d2p1:fSourceTrantypeId>1</d2p1:fSourceTrantypeId>
<d2p1:fVersion>12</d2p1:fVersion>
</d2p1:t_ClassLinkEntry>
</d2p1:listEntry>
<d2p1:t_ClassLink>
<d2p1:fCondition>sample string 3</d2p1:fCondition>
<d2p1:fDefaultPage>sample string 21</d2p1:fDefaultPage>
<d2p1:fDestBillIdKey>sample string 5</d2p1:fDestBillIdKey>
<d2p1:fDestEntryKey>sample string 6</d2p1:fDestEntryKey>
<d2p1:fDestPostionX>13</d2p1:fDestPostionX>
<d2p1:fDestPostionY>14</d2p1:fDestPostionY>
<d2p1:fDestTranKey>sample string 7</d2p1:fDestTranKey>
<d2p1:fDestTrantypeId>2</d2p1:fDestTrantypeId>
<d2p1:fDirectly>true</d2p1:fDirectly>
<d2p1:fInUse>true</d2p1:fInUse>
<d2p1:fLastModifyTime>2026-04-21T18:03:17.9758096+08:00</d2p1:fLastModifyTime>
<d2p1:fOnlyRef>true</d2p1:fOnlyRef>
<d2p1:fOnlyWholePush>true</d2p1:fOnlyWholePush>
<d2p1:fSourceAccessId>19</d2p1:fSourceAccessId>
<d2p1:fSourceAccessTypeId>18</d2p1:fSourceAccessTypeId>
<d2p1:fSourceBillIdKey>sample string 8</d2p1:fSourceBillIdKey>
<d2p1:fSourceEntryKey>sample string 9</d2p1:fSourceEntryKey>
<d2p1:fSourcePostionX>11</d2p1:fSourcePostionX>
<d2p1:fSourcePostionY>12</d2p1:fSourcePostionY>
<d2p1:fSourceTrantypeId>1</d2p1:fSourceTrantypeId>
<d2p1:fType>10</d2p1:fType>
</d2p1:t_ClassLink>
</result>
</GetGlModel>