POST VueApi/DocumentDataQueryNewAsk

弹窗选择单据前进行询问

Request Information

URI Parameters

None.

Body Parameters

DocumentDataQueryReMedel
NameDescriptionTypeAdditional information
Iswhole

integer

None.

fClassId

integer

None.

fId

integer

None.

fSourceTrantypeId

integer

None.

list

Collection of QueryReMedel

None.

filterListEntry

Collection of GlFilterDic

None.

Request Formats

application/json, text/json

Sample:
{
  "Iswhole": 1,
  "fClassId": 2,
  "fId": 3,
  "fSourceTrantypeId": 4,
  "list": [
    {
      "fIndexId": 1,
      "fEntryId": 2,
      "fEntryPageIndex": 3,
      "fSelOrder": 4
    },
    {
      "fIndexId": 1,
      "fEntryId": 2,
      "fEntryPageIndex": 3,
      "fSelOrder": 4
    }
  ],
  "filterListEntry": [
    {
      "fName": "sample string 1",
      "fSourPage": 2,
      "fValue": "sample string 3"
    },
    {
      "fName": "sample string 1",
      "fSourPage": 2,
      "fValue": "sample string 3"
    }
  ]
}

application/xml, text/xml

Sample:
<DocumentDataQueryReMedel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Vue">
  <Iswhole>1</Iswhole>
  <fClassId>2</fClassId>
  <fId>3</fId>
  <fSourceTrantypeId>4</fSourceTrantypeId>
  <filterListEntry xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
    <d2p1:GlFilterDic>
      <d2p1:fName>sample string 1</d2p1:fName>
      <d2p1:fSourPage>2</d2p1:fSourPage>
      <d2p1:fValue>sample string 3</d2p1:fValue>
    </d2p1:GlFilterDic>
    <d2p1:GlFilterDic>
      <d2p1:fName>sample string 1</d2p1:fName>
      <d2p1:fSourPage>2</d2p1:fSourPage>
      <d2p1:fValue>sample string 3</d2p1:fValue>
    </d2p1:GlFilterDic>
  </filterListEntry>
  <list xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
    <d2p1:QueryReMedel>
      <d2p1:fEntryId>2</d2p1:fEntryId>
      <d2p1:fEntryPageIndex>3</d2p1:fEntryPageIndex>
      <d2p1:fIndexId>1</d2p1:fIndexId>
      <d2p1:fSelOrder>4</d2p1:fSelOrder>
    </d2p1:QueryReMedel>
    <d2p1:QueryReMedel>
      <d2p1:fEntryId>2</d2p1:fEntryId>
      <d2p1:fEntryPageIndex>3</d2p1:fEntryPageIndex>
      <d2p1:fIndexId>1</d2p1:fIndexId>
      <d2p1:fSelOrder>4</d2p1:fSelOrder>
    </d2p1:QueryReMedel>
  </list>
</DocumentDataQueryReMedel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResModel
NameDescriptionTypeAdditional information
error

integer

None.

Msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "error": 1,
  "Msg": "sample string 2"
}

application/xml, text/xml

Sample:
<ResModel 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>
</ResModel>