POST api/Report/RPT_WEB_YFK_TZ/V/Query
预付款月台账汇总表
Request Information
URI Parameters
None.
Body Parameters
Rpt_AdvanceChargeParm| Name | Description | Type | Additional information |
|---|---|---|---|
| RQ1 |
起始月份 |
string |
Max length: 6 |
| RQ2 |
截止月份 |
string |
Max length: 6 |
| DWLX |
单位类型 |
string |
Max length: 1 |
| DWID |
单位ID |
globally unique identifier |
None. |
| VAR_MODEL |
查询模式0-按照营业日期 1-按照门票日期 默认按照营业方式查询 |
string |
Max length: 1 |
Request Formats
application/json, text/json
Sample:
{
"RQ1": "sample string 1",
"RQ2": "sample string 2",
"DWLX": "sample string 3",
"DWID": "21dc00ae-292c-4d32-872a-350dcd099c97",
"VAR_MODEL": "sample string 5"
}
application/xml, text/xml
Sample:
<Rpt_AdvanceChargeParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.Report"> <DWID>21dc00ae-292c-4d32-872a-350dcd099c97</DWID> <DWLX>sample string 3</DWLX> <RQ1>sample string 1</RQ1> <RQ2>sample string 2</RQ2> <VAR_MODEL>sample string 5</VAR_MODEL> </Rpt_AdvanceChargeParm>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
预付款月台账汇总表
ComplexParm| Name | Description | Type | Additional information |
|---|---|---|---|
| Zipped |
读取或设置一个值,指示当前缓冲区是否经过了压缩 |
boolean |
None. |
| Buffer |
读取或设置一个值,指明当前缓冲区的内容 |
Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
{
"Zipped": true,
"Buffer": "QEA="
}
application/xml, text/xml
Sample:
<ComplexParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer"> <Buffer>QEA=</Buffer> <Zipped>true</Zipped> </ComplexParm>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.