## 概要 [Task3937: パートナー情報更新API実装](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/3937) - パートナーアカウント情報更新APIとUTを実装しました。 ## レビューポイント - エラーケースの出し分けは適切でしょうか? - テストケースは過不足ないでしょうか? ## UIの変更 - なし ## クエリの変更 - 新規追加のため変更はなし ## 動作確認状況 - ローカルで確認 - 行った修正がデグレを発生させていないことを確認できるか - 新規追加なので問題なし。
59 lines
1.9 KiB
HTML
59 lines
1.9 KiB
HTML
<html>
|
||
<head>
|
||
<title>Storage Usage Exceeded Notification [U-119]</title>
|
||
</head>
|
||
|
||
<body>
|
||
<div>
|
||
<h3><English></h3>
|
||
<p>Dear $CUSTOMER_NAME$, -> $PRIMARY_ADMIN_NAME$</p>
|
||
<p>Your account information has been edited by $DEALER_NAME$.</p>
|
||
<p>
|
||
To check or change your account information, please log in to the ODMS
|
||
Cloud.<br />
|
||
URL: $TOP_URL$
|
||
</p>
|
||
<p>
|
||
If you received this e-mail in error, please delete this e-mail from
|
||
your system.<br />
|
||
This is an automatically generated e-mail and this mailbox is not
|
||
monitored. Please do not reply.
|
||
</p>
|
||
</div>
|
||
<div>
|
||
<h3><Deutsch></h3>
|
||
<p>Sehr geehrte(r) $CUSTOMER_NAME$, -> $PRIMARY_ADMIN_NAME$</p>
|
||
<p>Ihre Kontoinformationen wurden von $DEALER_NAME$ bearbeitet.</p>
|
||
<p>
|
||
Um Ihre Kontoinformationen zu überprüfen oder zu ändern, melden Sie sich
|
||
bitte bei der ODMS Cloud an.<br />
|
||
URL: $TOP_URL$
|
||
</p>
|
||
<p>
|
||
Wenn Sie diese E-Mail irrtümlich erhalten haben, löschen Sie diese
|
||
E-Mail bitte aus Ihrem System.<br />
|
||
Dies ist eine automatisch generierte E-Mail und diese Mailbox wird nicht
|
||
überwacht. Bitte antworten Sie nicht.
|
||
</p>
|
||
</div>
|
||
<div>
|
||
<h3><Français></h3>
|
||
<p>Chère/Cher $CUSTOMER_NAME$, -> $PRIMARY_ADMIN_NAME$</p>
|
||
<p>
|
||
Les informations de votre compte ont été modifiées par $DEALER_NAME$.
|
||
</p>
|
||
<p>
|
||
Pour vérifier ou modifier les informations de votre compte, veuillez
|
||
vous connecter au ODMS Cloud.<br />
|
||
URL : $TOP_URL$
|
||
</p>
|
||
<p>
|
||
Si vous avez reçu cet e-mail par erreur, veuillez supprimer cet e-mail
|
||
de votre système.<br />
|
||
Il s'agit d'un e-mail généré automatiquement et cette boîte aux lettres
|
||
n'est pas surveillée. Merci de ne pas répondre.
|
||
</p>
|
||
</div>
|
||
</body>
|
||
</html>
|