POST api/Report/Bus/Query/V_Rpt_Bus_Fxl_Nhz
包车年汇总表分线路报表相关api。
Request Information
URI Parameters
None.
Body Parameters
Rpt_Bus_FXl_NhzParm| Name | Description | Type | Additional information |
|---|---|---|---|
| Var_RQ1 |
开始日期 |
string |
Max length: 8 |
| Var_RQ2 |
截止日期 |
string |
Max length: 8 |
| DjsId |
地接社ID。 |
globally unique identifier |
None. |
| Djsbmid |
地接社部门ID。 |
globally unique identifier |
None. |
| ZtsId |
组团社ID。 |
globally unique identifier |
None. |
| Ztsbmid |
组团社部门ID。 |
globally unique identifier |
None. |
| XydwId |
协议单位ID。 |
globally unique identifier |
None. |
| Dyzh |
导游证号 |
string |
None. |
| Var_XLID |
线路ID |
integer |
None. |
| Var_TypeID |
车型ID |
string |
None. |
| Var_SPZDDM |
售票站点代码 |
string |
None. |
| Var_YHDLM |
用户登录名 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Var_RQ1": "sample string 1",
"Var_RQ2": "sample string 2",
"DjsId": "1bbd2af1-1c27-4b89-bf6f-4083713ad66f",
"Djsbmid": "3309ac80-6f61-4038-915f-42964f888e47",
"ZtsId": "65a042eb-d5e8-429c-a3ef-3a9a815919e1",
"Ztsbmid": "2e9e1574-d0eb-4c6f-9f6f-453a97181ea8",
"XydwId": "f4f07016-25aa-467a-b3c5-537ba9a3c8d8",
"Dyzh": "sample string 8",
"Var_XLID": 9,
"Var_TypeID": "sample string 10",
"Var_SPZDDM": "sample string 11",
"Var_YHDLM": "sample string 12"
}
application/xml, text/xml
Sample:
<Rpt_Bus_FXl_NhzParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.Report"> <DjsId>1bbd2af1-1c27-4b89-bf6f-4083713ad66f</DjsId> <Djsbmid>3309ac80-6f61-4038-915f-42964f888e47</Djsbmid> <Dyzh>sample string 8</Dyzh> <Var_RQ1>sample string 1</Var_RQ1> <Var_RQ2>sample string 2</Var_RQ2> <Var_SPZDDM>sample string 11</Var_SPZDDM> <Var_TypeID>sample string 10</Var_TypeID> <Var_XLID>9</Var_XLID> <Var_YHDLM>sample string 12</Var_YHDLM> <XydwId>f4f07016-25aa-467a-b3c5-537ba9a3c8d8</XydwId> <ZtsId>65a042eb-d5e8-429c-a3ef-3a9a815919e1</ZtsId> <Ztsbmid>2e9e1574-d0eb-4c6f-9f6f-453a97181ea8</Ztsbmid> </Rpt_Bus_FXl_NhzParm>
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
包车年汇总表分线路报表相关api。
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.