POST api/TrackPayment/TrackPaymentByMobile

Request Information

URI Parameters

None.

Body Parameters

TrackPaymentModel
NameDescriptionTypeAdditional information
BookingId

decimal number

None.

Mobile

string

None.

Date

date

None.

Request Formats

application/json, text/json

Sample:
{
  "BookingId": 1.0,
  "Mobile": "sample string 2",
  "Date": "2025-12-05T20:15:35.1560066-08:00"
}

application/xml, text/xml

Sample:
<TrackPaymentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AtalSarovarWEBAPI.Models">
  <BookingId>1</BookingId>
  <Date>2025-12-05T20:15:35.1560066-08:00</Date>
  <Mobile>sample string 2</Mobile>
</TrackPaymentModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TrackPaymentModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.