Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
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": "3c17dea1-508e-4d35-9457-641e9b76bec0",
"company_id": "85c1cb16-cedf-4e16-8a4b-9f6c3de84325",
"company_calendar_type_id": "33f8bbad-20b4-4c08-946e-f2a4e4be91ee",
"date_start": "2026-06-16T21:25:11.4818568+00:00",
"date_end": "2026-06-16T21:25:11.4818568+00:00",
"description": "sample string 6",
"modified_dateutc": "2026-06-16T21:25:11.4818568+00:00"
}
application/xml, text/xml
Sample:
<company_calendar xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <company_calendar_type_id>33f8bbad-20b4-4c08-946e-f2a4e4be91ee</company_calendar_type_id> <company_id>85c1cb16-cedf-4e16-8a4b-9f6c3de84325</company_id> <date_end>2026-06-16T21:25:11.481Z</date_end> <date_start>2026-06-16T21:25:11.481Z</date_start> <description>sample string 6</description> <id>3c17dea1-508e-4d35-9457-641e9b76bec0</id> <modified_dateutc>2026-06-16T21:25:11.481Z</modified_dateutc> </company_calendar>