Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
company_calendar| Name | Description | Type | Additional 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": "c630e0c9-058d-49fe-9c46-444fa1f69cdc",
"company_id": "d20def4f-5fc8-40b6-ae25-40fd068f340f",
"company_calendar_type_id": "f968c3dc-422e-486b-b561-7e7fa3231788",
"date_start": "2026-06-16T21:24:53.9503042+00:00",
"date_end": "2026-06-16T21:24:53.9503042+00:00",
"description": "sample string 6",
"modified_dateutc": "2026-06-16T21:24:53.9503042+00:00"
}
application/xml, text/xml
Sample:
<company_calendar xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <company_calendar_type_id>f968c3dc-422e-486b-b561-7e7fa3231788</company_calendar_type_id> <company_id>d20def4f-5fc8-40b6-ae25-40fd068f340f</company_id> <date_end>2026-06-16T21:24:53.950Z</date_end> <date_start>2026-06-16T21:24:53.950Z</date_start> <description>sample string 6</description> <id>c630e0c9-058d-49fe-9c46-444fa1f69cdc</id> <modified_dateutc>2026-06-16T21:24:53.950Z</modified_dateutc> </company_calendar>