GET v{version}/{lang}/activity/{id}/dayOffers/{date}?currency={currency}&wp={wp}&invsys={invsys}
Get day Availabilities/offers for a given activity for a specified day. GET /en/activity/14561/dayAvailabilities/2018-03-23
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
activity id |
string |
Required |
| date | date |
Required |
|
| lang | string |
Required |
|
| currency | string |
Default value is ISK |
|
| wp | string |
Default value is GG |
|
| invsys | InventorySystem |
Default value is Bokun |
|
| version |
The requested API version |
string |
Required Default value is 1.0 |
Body Parameters
None.
Response Information
Resource Description
Collection of ActivityAvailabilityDto| Name | Description | Type | Additional information |
|---|---|---|---|
| activityId |
Gets or Sets ActivityId |
string |
None. |
| availabilityCount |
Gets or Sets AvailabilityCount |
integer |
None. |
| pickupAvailabilityCount |
Gets or Sets PickupAvailabilityCount |
integer |
None. |
| bookedParticipants |
Gets or Sets AvailabilityCount |
integer |
None. |
| date |
Gets or Sets Date |
date |
None. |
| minParticipantsToBookNow |
Gets or Sets MinParticipants |
integer |
None. |
| soldOut |
Gets or Sets SoldOut |
boolean |
None. |
| startTime |
Gets or Sets StartTime |
string |
None. |
| startTimeId |
Gets or Sets StartTimeId |
integer |
None. |
| unavailable |
Gets or Sets Unavailable |
boolean |
None. |
| unlimitedAvailability |
Gets or Sets UnlimitedAvailability |
boolean |
None. |
| defaultRateId |
Gets or Sets DefaultRateId |
integer |
None. |
| rates |
Gets or Sets Rates |
Collection of WidgetActivityRateDto |
None. |
| pricesByRate |
Gets or Sets PricesByRate |
Collection of WidgetActivityRatePrices |
None. |
| id |
Gets or Sets Id |
string |
None. |
Response Formats
application/json
Sample not available.
text/json
Sample not available.
application/xml
Sample not available.
text/xml
Sample not available.