PUT api/Job_Group_Controller/UpdateJobGroup/{jobgroup_id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
JobGroupModel
No documentation available.

Define this parameter in the request body.

jobgroup_id
No documentation available.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
{
  "jobgroup_id": 1,
  "Group_code": "sample string 2",
  "Group_name": "sample string 3",
  "Class": "sample string 4",
  "Description": "sample string 5",
  "Status": 6,
  "status_name": "sample string 7"
}

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

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.