# Add Organization Timeslot Add a new timeslot for an organization Endpoint: POST /organization/{org_id}/timeslots/add Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `org_id` (integer, required) Organization ID Example: 32 ## Request fields (application/json): - `timezone` (object, required) Timezone of post /organization/{org_id}/timeslots/add request. - `timezone.value` (string, required) Value of post /organization/{org_id}/timeslots/add request → timezone. - `timezone.label` (string, required) Label of post /organization/{org_id}/timeslots/add request → timezone. - `timezone.offset` (number, required) Offset of post /organization/{org_id}/timeslots/add request → timezone. - `timezone.abbrev` (string, required) Abbrev of post /organization/{org_id}/timeslots/add request → timezone. - `timezone.altName` (string, required) Altname of post /organization/{org_id}/timeslots/add request → timezone. - `start_time` (string, required) Start time of post /organization/{org_id}/timeslots/add request. - `end_time` (string, required) End time of post /organization/{org_id}/timeslots/add request. - `status` (integer, required) Status of post /organization/{org_id}/timeslots/add request. ## Response 200 fields (application/json): - `status` (string, required) Outcome of the request. Always success for 2xx responses. Enum: "success" - `message` (string, required) Short description of the successful operation outcome. Example: "Operation completed successfully" ## Response 400 fields (application/json): - `status` (string, required) Outcome of the request. Always error for 4xx/5xx responses. Enum: "error" - `message` (string, required) Detailed explanation of the error to help clients fix the request.. Example: "Bad request - missing or invalid data" ## Response 401 fields (application/json): - `status` (string, required) Outcome of the request. Always error for 4xx/5xx responses. Enum: "error" - `message` (string, required) Detailed explanation of the error to help clients fix the request.. Example: "Bad request - missing or invalid data"