Skip to content

Cyberbiz Create Customer

Description

Cyberbiz 建立顧客

Resource

POST /v1/cyberbiz/create_customer

Authorization

採用 OAuth 2.0 Bearer Token,詳細使用流程請參考 Auth Login

Request Body Parameters

Name Type Description
vip_id string 會員編號
(optional)
以此為準,否則取token資料

Request Example

{
  "vip_id": "XXXXXXXX"
}

Response Example

204 No Content