POST api/Prescription_Settings/ReferralPrintSettings

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsReferralPrintSetting
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "doctor_id": "sample string 1",
  "Dml_Indicator": "sample string 2",
  "referral_page_setting": 3,
  "referral_page_top": "sample string 4",
  "referral_page_bottom": "sample string 5",
  "referral_header": "sample string 6",
  "referral_logo": "sample string 7",
  "referral_footer": 8,
  "referral_val": 9,
  "user_created_by": "sample string 10",
  "ref_doctor_name": "sample string 11",
  "ref_npi": "sample string 12",
  "ref_signature": "sample string 13",
  "ref_doctor_signature": "sample string 14",
  "refdoctor_signature_size": "sample string 15",
  "refdoctor_qualification": "sample string 16"
}

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