Customers
Update customer
カスタマを更新します。
Response Body
application/json
OK
TypeScript Definitions
Use the response body type in TypeScript.
response?CustomerDto
カスタマオブジェクト
curl -X POST "https://api.elepay.io/customers/string" \ -H "Content-Type: application/json" \ -d '{}'{
"id": "string",
"object": "customer",
"liveMode": true,
"defaultSource": "string",
"name": "string",
"description": "string",
"email": "string",
"phone": "string",
"remark": "string",
"operator": "string",
"status": "active",
"metadata": {},
"updateTime": 0
}