POST api/Service_Master/CrmTaskList

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objclsClsCRMMaping
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Dml_Indicator": "sample string 1",
  "Id": 2,
  "ServiceId": 3,
  "IsClinical": 4,
  "Name": "sample string 5",
  "ServiceTypeId": 6,
  "TaskType": 7,
  "DueDays": "sample string 8",
  "TaskCreationType": 9,
  "TaskCreationdays": "sample string 10",
  "TaskPriority": 11,
  "Description": "sample string 12",
  "CreatedBy": "sample string 13",
  "CreatedOn": "sample string 14",
  "hospitalid": 15,
  "branchid": 16,
  "Packageid": 17,
  "RepeatDay": 18,
  "RepeatType": 19.0,
  "Patient_Id": "sample string 20",
  "PatientId": 21,
  "VisitReportId": 22,
  "flag": 23
}

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