---
title: "Update account paperless setting"
method: POST
path: "/paperless-setting/update"
tags: ["Account Info"]
---

# Update account paperless setting

`POST /paperless-setting/update`

Updates the whether the utility account is opted in to paperless billing or not.

## Headers

- `Authorization` string, required
- `Pelm-Client-Id` string, required
- `Pelm-Secret` string, required

## Request body

- object
  - `account_number` string — Utility account number
  - `paperless_on` boolean — Whether the account is opted into paperless billing or not

## Response `200`

Successfully updated paperless setting

- object
  - `new_paperless_on` string — New paperless billing opt in value
  - `old_paperless_on` string — Old paperless billing opt in value

## Other responses

- `400` — Client error
- `401` — Unauthorized
- `403` — Permission denied
- `500` — Server error

---

[API](https://skmtc.net/pelm/apis/pelm-api.md) · [All operations](https://skmtc.net/pelm/apis/pelm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pelm/pelm-api/revisions/99451cd0e777/schema)
