Vendor Holiday Calendar

Get Vendor Holiday Calendars v2.0

GET https://yoursite.demanddriventech.com/odata/v2/vendorholidaycalendar

This endpoint allows you to get the vendor holiday calendars for the current dataset. This endpoint currently does not accept parameters.

{
    "@odata.context": "https://yoursite.demanddriventech.com/odata/v2/$metadata#vendorholidaycalendar",
    "value": [
        {
            "DataSetId": 1,
            "Id": "d5a97474-23bb-ea11-a7a2-84c5a6986c0e",
            "Description": "Holiday for Vendor",
            "StartDate": "2020-07-13T00:00:00-07:00",
            "EndDate": "2020-07-24T00:00:00-07:00",
            "IsAvailable": false
        }
    ]
}

Vendor Holiday Calendar Fields

Field Name

Type

DataSetId

int

Id

guid

Description

text

StartDate

date

EndDate

date

IsAvailable

bool

Last updated