POST VueApi/billUpQuery

单据上查

Request Information

URI Parameters

None.

Body Parameters

GetDataReqModel
NameDescriptionTypeAdditional information
fClassId

string

None.

fId

string

None.

fIndexIds

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "fClassId": "sample string 1",
  "fId": "sample string 2",
  "fIndexIds": [
    1,
    2
  ]
}

application/xml, text/xml

Sample:
<GetDataReqModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Vue">
  <fClassId>sample string 1</fClassId>
  <fId>sample string 2</fId>
  <fIndexIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </fIndexIds>
</GetDataReqModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BillUpDownStremModel
NameDescriptionTypeAdditional information
result

Collection of t_Bill

None.

error

integer

None.

Msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "result": [
    {
      "destIdHead": true,
      "fDefaultPage": "sample string 2",
      "fBillTypeId": 3,
      "fBillTypeName": "sample string 4",
      "fCount": 5,
      "fSourceIds": "sample string 6",
      "fTargetIds": "sample string 7",
      "data": null,
      "result": {},
      "fSourceBillIdKey": "sample string 9",
      "fDestBillIdKey": "sample string 10",
      "fDestTranKey": "sample string 11",
      "fDestPage": 12,
      "fSourPage": 13,
      "fDestTableName": "sample string 14",
      "fSourTableName": "sample string 15",
      "fDestEntryField": "sample string 16",
      "fSourEntryField": "sample string 17"
    },
    {
      "destIdHead": true,
      "fDefaultPage": "sample string 2",
      "fBillTypeId": 3,
      "fBillTypeName": "sample string 4",
      "fCount": 5,
      "fSourceIds": "sample string 6",
      "fTargetIds": "sample string 7",
      "data": null,
      "result": {},
      "fSourceBillIdKey": "sample string 9",
      "fDestBillIdKey": "sample string 10",
      "fDestTranKey": "sample string 11",
      "fDestPage": 12,
      "fSourPage": 13,
      "fDestTableName": "sample string 14",
      "fSourTableName": "sample string 15",
      "fDestEntryField": "sample string 16",
      "fSourEntryField": "sample string 17"
    }
  ],
  "error": 1,
  "Msg": "sample string 2"
}

application/xml, text/xml

Sample:
<BillUpDownStremModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.VueApi">
  <Msg>sample string 2</Msg>
  <error>1</error>
  <result xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
    <d2p1:t_Bill>
      <d2p1:data i:nil="true" />
      <d2p1:destIdHead>true</d2p1:destIdHead>
      <d2p1:fBillTypeId>3</d2p1:fBillTypeId>
      <d2p1:fBillTypeName>sample string 4</d2p1:fBillTypeName>
      <d2p1:fCount>5</d2p1:fCount>
      <d2p1:fDefaultPage>sample string 2</d2p1:fDefaultPage>
      <d2p1:fDestBillIdKey>sample string 10</d2p1:fDestBillIdKey>
      <d2p1:fDestEntryField>sample string 16</d2p1:fDestEntryField>
      <d2p1:fDestPage>12</d2p1:fDestPage>
      <d2p1:fDestTableName>sample string 14</d2p1:fDestTableName>
      <d2p1:fDestTranKey>sample string 11</d2p1:fDestTranKey>
      <d2p1:fSourEntryField>sample string 17</d2p1:fSourEntryField>
      <d2p1:fSourPage>13</d2p1:fSourPage>
      <d2p1:fSourTableName>sample string 15</d2p1:fSourTableName>
      <d2p1:fSourceBillIdKey>sample string 9</d2p1:fSourceBillIdKey>
      <d2p1:fSourceIds>sample string 6</d2p1:fSourceIds>
      <d2p1:fTargetIds>sample string 7</d2p1:fTargetIds>
      <d2p1:result />
    </d2p1:t_Bill>
    <d2p1:t_Bill>
      <d2p1:data i:nil="true" />
      <d2p1:destIdHead>true</d2p1:destIdHead>
      <d2p1:fBillTypeId>3</d2p1:fBillTypeId>
      <d2p1:fBillTypeName>sample string 4</d2p1:fBillTypeName>
      <d2p1:fCount>5</d2p1:fCount>
      <d2p1:fDefaultPage>sample string 2</d2p1:fDefaultPage>
      <d2p1:fDestBillIdKey>sample string 10</d2p1:fDestBillIdKey>
      <d2p1:fDestEntryField>sample string 16</d2p1:fDestEntryField>
      <d2p1:fDestPage>12</d2p1:fDestPage>
      <d2p1:fDestTableName>sample string 14</d2p1:fDestTableName>
      <d2p1:fDestTranKey>sample string 11</d2p1:fDestTranKey>
      <d2p1:fSourEntryField>sample string 17</d2p1:fSourEntryField>
      <d2p1:fSourPage>13</d2p1:fSourPage>
      <d2p1:fSourTableName>sample string 15</d2p1:fSourTableName>
      <d2p1:fSourceBillIdKey>sample string 9</d2p1:fSourceBillIdKey>
      <d2p1:fSourceIds>sample string 6</d2p1:fSourceIds>
      <d2p1:fTargetIds>sample string 7</d2p1:fTargetIds>
      <d2p1:result />
    </d2p1:t_Bill>
  </result>
</BillUpDownStremModel>