POST api/TestMedicalService/GetTestServicePatientList

Request Information

URI Parameters

None.

Body Parameters

tbl_PatientList
NameDescriptionTypeAdditional information
RegNo

string

None.

MobileNo

string

None.

Name

string

None.

RegDate

date

None.

ServiceCat

integer

None.

ServiceId

integer

None.

IsReportGenerated

string

None.

Request Formats

application/json, text/json

Sample:
{
  "regNo": "sample string 1",
  "mobileNo": "sample string 2",
  "name": "sample string 3",
  "regDate": "2025-11-08T20:05:31.8065606+05:30",
  "serviceCat": 1,
  "serviceId": 1,
  "isReportGenerated": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.