상담방 종료
Endpoint
Description
Description
본 API는 상담 메시지 수신 으로 받은 데이터를 사용하여 동작하는 API입니다.
Request (Json)
| Field Name |
Type |
Required |
Description |
| Content-type |
String |
Y |
application/json |
| HT-Client-Id |
String |
Y |
고객센터에서 발급 받은 key |
| HT-Client-Secret |
String |
Y |
고객센터에서 발급 받은 token |
Body
| Field Name |
Type (Length) |
Required |
Description |
Default |
| user_key |
String (20) |
Y |
수신한 사용자 키 |
|
| sender_key |
String (40) |
Y |
발신프로필 키 |
|
Example
REST API Sample
Response (Json)
Parameter
| Field Name |
Type |
Description |
| code |
String |
결과 코드 |
| sessionId |
String |
종료된 session ID값 |
Example
Success
{
"code": 0,
"sessionId": "163477524"
}
Failure
Fail Code 정보
Data Dictionary
Data Dictionary