Logo
Real UISupport 3 Docs

Customer

고객 수정

PATCH /customers/:id

PATCH
/api/rest/v1/customers/:id

고객 수정

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

Response Example
{
  "data": {
    "id": "...",
    "name": "수정된 고객"
  }
}