---
title: "Update a LOA configuration"
method: PATCH
path: "/porting/loa_configurations/{id}"
tags: ["Porting Orders"]
---

# Update a LOA configuration

`PATCH /porting/loa_configurations/{id}`

Update a specific LOA configuration.

## Path parameters

- `id` string, uuid, required

## Request body

- object — The parameters for creating a new LOA configuration.
  - `name` string, required — The name of the LOA configuration
  - `logo` object, required — The logo of the LOA configuration
    - `document_id` string, uuid, required — The document identification
  - `company_name` string, required — The name of the company
  - `address` object, required — The address of the company.
    - `street_address` string, required — The street address of the company
    - `extended_address` string — The extended address of the company
    - `city` string, required — The locality of the company
    - `state` string, required — The administrative area of the company
    - `zip_code` string, required — The postal code of the company
    - `country_code` string, required — The country code of the company
  - `contact` object, required — The contact information of the company.
    - `email` string, required — The email address of the contact
    - `phone_number` string, required — The phone number of the contact

## Response `200`

Successful response

- object
  - `data` PortingLOAConfiguration
    - `id` string, uuid — Uniquely identifies the LOA configuration.
    - `company_name` string — The name of the company
    - `organization_id` string — The organization that owns the LOA configuration
    - `name` string — The name of the LOA configuration
    - `logo` object — The logo to be used in the LOA.
      - `document_id` string, uuid — Identifies the document that contains the logo.
      - `content_type` 'image/png' — The content type of the logo.
    - `address` object — The address of the company.
      - `street_address` string — The street address of the company
      - `extended_address` string — The extended address of the company
      - `city` string — The locality of the company
      - `state` string — The administrative area of the company
      - `zip_code` string — The postal code of the company
      - `country_code` string — The country code of the company
    - `contact` object — The contact information of the company.
      - `email` string — The email address of the contact
      - `phone_number` string — The phone number of the contact
    - `record_type` string — Identifies the type of the resource.
    - `created_at` string, date-time — ISO 8601 formatted date indicating when the resource was created.
    - `updated_at` string, date-time — ISO 8601 formatted date indicating when the resource was updated.

## Other responses

- `404` — Resource not found
- `422` — Unprocessable entity. Check message field in response for details.
- `500` — Internal server error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
