POST Visual/GetGLList
查询关联单据
Request Information
URI Parameters
None.
Body Parameters
VisualGetBillListReqModel| Name | Description | Type | Additional information |
|---|---|---|---|
| fName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"fName": "sample string 1"
}
application/xml, text/xml
Sample:
<VisualGetBillListReqModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Visual"> <fName>sample string 1</fName> </VisualGetBillListReqModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GetGLListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| list | Collection of t_ClassLinkVisualModel |
None. |
|
| error | integer |
None. |
|
| Msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"list": [
{
"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:
<GetGLListModel 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>
<list 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>
</list>
</GetGLListModel>