POST api/Ticket
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Req | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"TicketRegEntity": {
"TicketCode": "sample string 1",
"CounterCode": "sample string 2",
"Counter": "sample string 3",
"TicketNo": "sample string 4",
"TicketDate": "2025-10-27T20:59:19.9432725+05:30",
"PassName": "sample string 6",
"JourneyDate": "2025-10-27T20:59:19.9432725+05:30",
"BookingSchedule": "sample string 8",
"OriginCode": "sample string 9",
"Origin": "sample string 10",
"DestinationCode": "sample string 11",
"Destination": "sample string 12",
"PaymentTypeCode": "sample string 13",
"PaymentType": "sample string 14",
"VehicleTypeCode": "sample string 15",
"VehicleType": "sample string 16",
"PartyCode": "sample string 17",
"Party": "sample string 18",
"VehicleNo": "sample string 19",
"AgentId": "sample string 20",
"SeatTypeCode": "sample string 21",
"SeatType": "sample string 22",
"SeatNo": "sample string 23",
"SeatRate": 24.1,
"NoOfPass": 25,
"TFRate": 26.1,
"TotalTF": 652.5,
"CommisionRate": 27.1,
"TotalCommision": 677.5,
"TotalTicketCost": 28.1,
"Balance": -1301.9
},
"Action": "sample string 1",
"SecretKey": "sample string 2",
"UserId": "sample string 3"
}
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"ReturnCode": 1,
"ReturnType": 0,
"ReturnValue": "sample string 2",
"DisplayMsg": "sample string 3"
}