POST/cxtalk/contact-tags
CXトークの連絡先タグを登録する。
Access Token を指定します。 指定の方法や Access Token の取得方法は 共通仕様 を参照してください。
cxtalk
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Content-Type | string | application/json required example : application/json |
| Property | Type | Description |
|---|---|---|
| contactTagName | string | タグ名 required minLength : 1 maxLength : 30 |
example
1{2 "contactTagName": "相談タグ"3}CXトーク 連絡先タグレスポンス
| Property | Type | Description |
|---|---|---|
| contactTagId | string | CXトーク 連絡先タグ ID readOnly : true |
| contactTagName | string | タグ名 required minLength : 1 maxLength : 30 |
| userId | string | タグを作成したユーザー ID readOnly : true |
example
1{2 "contactTagId": "ctag2a81-94b6-4642-6903-03aa7977da91",3 "contactTagName": "商品問い合せ",4 "userId": "userf7da-f82c-4284-13e7-030f3b4c756x"5}Bad Request
Forbidden
Conflict