POST api/Setting/JQ_MPZL_SQ/Cal/V/Query
按照参数约定的口径,对票型授权进行试算,返回约定口径下的票型授权清单,以复杂类型返回(CommonOperationResultWithTag(V_JQ_MPZL_SQCalDataTable))。
Request Information
URI Parameters
None.
Body Parameters
JQ_MPZL_SQ_CalQueryParm| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerType |
客户类型,1-7 |
string |
Max length: 1 |
| CustomerId |
客户ID |
string |
Max length: 36 |
| BusinessType |
业务类型 |
string |
Required Max length: 1 |
| StartDate |
起始日期,格式YYYYMMDD。 |
string |
Max length: 8 |
| EndDate |
截止日期,格式YYYYMMDD。 |
string |
Max length: 8 |
| TicketTypes |
票型清单。 |
Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerType": "sample string 1",
"CustomerId": "sample string 2",
"BusinessType": "sample string 3",
"StartDate": "sample string 4",
"EndDate": "sample string 5",
"TicketTypes": [
"0813a872-7987-496a-ac42-f17829237558",
"cfe6fde2-eb50-44e9-8de5-4029abae0594"
]
}
application/xml, text/xml
Sample:
<JQ_MPZL_SQ_CalQueryParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.Setting">
<BusinessType>sample string 3</BusinessType>
<CustomerId>sample string 2</CustomerId>
<CustomerType>sample string 1</CustomerType>
<EndDate>sample string 5</EndDate>
<StartDate>sample string 4</StartDate>
<TicketTypes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>0813a872-7987-496a-ac42-f17829237558</d2p1:guid>
<d2p1:guid>cfe6fde2-eb50-44e9-8de5-4029abae0594</d2p1:guid>
</TicketTypes>
</JQ_MPZL_SQ_CalQueryParm>
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
按照参数约定的口径,对票型授权进行试算,返回约定口径下的票型授权清单,以复杂类型返回(CommonOperationResultWithTag(V_JQ_MPZL_SQCalDataTable))。
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.