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": "fe2440f5-bf33-44be-ba8d-6298f86ef6fc",
"company_id": "2787f89f-ccf7-4031-9384-c5f01190e569",
"company_calendar_type_id": "efcf8d59-5bf1-4a50-98c0-a57670acf2b5",
"date_start": "2026-01-11T23:55:19.3406202+00:00",
"date_end": "2026-01-11T23:55:19.3406202+00:00",
"description": "sample string 6",
"modified_dateutc": "2026-01-11T23:55:19.3406202+00:00"
}
application/xml, text/xml
Sample:
<company_calendar xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <company_calendar_type_id>efcf8d59-5bf1-4a50-98c0-a57670acf2b5</company_calendar_type_id> <company_id>2787f89f-ccf7-4031-9384-c5f01190e569</company_id> <date_end>2026-01-11T23:55:19.340Z</date_end> <date_start>2026-01-11T23:55:19.340Z</date_start> <description>sample string 6</description> <id>fe2440f5-bf33-44be-ba8d-6298f86ef6fc</id> <modified_dateutc>2026-01-11T23:55:19.340Z</modified_dateutc> </company_calendar>