{
"nsrsbh": "9133062456*******X",
"query": {
"use_type": 0,
"yz_type": 0,
"bill_owner": "1381234****",
"update_time": "string"
},
"page": 1,
"limit": 20
}curl --location --request POST '/invoiceTicket/TicketQuery/1.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"nsrsbh": "9133062456*******X",
"query": {
"use_type": 0,
"yz_type": 0,
"bill_owner": "1381234****",
"update_time": "string"
},
"page": 1,
"limit": 20
}'{
"code": 0,
"message": "string",
"requestID": "string",
"timestamp": 0,
"token": "string",
"codeType": 0,
"iszip": 0,
"data": {
"items": [
{
"fplsh": "string",
"yz_type": 0,
"use_type": 0,
"update_time": "string",
"bill_owner": "string",
"dw_owner": "string",
"fp_type": "string",
"zzsfp": {},
"zzsSd": {},
"zzsJs": {},
"jdfp": {},
"jdc": {},
"esjdc": {},
"cxd": {},
"czc": {},
"defp": {},
"glf": {},
"hcp": {},
"hgdzkp": {},
"kyqcp": {},
"dzylpj": {},
"srpj": {},
"other_fp": {}
}
],
"total": 0
}
}