GET api/WebInterface/AgentOrderTicket/GetRequire/ByTicketGroup?groupname={groupname}

查询出当前分组下门票的身份证要求

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupname

string

Default value is

Body Parameters

None.

Response Information

Resource Description

查询出当前分组下门票的身份证要求

CommonOperationResultWithTagOfV_JQ_MPZL_SFZYQDataTable
NameDescriptionTypeAdditional information
errcode

integer

None.

errmsg

string

None.

tag

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "errcode": 1,
  "errmsg": "sample string 2",
  "tag": null
}

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.