POST api/App_ProviderHome/service_provider

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
caa
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "hospital_id": "sample string 1",
  "patient_id": "sample string 2",
  "patientid": "sample string 3",
  "doctor_user_id": "sample string 4",
  "doctor_user_role_id": "sample string 5",
  "individual_id": "sample string 6",
  "visit_type": 7,
  "check_in_time": "sample string 8",
  "check_in_location": "sample string 9",
  "check_out_time": "sample string 10",
  "check_out_location": "sample string 11",
  "created_on": "sample string 12",
  "created_by": "sample string 13",
  "mobile_flag": "sample string 14",
  "reason": "sample string 15",
  "work_order_id": "sample string 16",
  "work_order_details_id": "sample string 17",
  "master_service_id": "sample string 18",
  "status": "sample string 19",
  "labhometranid": "sample string 20",
  "service_start_otp": "sample string 21",
  "service_start_time": "sample string 22",
  "start_otp_flag": "sample string 23",
  "resend_flag": "sample string 24",
  "service_end_otp": "sample string 25",
  "service_end_time": "sample string 26",
  "scheduledate": "sample string 27",
  "scheduletime": "sample string 28",
  "indicator_id": "sample string 29",
  "attendance_id": "sample string 30",
  "phone_number": "sample string 31",
  "latitude": "sample string 32",
  "longitude": "sample string 33",
  "pName": "sample string 34",
  "pEmail": "sample string 35",
  "product_code": "sample string 36",
  "subdepartment_id": "sample string 37"
}

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 'Cls_App_Provider'.