Skip to content

3C Item Create

POST
/v1/ThreeC/{boardId}

Creates a new ThreeC item on the specified board.

Parameters

Path Parameters

boardId*integer

The unique identifier of the board where the item will be created.

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"
}