Logo
Real UISupport 3 Docs

Customer

고객 생성

POST /customers

POST
/api/rest/v1/customers

고객 생성

인증: Bearer 인증키 (REST_API) 또는 세션

Request Body
이름타입설명
name*string-
email*string-
groupstring기본 DEFAULT
companyNamestring-
phonestring-
mappedUserIdstring-
Response Example
{
  "data": {
    "id": "...",
    "name": "김고객",
    "email": "customer@example.com"
  }
}