POST api/Rep_management/rep_master

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objclsrep_master
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "indicator_id": "sample string 1",
  "doctor_id": "sample string 2",
  "book_rep": "sample string 3",
  "book_level": "sample string 4",
  "max_count": "sample string 5",
  "choose_rep": "sample string 6",
  "user_created_by": "sample string 7",
  "branch_id": "sample string 8"
}

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