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
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"
}
POST
/v1/ThreeC/{boardId}