コンテンツにスキップ

会員自由項目ラベル登録

POST
/customers/custom_field_labels

会員自由項目ラベル情報を登録します。

対象プラン

  • プレミアムプラス
  • フードビジネス
  • リテールビジネス
object
label
required
ラベル

会員自由項目名

string
>= 1 characters <= 85 characters
Example
{
"label": "string"
}

登録成功

object
no

会員自由項目番号:自動採番されます。

integer
>= 1
label

会員自由項目名

string
>= 1 characters <= 85 characters
Example
{
"no": 1,
"label": "string"
}
  • 入力チェックエラーの場合
  • 会員自由項目ラベルの登録件数が99件を超える場合
object
type
required
string
title
required
string
detail
string
status
integer
Examples
{
"type": "about:blank",
"title": "Bad Request",
"detail": "request_json:[label]は[85]文字以下である必要があります",
"status": 400
}