Contact History
연락 이력 생성
POST /contact-histories
POST
/api/rest/v1/contact-histories연락 이력 생성
인증: Bearer 인증키 (REST_API) 또는 세션
Request Body
| 이름 | 타입 | 설명 |
|---|---|---|
contactId* | string | - |
contactTargetId* | string | - |
contactDate* | ISO date | - |
contactResult* | string | - |
Response Example
{
"data": {
"id": "...",
"contactResult": "통화 완료"
}
}