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
concern
string
cause
string
counterMeasure
string
responsibleUserId
string
dueDate
string
Format
"date-time"pdca
string
Responses
OK
application/json
{
"id": 0,
"createdDate": "string",
"responsibleUser": "string",
"concern": "string",
"cause": "string",
"counterMeasure": "string",
"responsibleUserId": "string",
"dueDate": "string",
"pdca": "string"
}
PUT
/v1/ThreeC/{itemId}