본문으로 건너뛰기

개체 수정

PATCH
/crm-core/v1/entities/:entityId


기존 CRM 개체의 정보를 수정합니다. OWNER 권한이 필요합니다.

:entityId개체 고유 아이디

Body Params

이름타입필수 여부설명
name
String
-
개체 이름
slug
String
-
개체 슬러그 (URL 친화적 식별자)
description
String
-
개체 설명
propertyIds
Array<string>
-
속성 ID 목록
viewSettings
Object
-
보기 설정

Response

이름타입반드시 반환설명
entityId
String
O
개체 고유 아이디
accountId
String
O
계정 고유 아이디
name
String
O
개체 이름
slug
String
O
개체 슬러그
description
String
-
개체 설명
propertyIds
Array<string>
-
속성 ID 목록
viewSettings
Object
-
보기 설정
dateCreated
Date
O
최초 생성 날짜
dateUpdated
Date
O
최근 수정 날짜

Structures