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

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

# Create a schedule

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={"Create a schedule"}
>
</Heading>

<MethodEndpoint
  method={"post"}
  path={"/business-hours"}
  context={"endpoint"}
>
  
</MethodEndpoint>



Create a named schedule.

`days` maps weekday names to opening periods. A day with no periods is closed.
Times are read in the schedule's own `timezone`, falling back to the account's.

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

<ParamsDetails>
  
</ParamsDetails>

<RequestSchema
  {...require("./create-business-hours.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./create-business-hours.StatusCodes.json")}
>
  
</StatusCodes>
