개체 수정
작성일 2026.03.24 | 수정일 2026.03.25
PATCH
/crm-core/v1/entities/:entityIdParameters
:entityId*— 개체 고유 아이디
기존 CRM 개체의 정보를 수정합니다. OWNER 권한이 필요합니다.
Body Params
Response
Structure
Request Structure
{
"name": "샘플",
"slug": "sample-slug",
"description": "설명 텍스트",
"propertyIds": [
"샘플값"
],
"viewSettings": {
"mode": "TABLE"
}
}
Response Structure
{
"entityId": "ENT20260324090000ABCDEFGHIJKLMNO",
"accountId": "24010100001234",
"name": "샘플",
"slug": "sample-slug",
"description": "설명 텍스트",
"propertyIds": [
"샘플값"
],
"viewSettings": {
"key": "value"
},
"ownerId": "MEM20260324090000ABCDEFGHIJKLMNO",
"dateCreated": "2026-03-24T09:00:00.000Z",
"dateUpdated": "2026-03-24T09:00:00.000Z"
}