Create User Query Language Record
Description
建立使用者查詢語言紀錄。
Resource
POST /v1/user/language_record
Authorization
採用 OAuth 2.0 Bearer Token,詳細使用流程請參考 Auth Login。
僅限益欣內部使用(company_id = '24436074')。
Request Body Parameters
| Name | Type | Description |
|---|---|---|
| language | string (enum) |
語系 ALLOWED VALUES:
|
Request Body Example
{
"language": "ENGLISH"
}
Response
Status-Code: 204