POST api/DoctorUser/RoleRightForm_Ins_Upd

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsRoleRightForm
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "DML_Indicator": "sample string 1",
    "role_rights_id": 2,
    "form_id": 3,
    "user_role_id": 4,
    "role_rights_add": 5,
    "role_rights_edit": 6,
    "role_rights_delete": 7,
    "role_rights_view": 8,
    "role_rights_function": 9,
    "created_by": 10,
    "forms_status": 11,
    "hospital_id": "sample string 12",
    "branch_id": 13,
    "modules_id": 14
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]

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 'List`1'.