PUT api/Job_Controller/UpdateJob/{Job_id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
JobModel
No documentation available.

Define this parameter in the request body.

Job_id
No documentation available.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
{
  "Job_id": 1,
  "Group_code": "sample string 2",
  "Group_Code": 3,
  "job_code": "sample string 4",
  "Class": "sample string 5",
  "Description": "sample string 6",
  "Status": 7,
  "status_name": "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 'JobModels'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.