Highlighted
- Mark as New
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-05-2019
08:37 PM
09-05-2019
08:37 PM
PostmanでAPIを実行し、Sandboxの不要データを削除する手順
Postman(https://www.getpostman.com/)でAPIを実行し、Sandboxの「顧客アカウント」をまとめて削除する手順を紹介します。
■手順
1, データソース機能で、削除対象のアカウントのIDをCSVにエクスポート
2, ファイルをダウンロード
3, ダウンロードしたファイルを開いて、列名を「id」にする
4, Postmanで、Collectionを作成
5, 新規タブで以下のように設定し、SaveをクリックしてCollection内に保存
・メソッド: DELETE
・URL: https://rest.apisandbox.zuora.com/v1/object/account/{{id}}
・Authentication: 対象Sandboxの、ユーザーログイン情報を設定
6, 当該Collectionの右上の三角マークをクリックし、「Run」をクリック
7, CSVファイルを選択して、「Run "Collection名"」をクリックしてAPIを実行
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √