POST internalnotification/seatsold

Request Information

URI Parameters

None.

Body Parameters

SeatNotificationModel
NameDescriptionTypeAdditional information
RouteId

integer

None.

BusTypeId

integer

None.

BookingDate

date

None.

ScheduleTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "RouteId": 1,
  "BusTypeId": 2,
  "BookingDate": "2026-07-31T14:48:07.6974932+05:00",
  "ScheduleTime": "2026-07-31T14:48:07.6974932+05:00"
}

application/xml, text/xml

Sample:
<SeatNotificationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Repository.Views">
  <BookingDate>2026-07-31T14:48:07.6974932+05:00</BookingDate>
  <BusTypeId>2</BusTypeId>
  <RouteId>1</RouteId>
  <ScheduleTime>2026-07-31T14:48:07.6974932+05:00</ScheduleTime>
</SeatNotificationModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.