POST api/DoctorUser/Discount_Authorisation

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ObjClsAuthorisation
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "description": "sample string 1",
  "hospital_id": "sample string 2",
  "DML_Indicator": "sample string 3",
  "discount_amount": 4.0,
  "discount_type": 5,
  "dicount_code": "sample string 6",
  "valid_from": "sample string 7",
  "valid_to": "sample string 8",
  "discount_otp": 9,
  "user_created_by": "sample string 10",
  "product_code": 11,
  "discount_authorisation_id": "sample string 12",
  "branch_id": "sample string 13"
}

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