Skip to content

3C Item update

PUT
/v1/ThreeC/{itemId}

Updates an existing ThreeC item with new information.

Parameters

Path Parameters

itemId*integer

The unique identifier of the ThreeC item to update.

Request Body

application/json
object
Format"date-time"

Responses

OK

application/json
JSON
{
"id": 0,
"createdDate": "string",
"responsibleUser": "string",
"concern": "string",
"cause": "string",
"counterMeasure": "string",
"responsibleUserId": "string",
"dueDate": "string",
"pdca": "string"
}