Xsolla-logo

残高照会のメール通知機能を切り替える

put/projects/{project_id}/send_email_for_user_billing_purchase

ユーザー残高取引の電子メール通知を有効/無効にします。

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

プロジェクトID。

Request Body schema: application/json
send_email_for_user_billing_purchase
boolean

残高のある取引について、ユーザーにメールで通知するかどうか。

Responses
204

No Content.

404

Not Found.

Request samples
application/json
{
  • "send_email_for_user_billing_purchase": true
}