Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

company_calendar
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
company_id

globally unique identifier
company_calendar_type_id

globally unique identifier
date_start

date
date_end

date
description

string
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Response Formats

application/json, text/json

Sample:
{
  "id": "eba2fd18-88be-4a77-8d03-0a4f7c6875a5",
  "company_id": "e0c62c15-6235-4276-8b6e-2d37e2ece5ec",
  "company_calendar_type_id": "3a435e6f-023a-43ec-9618-0dec77d6952f",
  "date_start": "2026-03-07T13:17:37.024945+00:00",
  "date_end": "2026-03-07T13:17:37.024945+00:00",
  "description": "sample string 6",
  "modified_dateutc": "2026-03-07T13:17:37.024945+00:00"
}

application/xml, text/xml

Sample:
<company_calendar xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <company_calendar_type_id>3a435e6f-023a-43ec-9618-0dec77d6952f</company_calendar_type_id>
  <company_id>e0c62c15-6235-4276-8b6e-2d37e2ece5ec</company_id>
  <date_end>2026-03-07T13:17:37.024Z</date_end>
  <date_start>2026-03-07T13:17:37.024Z</date_start>
  <description>sample string 6</description>
  <id>eba2fd18-88be-4a77-8d03-0a4f7c6875a5</id>
  <modified_dateutc>2026-03-07T13:17:37.024Z</modified_dateutc>
</company_calendar>