GET api/Data/GetBlockedDates?vendorid={vendorid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vendorid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of BlockedDates| Name | Description | Type | Additional information |
|---|---|---|---|
| date | string |
None. |
|
| disabled | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"date": "sample string 1",
"disabled": true
},
{
"$ref": "1"
}
]