<!-- נוצר אוטומטית ממקור התיעוד הקנוני של Teloring. אין לערוך קובץ זה. -->

עמוד קנוני: https://docs.teloring.com/he/api/update-account
עודכן לאחרונה: 2026-08-20T20:52:05.000Z

# Update account details

import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import ParamsDetails from "@theme/ParamsDetails";
import RequestSchema from "@theme/RequestSchema";
import StatusCodes from "@theme/StatusCodes";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
import Heading from "@theme/Heading";
import Translate from "@docusaurus/Translate";

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Update account details"}
>
</Heading>

<MethodEndpoint
  method={"patch"}
  path={"/account"}
  context={"endpoint"}
>
  
</MethodEndpoint>



Update the account's general and invoicing details.

**`billing_country` is guarded.** An Israeli account cannot be moved: the country
already determined the VAT on invoices that have been issued. Attempting it
answers `400` with `code: country_locked`. `billing_country_locked` on the GET
tells you in advance.

Invoice fields — `business_tax_id`, `business_address`, `business_city`,
`business_contact_name` — are audited separately from the rest, because they are
printed on legal documents.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails>
  
</ParamsDetails>

<RequestSchema
  {...require("./update-account.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./update-account.StatusCodes.json")}
>
  
</StatusCodes>
