커스텀 오브젝트 데이터 생성
Last updated
Was this helpful?
Was this helpful?
{
"fieldList": [
{
"name": "이름",
"stringValue": "샘플 데이터"
}
]
}{
"customObjectDefinitionName": "커스텀 오브젝트 1",
"fieldList": [
{
"name": "이름",
"stringValue": "샘플 데이터"
}
]
}{
"customObjectDefinitionId": "<customObjectDefinitionId>",
"fieldList": [
{
"name": "이름",
"stringValue": "샘플 데이터"
}
]
}{
"customObjectDefinitionName": "커스텀 오브젝트 1",
"pipelineId": "<pipelineId>",
"pipelineStageId": "<pipelineStageId>",
"memo": "외부 시스템에서 생성한 데이터입니다.",
"fieldList": [
{
"name": "이름",
"stringValue": "샘플 데이터"
}
]
}{
"success": true,
"data": {
"customObject": {
"id": "<customObjectId>",
"name": "샘플 데이터",
"createdAt": "2026-06-02T00:00:00.000Z"
}
}
}{
"success": false,
"message": "에러 메시지"
}