{
"apikey": "8F077113207CEBBB28E84DFC792C7F2B",
"custId": 6910121,
"endTravelDate": "",
"productNo": 73964001,
"travelDate": "2023-12-04"
}
curl --location --request POST 'http://task-api-stag.zowoyoo.com/api/thirdPaty/prod/price' \
--header 'Content-Type: application/json' \
--data-raw '{
"apikey": "8F077113207CEBBB28E84DFC792C7F2B",
"custId": 6910121,
"endTravelDate": "",
"productNo": 73964001,
"travelDate": "2023-12-04"
}'
{
"state": 0,
"msg": "string",
"data": {
"infoId": 0,
"isSpec": 0,
"specs": null,
"ticketPrices": [
"string"
],
"snapupPrices": [
"string"
],
"specProdPrices": [
"string"
],
"linePrices": [
{
"date": "string",
"totalNum": 0,
"remainNum": 0,
"minTeamNum": 0,
"startDay": 0,
"singleRoomPrice": 0,
"priceDetails": [
{
"peopleType": 0,
"priceName": "string",
"settlementPrice": 0,
"salePrice": 0,
"marketPrice": 0,
"seatNum": 0
}
]
}
]
}
}