SaaS APIProgress Table
POST /ai/progress-table/items/admin
진행 항목 생성
진행 항목 생성
새로운 진행 상황 항목을 생성합니다.
HTTP 요청
POST /ai/progress-table/items/admin
Content-Type: application/jsonRequest Body
{
"collabNo": 123,
"influenceId": "user123",
"applicationId": 456,
"matchingStatus": "PENDING"
}응답
성공 응답 (201 Created)
{
"status": 201,
"code": null,
"message": "새로운 진행 상황 항목이 생성되었습니다.",
"data": {
"id": 1,
"collabNo": 123,
"matchingStatus": "PENDING"
}
}