---
title: Fill and mail your LADWP Time-of-Use Request Form online
description: Request LADWP Time-of-Use billing by mail with a completed, signed PDF generated from the official LADWP template.
seotitle: Fill and mail your LADWP Time-of-Use Request Form online
seo-description: Request LADWP Time-of-Use billing by mail with a completed, signed PDF generated from the official LADWP template.
group: resources
indexable: true
llms: true
schema: webpage
og-image: /forms/ladwp-time-of-use-request/thumbnail
og-image-alt: LADWP Time-of-Use Request Form generated form preview
published: 2026-04-28
updated: 2026-04-28
tags:
  - utilities
  - electric rates
  - time of use
  - solar
  - electric vehicle
  - los angeles
path: /forms/ladwp-time-of-use-request
---
# Fill and mail your LADWP Time-of-Use Request Form online

Request LADWP Time-of-Use billing by mail with a completed, signed PDF generated from the official LADWP template.

## How it works
1. **Enter the LADWP account, service address, request reason, access contact, and signer details.** - 
2. **Draw a signature on-screen and preview the completed LADWP PDF.** - 
3. **For repeat submitters, add another request or upload a CSV where each row maps to this workflow's field IDs.** - 
4. **Approve the preview, choose mailing options, and PostalForm prints and mails each completed form to LADWP.** -


## Form summary
Request LADWP Time-of-Use billing by mail. PostalForm helps LADWP customers complete, sign, print, and mail the Residential Time-of-Use Request Form for solar, EV charging, or general time-of-use electric rates.

## What you need
- LADWP electric account and meter information if available
- Customer name and service address
- Whether the request is for a solar system, electric vehicle, or neither listed option
- Residence access contact name and phone number
- Drawn signature before preview
- Signed form (wet signature required)

## Data collected
- LADWP electric meter, account, customer name, and service address
- Solar system, electric vehicle, or unspecified TOU request reason
- Residence access contact name and phone number
- Signer name, drawn signature, date, phone number, and optional contact email

## Where it gets mailed
Mailing destination:
- **Los Angeles Department of Water and Power, Attn: Rate Applications Supervisor**
- PO Box 51111
Room 956
Los Angeles, CA 90051-0100

## Packet order
- Cover sheet (auto-generated)
- Completed form PDF

## Common mistakes
- Assuming PostalForm is affiliated with LADWP.
- Choosing Solar System or Electric Vehicle when the request is for another TOU reason.
- Forgetting to include a phone number LADWP can use if residence access is needed.
- Submitting a form without a signature.

## Agent summary
Collect LADWP residential TOU request details, draw a signature, generate the LADWP PDF from the official template, and mail one or more completed forms to LADWP.

## For assistants
Use the Forms Draft API to prefill this form and generate a preview PDF.
- Endpoint: `POST /api/forms/ladwp-time-of-use-request/drafts`
- Payload: `{ fields: { ... }, attachments: [{ id, label, base64 }] }`
- Required fields: signature

## LLM field schema
```json
[
  {
    "id": "submission_capacity_self",
    "label": "For myself",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "request_profile",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "submission_capacity_customer",
    "label": "For a customer",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "request_profile",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "submission_capacity_regular",
    "label": "I submit these regularly for solar/EV customers",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "request_profile",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "electric_meters",
    "label": "Electric meter(s)",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "electric_account",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "customer_name",
    "label": "Customer name",
    "type": "text",
    "required": false,
    "meta_class": "name",
    "ui_width": "half",
    "group_id": "electric_account",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "service_address",
    "label": "Service address",
    "type": "compound",
    "required": false,
    "meta_class": null,
    "ui_width": "full",
    "group_id": "electric_account",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": [
      {
        "id": "street",
        "label": "Street address",
        "metaClass": "address",
        "required": false,
        "uiWidth": "half",
        "sampleValue": "1234 Sunset Blvd"
      },
      {
        "id": "unit",
        "label": "Unit (optional)",
        "required": false,
        "uiWidth": "quarter",
        "sampleValue": "Apt 2"
      },
      {
        "id": "city",
        "label": "City",
        "metaClass": "city",
        "required": false,
        "uiWidth": "quarter",
        "placeholder": "Los Angeles",
        "sampleValue": "Los Angeles"
      },
      {
        "id": "state",
        "label": "State",
        "metaClass": "state",
        "required": false,
        "uiWidth": "quarter",
        "sampleValue": "CA"
      },
      {
        "id": "zip",
        "label": "ZIP",
        "metaClass": "zip",
        "required": false,
        "uiWidth": "quarter",
        "sampleValue": "90026"
      }
    ]
  },
  {
    "id": "account_number",
    "label": "Account number",
    "type": "text",
    "required": false,
    "meta_class": "account",
    "ui_width": "half",
    "group_id": "electric_account",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "request_reason_solar_system",
    "label": "Solar System",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "electric_account",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "request_reason_electric_vehicle",
    "label": "Electric Vehicle",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "electric_account",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "request_reason_other_or_unspecified",
    "label": "Other / not sure",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "electric_account",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "access_contact_name",
    "label": "Access contact name",
    "type": "text",
    "required": false,
    "meta_class": "name",
    "ui_width": "half",
    "group_id": "access_contact",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "access_contact_phone",
    "label": "Access contact phone",
    "type": "text",
    "required": false,
    "meta_class": "phone",
    "ui_width": "half",
    "group_id": "access_contact",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "signer_name",
    "label": "Signer name",
    "type": "text",
    "required": false,
    "meta_class": "name",
    "ui_width": "half",
    "group_id": "signature",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "signature_date",
    "label": "Signature date",
    "type": "date",
    "required": false,
    "meta_class": "date",
    "ui_width": "half",
    "group_id": "signature",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "signature",
    "label": "Signature",
    "type": "signature",
    "required": true,
    "meta_class": null,
    "ui_width": "full",
    "group_id": "signature",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "signer_phone",
    "label": "Signer phone number",
    "type": "text",
    "required": false,
    "meta_class": "phone",
    "ui_width": "half",
    "group_id": "signature",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "sender_email",
    "label": "Contact email for batch checkout (optional)",
    "type": "text",
    "required": false,
    "meta_class": "email",
    "ui_width": "half",
    "group_id": "signature",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "authorization_attestation",
    "label": "I certify that I am the LADWP account holder or am authorized to submit this request on behalf of the account holder, and that the information and signature provided are valid.",
    "type": "checkbox",
    "required": false,
    "meta_class": "plain_checkbox",
    "ui_width": null,
    "group_id": "authorization",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "submission_capacity_regular",
      "operator": "falsy"
    },
    "compound_subfields": null
  },
  {
    "id": "agent_authorization_attestation",
    "label": "I certify that I am authorized to submit this LADWP TOU request on behalf of the listed account holder.",
    "type": "checkbox",
    "required": false,
    "meta_class": "plain_checkbox",
    "ui_width": null,
    "group_id": "authorization",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "submission_capacity_regular",
      "operator": "truthy"
    },
    "compound_subfields": null
  }
]
```

## Sources
- [LADWP TOU Request Form PDF](https://www.ladwp.com/sites/default/files/documents/TOU_Request_Form.pdf)
- [LADWP Residential Rates](https://www.ladwp.com/account/customer-service/electric-rates/residential-rates)
- [Official instructions](https://www.ladwp.com/account/customer-service/electric-rates/residential-rates)
- [Official PDF](https://www.ladwp.com/sites/default/files/documents/TOU_Request_Form.pdf)

## Last verified
2026-04-28


## FAQs
- **Can I mail the LADWP Time-of-Use Request Form online?** Yes. PostalForm can generate the signed LADWP Time-of-Use Request Form from your answers, print it, and mail it to the address listed on LADWP's form.
- **Where do I mail the LADWP TOU Request Form?** The LADWP PDF lists Los Angeles Department of Water and Power, PO Box 51111, Room 956, Los Angeles, CA 90051-0100, Attention: Rate Applications Supervisor.
- **Can solar customers use this LADWP TOU form?** The official form includes a Solar System checkbox. Choose that option if it fits your request.
- **Can EV customers use this LADWP TOU form?** The official form includes an Electric Vehicle checkbox. Choose that option if it fits your request.
- **Is PostalForm affiliated with LADWP?** No. PostalForm is an independent print-and-mail service. LADWP controls whether your request is accepted or processed.
- **Do I need to print and sign the LADWP TOU form?** PostalForm lets you draw a signature online, generates the signed PDF, and handles printing and mailing after you approve the preview.


## Related
- [Solar and utility forms](/forms/topic/solar)
- [Fill out official PDF forms online](/fill-out-official-pdf-forms-online)
- [Mail a PDF online](/mail-pdf-online)
